:root {
--wp--custom--spacing--small: var(--wp--preset--spacing--30, clamp(1.5rem, 5vw, 2rem));
--wp--custom--spacing--medium: var(--wp--preset--spacing--50, clamp(2.5rem, 8vw, 4rem));
--wp--custom--spacing--large: var(--wp--preset--spacing--60, clamp(2.5rem, 8vw, 6rem));
--wp--custom--spacing--outer: max(1.25rem, 4vw);
} html {
scroll-behavior: smooth;
} body {
-moz-osx-font-smoothing: var(--wp--custom--typography--font-smoothing--moz, auto);
-webkit-font-smoothing: var(--wp--custom--typography--font-smoothing--webkit, auto);
} a {
text-decoration-style: var(--wp--custom--elements--link--static--text-decoration-style, solid);
text-decoration-thickness: var(--wp--custom--elements--link--text-decoration-thickness, 1px);
text-underline-offset: var(--wp--custom--elements--link--text-underline-offset, 0.25ch);
}
a:hover,
a:focus {
text-decoration-style: var(--wp--custom--elements--link--interactive--text-decoration-style, dashed);
}
:where(.wp-site-blocks *:focus) {
outline-width:1px;
outline-style:solid
}
a:active {
text-decoration: none;
} @media (min-width: 600px) {
.site-logo-title {
display:none
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, 
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, 
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
align-items: flex-start !important;
}
}
@media (max-width: 600px) {
.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, 
.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, 
.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
align-items: flex-start !important;
}
}
.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title {
display: flex;
flex-wrap: nowrap;
max-width: 100%;
align-items: center;
gap: 0.5rem;
padding-bottom: var(--wp--preset--spacing--30);
position: relative;
padding-inline-end: 52px;
}
.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title::after {
content: "";
position: absolute;
left: calc(-1 * var(--wp--preset--spacing--30));
right: calc(-1 * var(--wp--preset--spacing--30));
bottom: 0;
height: 1px;
background: #8080801d;
}
.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title img {
max-height: 42px !important;
height: auto !important;
width: auto !important;
}
.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title .site-title {
font-size: 1.25rem;
font-weight: 700;
color: var(--wp--preset--color--foreground);
text-transform: uppercase;
letter-spacing: -0.02em;
box-sizing: border-box;
line-height: 1.15;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
padding-top: var(--wp--preset--spacing--30);
}
.has-modal-open .wp-block-navigation__responsive-container-close {
background-color:var(--wp--preset--color--tertiary);
padding: 0.625rem;
border-radius: 100%;
top: -2.5px !important;
}
.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
gap: 0 !important;
width: 100%;
}
.has-modal-open .wp-block-navrigation__containe, .has-modal-open .wp-block-navigation__container ul {
row-gap: 0.75rem !important;
width: -webkit-fill-available;
max-width: 100%;
}
.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > ul.wp-block-navigation__container > li.wp-block-navigation-item:not(.wp-block-navigation__submenu-container) {
border-bottom: 1px solid #8080801d;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
width: -webkit-fill-available;
max-width: 100%;
}
.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
padding: 0.75rem 0.75rem 0 0.75rem !important;
gap: 0.75rem !important;
}
.has-modal-open .wp-block-navigation__responsive-dialog ul.wp-block-navigation__container > li:not(.wp-block-navigation__submenu-container) > a.wp-block-navigation-item__content {
font-size: 1.25rem;
font-weight: 600;
}
.has-modal-open .wp-block-navigation__submenu-container {
padding-top: 0.75rem !important;
}
.has-modal-open .wp-block-navigation__responsive-dialog ul.wp-block-navigation__container .wp-block-navigation-submenu .wp-block-navigation-item a {
font-size: 1rem !important;
}
.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
text-decoration: underline;
text-decoration-style: solid;
} nav .wp-block-pages-list__item.wp-block-navigation-item.menu-item-home {
display: none;
} .wp-block-navigation__responsive-container.is-menu-open {
padding-top: var(--wp--preset--spacing--30);
padding-bottom: var(--wp--preset--spacing--30);
padding-right: var(--wp--preset--spacing--30);
padding-left: var(--wp--preset--spacing--30);
}  .wp-element-button {
transition: background-color 0.15s ease;
}
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background):hover,
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
background-color: rgba(159, 159, 159, 0.2);
} .wp-block-table.is-style-stripes tbody tr:nth-child(odd){
background-color: var(--wp--custom--blocks--core-table--variant-stripes--color--background, var(--wp--preset--color--tertiary));
}  footer.wp-block-template-part:not([style*="margin-top"]) {
margin-top: 0;
} blockquote:is(.is-style-plain) {
border: none;
padding-left: 0;
} :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
border-color: var(--wp--custom--elements--input--border--color);
border-radius: var(--wp--custom--elements--button--border--radius);
border-width: var(--wp--custom--elements--input--border--width);
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
border-color: transparent;
}
.wp-block-search .wp-block-search__input {
border-radius: var(--wp--custom--elements--button--border--radius);
} .wp-block-image[style*="-radius"]:not([style*="overflow"]) { overflow: hidden } .block-editor-block-list__block.wp-block.is-default-size.wp-block-site-logo .components-resizable-box__container,
.wp-block-site-logo.is-default-size img {
max-height: 42px !important;
height: auto !important;
width: auto !important;
} .wp-block-site-logo img[src*="extendify-demo-"],
.wp-block-site-logo img[src*="ext-custom-logo-"] {
filter: var(--wp--preset--duotone--primary-foreground);
} @media (prefers-reduced-motion: reduce) {
html:focus-within {
scroll-behavior: auto;
}
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
} input, textarea {
caret-color: inherit;
outline-color: inherit;
} :where(.wp-block-post-comments-form) input:not([type=submit]),
:where(.wp-block-post-comments-form) textarea {
background-color: var(--wp--preset--color--background);
color: var(--wp--preset--color--foreground);
border-color: inherit;
} .woocommerce-Tabs-panel--description h2, .woocommerce-Reviews-title {
font-size: var(--wp--preset--font-size--medium);
}
.wp-block-button.wc-block-components-product-button {
flex-direction: row;
flex-wrap: wrap;
justify-content: start;
gap: 1rem;
}
.wp-block-button.wc-block-components-product-button a.added_to_cart {
margin-top: 0;
}
.woocommerce-checkout.woocommerce-page header.wp-block-template-part nav.wp-block-navigation {
visibility: hidden;
} .sticky-header-offset-container .entry-content > .wp-block-group {
scroll-margin-top: var(--wp--preset--spacing--60);
}div.tnp-subscription,
form.tnp-subscription, form.tnp-profile {
display: block;
margin: 1em auto;
max-width: 500px;
width: 100%;
}
div.tnp-profile {
display: block;
margin: 1em 0;
max-width: 500px; } .tnp-subscription div.tnp-field,
.tnp-profile div.tnp-field
{
margin-bottom: .7em;
border: 0;
padding: 0;
}
.tnp-subscription label,
.tnp-profile label
{
display: block;
color: inherit;
font-weight: normal;
line-height: normal;
padding: 0;
margin: 0;
margin-bottom: .25em;
font-size: .9em;
}
.tnp-subscription .tnp-field-checkbox label,
.tnp-profile .tnp-field-checkbox label
{
display: inline-block;
}
.tnp-subscription input[type=text],
.tnp-subscription input[type=email],
.tnp-subscription input[type=submit],
.tnp-subscription select,
.tnp-subscription textarea,
.tnp-profile input[type=text],
.tnp-profile input[type=email],
.tnp-profile input[type=submit],
.tnp-profile select,
.tnp-profile textarea
{
width: 100%;
padding: .7em;
display: block;
border: 1px;
color: #444;
border-color: #ddd;
background-color: #f4f4f4;
background-image: none;
text-shadow: none;
font-size: 1em;
margin: 0;
line-height: normal;
box-sizing: border-box;
}
.tnp-subscription input[type=checkbox],
.tnp-widget input[type=radio],
.tnp-profile input[type=checkbox]
{ max-width: 1em;
display: inline-block;
margin-right: .5em;
} .tnp-subscription select option,
.tnp-profile select option
{
margin-right: .75em;
}
.tnp-subscription input.tnp-submit,
.tnp-profile input.tnp-submit,
.tnp-unsubscribe button.tnp-submit,
.tnp-reactivate button.tnp-submit
{
background-color: #444;
color: #fff;
width: auto;
height: auto;
margin: 0;
display: inline-block;
}
@media all and (max-width: 480px) {
.tnp-subscription input[type=submit],
.tnp-profile input[type=submit] {
width: 100%;
}
}
.tnp-widget {
width: 100%;
display: block;
box-sizing: border-box;
}
.tnp-widget .tnp-field {
margin-bottom: 10px;
border: 0;
padding: 0;
}
.tnp-widget label {
display: block;
color: inherit;
font-size: 14px;
}
.tnp-widget input[type=text], .tnp-widget input[type=email], .tnp-widget input[type=submit], .tnp-widget select {
width: 100%;
padding: 10px;
display: block;
border: 1px solid #ddd ;
border-color: #ddd;
background-color: #f4f4f4;
background-image: none;
text-shadow: none;
color: #444;
font-size: 14px;
line-height: normal;
box-sizing: border-box;
height: auto;
}
.tnp-widget input[type=checkbox], .tnp-widget input[type=radio] {
width: auto;
display: inline-block;
} .tnp-widget select option {
margin-right: 10px;
}
.tnp-widget input.tnp-submit {
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
margin: 0;
}
.tnp-field input[type="submit"] {
position: inherit;
}
.tnp-field label {
} .tnp-widget-minimal {
width: 100%;
}
.tnp-widget-minimal form {
margin: 0;
padding: 0;
border: 0;
}
.tnp-widget-minimal input.tnp-email {
width: 100%;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px solid #ddd;
background-color: #f4f4f4;
color: #444;
font-size: 14px;
}
.tnp-widget-minimal input.tnp-submit {
width: 100%;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: normal;
border-radius: 0px;
height: auto;
margin: 0;
} .tnp-subscription-minimal {
width: 100%;
box-sizing: border-box;
margin: 10px 0;
}
.tnp-subscription-minimal form {
width: auto;
margin: 0;
padding: 0;
border: 0;
white-space: nowrap;
}
.tnp-subscription-minimal input.tnp-email,
.tnp-subscription-minimal input.tnp-name
{
width: 70%;
max-width: 300px;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px solid #ddd;
background-color: #f4f4f4;
color: #444;
font-size: 14px;
line-height: 20px;
border-radius: 0px;
margin-right: 10px;
}
.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name
{
width: 31%;
}
.tnp-subscription-minimal .tnp-privacy-field {
margin-top: 10px;
} .tnp-subscription-minimal input.tnp-submit {
width: 29%;
box-sizing: border-box;
display: inline-block;
padding: 10px;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: 20px;
border-radius: 0px;
margin: 0;
}
.tnp-subscription-posts {
margin-top: 2em;
margin-bottom: 2em;
padding: 2rem;
}
.tnp-subscription-posts .tnp-subscription {
max-width: auto;
margin: 0;
}
@media all and (max-width: 525px) {
.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name,
.tnp-subscription-minimal input.tnp-submit
{
width: 100%;
max-width: 100%;
margin: 0;
display: block;
margin-bottom: .5rem;
}
} .tnp-button-form button.tnp-submit {
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: normal;
border-radius: 0px;
height: auto;
margin: 0;
} .tnp-comments {
clear: both;
margin-top: 15px;
margin-bottom: 15px;
}
.tnp-comments label {
display: block;
}
.tnp-comments input[type=checkbox] {
display: inline-block;
width: auto!important;
} .tnp-lock {
clear: both;
display: block;
box-sizing: border-box;
box-shadow: none;
margin: 20px;
padding: 15px;
background-color: #fff;
border: 1px solid #ddd;
}
.tnp-nl-checkout {
margin-bottom: 1em;
}.wopb-unfold{transform:scaleY(.01) scaleX(0);animation:wopbUnfold 1s cubic-bezier(.165,.84,.44,1) forwards}.wopb-fold{transform:scale(1);animation:wopbFold 1s cubic-bezier(.165,.84,.44,1) .3s forwards}.wopb-zoom_out{transform:scale(1);animation:wopbZoomOut .01s cubic-bezier(.165,.84,.44,1) .6s forwards}.wopb-fade_out,.wopb-shrink_out{animation:wopbZoomOut 0s 1s forwards}.wopb-flip_out,.wopb-slide_down_out,.wopb-slide_left_out,.wopb-slide_right_out,.wopb-slide_up_out{animation:wopbZoomOut 0s .8s forwards}.wopb-blow_up{transform:scale(1)}.wopb-blow_down{animation:wopbBlowDownTable .5s cubic-bezier(.165,.84,.44,1) forwards}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes wopbFadeIn{0%{opacity:0}to{opacity:1}}@keyframes wopbFadeOut{0%{opacity:1}to{opacity:0}}@keyframes wopbShrinkIn{0%{transform:scale(2);opacity:0}to{transform:scale(1);opacity:1}}@keyframes wopbShrinkOut{0%{transform:scale(1);opacity:1}to{transform:scale(2);opacity:0}}@keyframes wopbFlipIn{0%{transform:perspective(400px) rotateY(-90deg);opacity:0}to{transform:perspective(400px) rotateY(0);opacity:1}}@keyframes wopbFlipOut{0%{transform:perspective(400px) rotateY(0deg);opacity:1}80%{opacity:0}to{transform:perspective(400px) rotateY(-90deg);opacity:0}}@keyframes wopbSlideUpIn{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes wopbSlideUpOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}@keyframes wopbSlideDownIn{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes wopbSlideDownOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes wopbSlideLeftOut{0%{transform:translateX(0);opacity:1}to{transform:translateX(-100%);opacity:0}}@keyframes wopbSlideLeftIn{0%{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes wopbSlideRightIn{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes wopbSlideRightOut{0%{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}@keyframes wopbZoomIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes wopbZoomIn2{0%{transform:scale(1)}to{transform:scale(1.2)}}@keyframes wopbZoomOut{0%{transform:scale(1)}to{transform:scale(0);opacity:0}}@keyframes wopbUnfold{0%{transform:scaleY(.005) scaleX(0)}50%{transform:scaleY(.005) scaleX(1)}to{transform:scaleY(1) scaleX(1)}}@keyframes wopbFold{0%{transform:scaleY(1) scaleX(1)}50%{transform:scaleY(.005) scaleX(1)}to{transform:scaleY(.005) scaleX(0)}}@keyframes wopbBlowUpContent{0%{transform:scale(1)}to{transform:scale(2)}}@keyframes wopbBlowDownContent{0%{transform:scale(2)}to{transform:scale(1)}}@keyframes wopbBlowUpTable{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes wopbBlowDownTable{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}@keyframes demoLoading{to{transform:translateX(100%)}}@keyframes wopbRotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes wopbRotationBack{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes wopbScaleTo1{0%{transform:scale(.3)}to{transform:scale(2)}}@keyframes wopbFillUp{0%,20%{width:101%}80%,to{width:0}}@keyframes wopbUpDownPendulum{10%,90%{width:100%;transform:translateY(80px)}20%,80%{width:8%}45%,65%{width:100%;transform:translateY(32px)}}@keyframes wopbSpin360{0%,25%{transform:rotate(0deg)}50%,75%{transform:rotate(180deg)}to{transform:rotate(1turn)}}@keyframes wopbCartZoomIn{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes wopbCartClick{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}@keyframes wopbCartShake{0%,to{transform:translateX(0)}25%,75%{transform:translateX(-5px)}50%{transform:translateX(5px)}}@keyframes wopbCartBounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-10px)}}@keyframes wopbCartWobble{0%,to{transform:rotate(0)}15%{transform:rotate(-10deg)}30%{transform:rotate(7deg)}45%{transform:rotate(-7deg)}60%{transform:rotate(5deg)}75%{transform:rotate(-1deg)}}@keyframes wopbCartPulse{0%,to{transform:scale(1)}30%,70%{transform:scale(1.2)}}@keyframes wopbCartPulse2{0%{opacity:1;left:0;right:0;bottom:0;top:0}to{opacity:0;left:-15px;right:-15px;bottom:-15px;top:-15px}}@keyframes wopbCartColorRipple{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes wopbCartGradientSwap{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes rotateToLeft{0%{transform:rotateY(90deg)}50%{transform:rotateY(180deg)}to{transform:rotateY(180deg)}}.wopb-flip-image{position:absolute;object-position:50% 50%;object-fit:cover;top:0;left:0;right:0;bottom:0;opacity:0}.wopb-flip-image-section{display:block!important;overflow:hidden;position:relative;height:fit-content}.wopb-flip-image-section.wopb-flip-image-hover .wopb-flip-image{opacity:1}.wopb-flip-image-section.wopb-flip-image-hover .wopb-flip-image.wopb-fade_in{animation:wopbFadeIn 1.1s forwards}.wopb-flip-image-section.wopb-flip-image-hover .wopb-flip-image.wopb-zoom_in{animation:wopbZoomIn2 1.2s forwards}.wopb-flip-image-section.wopb-flip-image-hover .wopb-flip-image.wopb-fade_in_zoom_in{transition:opacity 1s;animation:wopbZoomIn2 1.2s forwards}.wopb-flip-image-section.wopb-flip-image-hover .wopb-flip-image.wopb-slide_right_in{animation:wopbSlideRightIn .9s forwards}.wopb-flip-image-section.wopb-flip-image-hover .wopb-flip-image.wopb-flip_right_to_left{animation:rotateToLeft 1.2s ease-in-out forwards}.wopb-modal-wrap{position:fixed;visibility:hidden;top:0;left:0;right:0;bottom:0;z-index:1400;opacity:0}.wopb-modal-wrap.wopb-sidebar-wrap.wopb-right_sidebar .wopb-modal-content{left:unset}.wopb-modal-wrap.wopb-sidebar-wrap.wopb-left_sidebar .wopb-modal-content{right:unset}.wopb-modal-wrap.wopb-sidebar-wrap .wopb-modal-content{min-width:unset;max-width:460px;width:90%;min-height:100%}.wopb-modal-wrap.wopb-modal-toast-wrapper{position:unset}.wopb-modal-wrap.wopb-modal-toast-wrapper .wopb-modal-content{max-width:100%;width:100%;height:100%;background:unset}.wopb-modal-wrap.wopb-modal-toast-wrapper .wopb-modal-content .wopb-modal-toaster{position:fixed;height:fit-content;z-index:999999;font-size:14px;background:#fff;border-radius:4px;box-shadow:0 6px 16px 0 rgba(0,0,0,.12);max-width:347px;padding:16px 52px 16px 16px}.wopb-modal-wrap.wopb-modal-toast-wrapper .wopb-modal-content .wopb-modal-toaster.wopb-right-top{top:50px;right:50px}.wopb-modal-wrap.active{display:flex;align-items:center;visibility:visible;opacity:1;z-index:999998}.wopb-modal-wrap .wopb-modal-content{min-height:560px;min-width:865px;max-width:1600px;position:absolute;left:0;right:0;margin:0 auto;width:fit-content;height:fit-content;background:#fff;-ms-overflow-style:none;scrollbar-width:none}.wopb-modal-wrap .wopb-modal-content::-webkit-scrollbar{display:none}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading{width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;visibility:hidden}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading.active{display:flex;align-items:center;justify-content:center;opacity:1;visibility:visible;z-index:99}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading{border:none;width:unset;height:unset;padding-top:6.5px;animation:none}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader{width:48px;height:48px;display:inline-block;position:relative}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_1{border-radius:50%;border:3px solid;border-color:#fff #fff transparent;box-sizing:border-box;animation:wopbRotation 1s linear infinite}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_1:after{content:"";box-sizing:border-box;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;border:3px solid;border-color:transparent #ff176b #ff176b;width:24px;height:24px;border-radius:50%;animation:wopbRotationBack .5s linear infinite;transform-origin:center center}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_2,.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_3{width:70px;height:70px}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_2>*,.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_3>*{transform-origin:40px 40px;animation:wopbFadeOut 1.2s linear infinite}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_2>:after,.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_3>:after{content:" ";display:block;position:absolute;top:3px;left:37px;width:6px;height:18px;border-radius:20%;background:#fff}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_2>:first-child,.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_3>:first-child{transform:rotate(0deg);animation-delay:-1.1s}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_2>:nth-child(2),.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_3>:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_2>:nth-child(3),.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_3>:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_2>:nth-child(4),.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_3>:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_2>:nth-child(5),.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_3>:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_2>:nth-child(6),.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_3>:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_2>:nth-child(7),.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_3>:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_2>:nth-child(8),.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_3>:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_2>:nth-child(9),.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_3>:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_2>:nth-child(10),.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_3>:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_2>:nth-child(11),.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_3>:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_2>:nth-child(12),.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_3>:nth-child(12){transform:rotate(330deg);animation-delay:0s}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_3>:after{width:10px;height:10px}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_4{height:unset;width:unset;display:flex;justify-content:center;animation:wopbSpin360 2s linear infinite}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_4 svg{margin:9px -31px}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_4 .dot_line{position:absolute;width:100%;height:4px;transform:translateY(80px);background-color:#fff;border-radius:10px;margin:1px 0;animation:wopbUpDownPendulum 2s ease-in-out .7s infinite}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_5{width:unset;height:unset;font-size:60px;--num-dot:15}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_5>*{position:absolute;width:100%;height:100%;top:0;left:0;transform:rotate(calc(1turn/var(--num-dot)*var(--index)))}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_5>:before{position:absolute;content:"";top:.15em;left:.45em;width:.1em;height:.1em;transform:scale(.3);border-radius:50%;background-color:#fff;animation:wopbScaleTo1 1s ease-in-out calc(1s/var(--num-dot)*var(--index)) infinite reverse}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_6{width:80px;height:35px;border-bottom:9.99px solid #fff;border-top:10px solid #fff;box-sizing:border-box}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_6:after,.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_6:before{content:"";position:absolute;left:-1;top:-10px;width:102%;height:10px;background:#ff3d00;box-sizing:border-box;animation:wopbFillUp 1s ease-in-out infinite alternate}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_6:after{top:16px;animation-direction:alternate-reverse}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_7{background-size:cover;background:radial-gradient(circle,#ff176b,transparent,transparent,transparent,transparent,transparent,transparent) 50%;border-radius:50%;border:3px solid #fff;padding:30px}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_7:after,.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_7:before{content:"";position:absolute;height:16px;width:4px;background:#ff176b;top:50%;left:50%;transform:translateX(-50%) rotate(0deg);transform-origin:25% 0;box-sizing:border-box;animation:wopbRotation 10s linear infinite}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-loading .wopb-loading .wopb-loader.loader_7:before{height:22px;width:2px;transform:translateX(-50%) rotate(0deg);animation-duration:1s}.wopb-modal-wrap:not(.wopb-modal-toast-wrapper) .wopb-modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.8);z-index:-1}.wopb-modal-wrap .wopb-modal-close-icon{cursor:pointer;position:absolute;top:9px;right:9px;text-indent:-9999px;padding:0;border-radius:0;border:1px solid #090909;background:#090909;width:25px;height:25px;transition:.4s}.wopb-modal-wrap .wopb-modal-close-icon:before{width:16px;border-top:2px solid;margin-top:-1px;margin-left:-8px}.wopb-modal-wrap .wopb-modal-close-icon:after,.wopb-modal-wrap .wopb-modal-close-icon:before{content:"";position:absolute;left:50%;top:50%;transform:rotate(45deg);color:#fff;transition:.4s}.wopb-modal-wrap .wopb-modal-close-icon:after{height:16px;border-left:2px solid;margin-top:-8px;margin-left:-1px}.wopb-modal-wrap .wopb-modal-close-icon:hover{border:1px solid #f31616;background:#f31616}.wopb-modal-wrap .wopb-modal-close-icon:hover:after,.wopb-modal-wrap .wopb-modal-close-icon:hover:before{color:#fff}.wopb-modal-wrap.wopb-unfold .wopb-modal-content{transform:scale(0);animation:wopbZoomIn .5s cubic-bezier(.165,.84,.44,1) .8s forwards}.wopb-modal-wrap.wopb-fold .wopb-modal-content{animation:wopbZoomOut .5s cubic-bezier(.165,.84,.44,1) forwards}.wopb-modal-wrap.wopb-zoom_in .wopb-modal-content{transform:scale(0);animation:wopbZoomIn .8s cubic-bezier(.165,.84,.44,1) .15s forwards}.wopb-modal-wrap.wopb-zoom_out .wopb-modal-content{animation:wopbZoomOut .8s cubic-bezier(.165,.84,.44,1) .15s forwards}.wopb-modal-wrap.wopb-fade_in .wopb-modal-content{animation:wopbFadeIn 1.6s forwards}.wopb-modal-wrap.wopb-fade_out .wopb-modal-content{animation:wopbFadeOut 1.6s forwards}.wopb-modal-wrap.wopb-shrink_in .wopb-modal-content{animation:wopbShrinkIn 1s forwards}.wopb-modal-wrap.wopb-shrink_out .wopb-modal-content{animation:wopbShrinkOut 1s forwards}.wopb-modal-wrap.wopb-flip_in .wopb-modal-content{animation:wopbFlipIn .8s forwards}.wopb-modal-wrap.wopb-flip_out .wopb-modal-content{animation:wopbFlipOut .8s forwards}.wopb-modal-wrap.wopb-slide_up_in .wopb-modal-content{animation:wopbSlideUpIn .8s forwards}.wopb-modal-wrap.wopb-slide_down_in .wopb-modal-content{animation:wopbSlideDownIn .8s forwards}.wopb-modal-wrap.wopb-slide_up_out .wopb-modal-content{animation:wopbSlideUpOut .8s forwards}.wopb-modal-wrap.wopb-slide_down_out .wopb-modal-content{animation:wopbSlideDownOut .8s forwards}.wopb-modal-wrap.wopb-slide_left_in .wopb-modal-content{animation:wopbSlideLeftIn .8s forwards}.wopb-modal-wrap.wopb-slide_right_in .wopb-modal-content{animation:wopbSlideRightIn .8s forwards}.wopb-modal-wrap.wopb-slide_left_out .wopb-modal-content{animation:wopbSlideLeftOut .8s forwards}.wopb-modal-wrap.wopb-slide_right_out .wopb-modal-content{animation:wopbSlideRightOut .8s forwards}.wopb-modal-wrap.wopb-blow_up .wopb-modal-body{animation:wopbBlowUpTable .6s cubic-bezier(.165,.84,.44,1) forwards}@media(max-width:992px){.wopb-modal-wrap .wopb-modal-content{width:80%;min-height:300px;min-width:300px}}@media(max-height:560px){.wopb-modal-wrap .wopb-modal-content{min-height:300px}}.wopb-modal-header{display:flex;justify-content:center;align-items:center;position:relative;border-radius:8px 8px 0 0;height:50px}.wopb-modal-header .wopb-header-title{display:block;font-size:16px;font-weight:600;text-transform:uppercase;color:#070c1a}.wopb-modal-header .wopb-modal-close{position:absolute;right:10px;border-radius:2px;border:1px solid #dadada;background:#090909;width:30px;height:30px;transition:.4s;display:inline-flex;align-items:center;justify-content:center}.wopb-modal-header .wopb-modal-close svg path{stroke:#fff;stroke-width:1.3}.wopb-modal-header .wopb-modal-close:hover{border:1px solid #f31616;background:#f31616}.wopb-wishlist-addon-btn  {
cursor: pointer;
display: inline-flex;
}
.wopb-wishlist-addon-btn span {
display: flex;
align-items: center;
line-height: 1;
gap: 5px;
}
.wopb-wishlist-addon-btn:not(.wopb-wishlist-active) .wopb-wishlist-browse,
.wopb-wishlist-addon-btn.wopb-wishlist-active .wopb-wishlist-text
{
display: none;
} .wopb-wishlist-popup {
display: none;
position: fixed;
background-color: #e4ff00;
padding: 20px;
overflow: hidden;
margin: 0 auto;
width: 600px;
top: 0%;
left: 0%;
}
.wopb-wishlist-popup.active{
display: block;
}
.wopb-modal-wrap .wopb-wishlist-modal {
padding: 0;
}
.wopb-modal-wrap .wopb-wishlist-modal table {
min-height: 80px;
width: 100%;
}
.wopb-wishlist-modal table {
margin: 0;
border: none;
}
.wopb-wishlist-modal table thead { position: sticky;
top: 0;
z-index: 1;
}
.wopb-wishlist-modal table thead tr th {
padding: 12px 15px;
}
.wopb-wishlist-modal table tbody tr td {
padding: 12px 15px;
vertical-align: middle;
text-decoration: none;
}
.wopb-wishlist-modal table tbody tr td.wopb-wishlist-product-action {
min-width: 160px;
}
.wopb-wishlist-modal table tbody tr td.wopb-wishlist-product-price {
min-width: 170px;
}
.wopb-wishlist-modal table tbody tr td.wopb-wishlist-product-price del {
margin-right: 8px;
}
.wopb-wishlist-modal table tbody tr td.wopb-wishlist-product-image a {
line-height: 0;
font-size: 0;
display: inherit;
}
.wopb-wishlist-modal table tbody tr td.wopb-wishlist-product-image img {
width: 80px;
height: 100%;
}
.wopb-wishlist-modal table tbody tr td a.wopb-wishlist-remove {
color: #f37262;
font-size: 20px;
height: 20px;
width: 20px;
line-height: 18px;
text-decoration: none !important;
-webkit-transition: 0.4s;
transition: 0.4s;
border-radius: 100%;
font-weight: 700;
border: 0;
text-align: center;
display: inline-block;
}
.wopb-wishlist-modal table tbody tr td a.wopb-wishlist-remove:hover {
color: #fff;
background: red;
}
.wopb-wishlist-modal table tbody tr td.wopb-wishlist-product-action p.add_to_cart_inline {
padding: 0 !important;
border: none !important;
margin-bottom: 0;
}
.wopb-wishlist-modal table tbody tr td.wopb-wishlist-product-action p.add_to_cart_inline a.button {
margin-left: 0;
}
.wopb-wishlist-modal table tbody tr td.wopb-wishlist-product-name {
line-height: 1.3;
}
.wopb-wishlist-modal td a {
text-decoration: none !important;
}
.wopb-wishlist-product-footer,
.wopb-wishlist-shortcode .wopb-wishlist-product-footer {
padding: 12px 20px;
background: #ededed;
display: flex;
align-items: center;
}
.wopb-wishlist-product-footer span:first-child,
.wopb-wishlist-shortcode .wopb-wishlist-product-footer span:first-child {
display: none;
}
.wopb-wishlist-product-footer span:nth-child(2),
.wopb-wishlist-shortcode .wopb-wishlist-product-footer span:nth-child(2) {
display: flex;
margin-right: auto;
} .wopb-modal-wrap .wopb-wishlist-modal-content {
width: 100%;
left: 0;
right: 0;
top: 0;
margin: 0 auto;
position: relative;
max-width: 1200px;
max-height: 100%;
border-radius: 4px;
}
.wopb-wishlist-table-body {
overflow-y: auto;
height: 80vh;
scrollbar-color: #ff8645;
}
.wopb-wishlist-table-body::-webkit-scrollbar  {
width: 6px;
height: 6px;
}
.wopb-wishlist-table-body::-webkit-scrollbar-track  {
background-color: #eae8e8;
}
.wopb-wishlist-table-body::-webkit-scrollbar-thumb {
background-color: #ff8645;
border-radius: 50px;
}
.wopb-wishlist-table-body::-webkit-scrollbar-thumb:hover  {
background-color: #e24f00;
}
.product-gallery-summary .botiga-single-addtocart-wrapper {
flex-wrap: wrap;
}
.product-gallery-summary .botiga-single-addtocart-wrapper .button {
width: fit-content;
} .woocommerce-shop:not(:has(.wopb-builder-container)):not(:has(.wopb-block-wrapper)) .wopb-wishlist-addon-btn {
display: block;
cursor: pointer;
}
.woocommerce-shop:not(:has(.wopb-builder-container)):has(.wopb-block-wrapper) .wopb-cart-action .wopb-wishlist-addon-btn {
display:none;
}
.woocommerce-shop:not(:has(.wopb-builder-container)) .wopb-wishlist-addon-btn strong {
margin-right: 5px;
font-size: 16px;
}
.woocommerce-shop .wopb-modal-wrap.active .wopb-wishlist-modal .wopb-wishlist-addon-btn , .woocommerce-shop .wopb-modal-wrap.active .wopb-wishlist-modal .wopb-compare-btn , .woocommerce-shop .wopb-modal-wrap.active .wopb-wishlist-modal .wopb-quickview-btn {
display: none;
}
.wopb-modal-continue {
cursor: pointer;
} .wopb-wishlist-nav-item {
display: inline-flex !important;
align-items: center;
gap: 5px;
height: fit-content;
justify-content: center;
cursor: pointer;
line-height: normal;
}
.wopb-wishlist-nav-item.wopb-flex-column-dir
{
flex-direction: column;
gap: 0;
}
.wopb-wishlist-nav-item .wopb-wishlist-icon
{
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.wopb-wishlist-nav-item .wopb-wishlist-icon .wopb-wishlist-count {
position: absolute;
background: #FF176B;
color: #fff;
border-radius: 10px;
width: 16px;
height: 16px;
font-size: 10px;
display: inline-flex;
justify-content: center;
align-items: center;
top: -8px;
right: -5px;
}
.wopb-wishlist-nav-item svg {
width: 18px;
height: 18px;
} .wopb-modal-content .wopb-empty-wishlist-wrap {
text-align: center;
margin-top: 50px;
}
.wopb-wishlist-modal .wopb-wishlist-cart-added a,
.wopb-wishlist-modal .wopb-wishlist-cart-added a:hover {
color: #ffffff;
background-color: #FF176B;
}
.wopb-wishlist-modal .wopb-wishlist-cart-added a {
border-color: #FF176B;
padding: 12px 24px;
}.lazy-hidden,.entry img.lazy-hidden, img.thumbnail.lazy-hidden {
background-color: #ffffff;
background-image: url(//berkei.de/wp-content/plugins/a3-lazy-load/assets/css/loading.gif);
background-repeat: no-repeat;
background-position: 50% 50%;
}
figure.wp-block-image img.lazy-hidden {
min-width: 150px;
}
picture source[type="image/webp"] {
display: block;
}.product.product-type-variable ul.tabs li.product_safety_tab,.wc-gzd-additional-info-placeholder,p.wc-gzd-additional-info:empty{display:none}#order_review .wc-gzd-checkbox-placeholder{clear:both}#order_review .wc-gzd-checkbox-placeholder p.form-row{float:none;padding:0 1em 0 0;text-align:left}#order_review .wc-gzd-checkbox-placeholder p.form-row label{display:inline}#order_review .wc-gzd-checkbox-placeholder:empty{display:none}.woocommerce-checkout .shop_table{background-color:#eee}@media(min-width:768px){table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail .wc-gzd-cart-item-name-wrapper{align-items:center;display:flex}}table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail .wc-gzd-cart-item-name-wrapper .wc-gzd-cart-item-thumbnail{margin-right:1em;max-width:15%;min-width:60px}table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail .wc-gzd-cart-item-name-wrapper .wc-gzd-cart-item-thumbnail img{margin:0}body.theme-astra table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail td.product-name{flex-wrap:wrap}.cart_totals tr.order-total-differential-taxation-notice td:before,.cart_totals tr.order-total-small-business-notice td:before{content:""!important}.includes_tax,.tax_label,.woocommerce dl.variation dd[class*=variation-gzd-],.woocommerce dl.variation div[class*=variation-gzd-],.woocommerce dl.variation dt[class*=variation-gzd-],.woocommerce dl.variation li[class*=variation-gzd-],.woocommerce ul.variation dd[class*=variation-gzd-],.woocommerce ul.variation div[class*=variation-gzd-],.woocommerce ul.variation dt[class*=variation-gzd-],.woocommerce ul.variation li[class*=variation-gzd-],.woocommerce-cart dl.variation dd[class*=variation-gzd-],.woocommerce-cart dl.variation div[class*=variation-gzd-],.woocommerce-cart dl.variation dt[class*=variation-gzd-],.woocommerce-cart dl.variation li[class*=variation-gzd-],.woocommerce-cart ul.variation dd[class*=variation-gzd-],.woocommerce-cart ul.variation div[class*=variation-gzd-],.woocommerce-cart ul.variation dt[class*=variation-gzd-],.woocommerce-cart ul.variation li[class*=variation-gzd-],.woocommerce-checkout dl.variation dd[class*=variation-gzd-],.woocommerce-checkout dl.variation div[class*=variation-gzd-],.woocommerce-checkout dl.variation dt[class*=variation-gzd-],.woocommerce-checkout dl.variation li[class*=variation-gzd-],.woocommerce-checkout ul.variation dd[class*=variation-gzd-],.woocommerce-checkout ul.variation div[class*=variation-gzd-],.woocommerce-checkout ul.variation dt[class*=variation-gzd-],.woocommerce-checkout ul.variation li[class*=variation-gzd-],.woocommerce-mini-cart dl.variation dd[class*=variation-gzd-],.woocommerce-mini-cart dl.variation div[class*=variation-gzd-],.woocommerce-mini-cart dl.variation dt[class*=variation-gzd-],.woocommerce-mini-cart dl.variation li[class*=variation-gzd-],.woocommerce-mini-cart ul.variation dd[class*=variation-gzd-],.woocommerce-mini-cart ul.variation div[class*=variation-gzd-],.woocommerce-mini-cart ul.variation dt[class*=variation-gzd-],.woocommerce-mini-cart ul.variation li[class*=variation-gzd-]{display:none!important}.wc-gzd-small-business-includes-tax{display:inline!important;font-size:.9em;padding-left:3px}.woocommerce-gzd-checkout #order_review_heading{display:none}.woocommerce-checkout .shop_table tr td p{margin-bottom:0}.woocommerce-checkout .shop_table td,.woocommerce-checkout .shop_table th{line-height:1.5}.more-variants-available-info{display:block;font-size:11px;font-weight:400}.shop_table .product-name-inner,.shop_table .product-name-inner tr td{border:none;margin:0;padding:0}.shop_table .product-name-inner tr td:last-child{text-align:right}.cart_totals .wc-gzd-additional-wrapper,.woocommerce-checkout table.shop_table .wc-gzd-additional-wrapper{clear:both;text-align:right}.cart_totals p.wc-gzd-additional-info,.woocommerce-checkout table.shop_table p.wc-gzd-additional-info{display:inline-block;font-size:.8em;font-weight:400;margin-bottom:0}.entry-content .woocommerce #payment{margin-bottom:1em}.woocommerce #payment .wc-terms-and-conditions{display:none!important}.entry-content .woocommerce .checkout-btn-wrap{text-align:right}.woocommerce-checkout p.direct-debit-checkbox{display:none}.unit-price-cart{display:block;font-size:.9em;margin-top:5px}.product_list_widget .wc-gzd-additional-info,.products .wc-gzd-additional-info{font-size:.8em;margin:.7rem 0;padding:0}.product_list_widget .wc-gzd-additional-info,.product_list_widget p.price-unit{line-height:1.8em;margin:.2rem 0}.product_list_widget .wc-gzd-additional-info a{display:inline!important}.product_list_widget .price-unit,.products .product .price-unit{font-size:.8em}.product_list_widget .price-unit{margin-bottom:.7em}.product p.wc-gzd-additional-info{clear:left;font-size:.9em;margin-bottom:.5rem}.product .defect-description:not(:empty){border:2px solid #4b4f58;margin:1em 0;padding:.5em}.product .defect-description:not(:empty) p:last-child{margin-bottom:0}form.cart.wc-gzd-replace-price .single_variation_wrap .woocommerce-variation-price{display:none}.deposit-packaging-type{font-weight:700;text-transform:uppercase}.product p.deposit-packaging-type{font-size:1.2em!important}.wc-gzd-rating-authenticity-status{display:block;font-size:.9em}.woocommerce-product-rating .wc-gzd-rating-authenticity-status{display:inline-block}.product .product_meta{margin-top:1rem}p.footer-info{font-size:.9em;padding-bottom:.5rem;text-align:center}.wc-gzd-item-defect-description p,.wc-gzd-item-desc p{font-size:.9em;font-weight:400}.wc-gzd-edit-data-notice{background:#eee;display:inline-block;padding:1em}.wc-gzd-edit-data-notice p.wc-gzd-info{margin:0;padding:0}.wc-gzd-power-supply{display:flex;flex-wrap:wrap;height:70px;margin:1em 0}.wc-gzd-power-supply svg{align-items:center;display:flex;height:70px;width:70px}.wc-gzd-power-supply svg text{text-anchor:middle;dominant-baseline:middle;font-size:1.8rem;font-weight:600}.wc-gzd-power-supply svg text.min-max-watt-has-decimals,.wc-gzd-power-supply svg text.power-supply-usb-pd{font-size:1.5rem}.wc-gzd-cart-info{display:block}table.product-details-inner{margin:0;padding:0;table-layout:fixed}table.product-details-inner,table.product-details-inner td,table.product-details-inner tr{background:transparent;border:none;margin-bottom:0;margin-top:0;padding-bottom:0;padding-top:0}table.product-details-inner tr td:last-child{text-align:right}.wc-gzd-product-name-left,.wc-gzd-product-name-right{float:left}.wc-gzd-product-name-left{margin-right:1em;max-width:15%}#order_review .blockMsg{line-height:1.5em}#shipping_parcelshop_post_number_field .optional{display:none!important}.wc-gzd-nutri-score-value{display:block;height:4rem;text-indent:-9999px;width:7.0625rem}.wc-gzd-placeholder-loading{display:flex;flex:0 0 100%;flex-flow:column;overflow:hidden;position:relative}.wc-gzd-placeholder-loading *{box-sizing:border-box}.wc-gzd-placeholder-loading:before{animation:phAnimation .8s linear infinite;background:linear-gradient(90deg,hsla(0,0%,100%,0) 46%,hsla(0,0%,100%,.35) 50%,hsla(0,0%,100%,0) 54%) 50% 50%;bottom:0;content:" ";left:50%;margin-left:-250%;pointer-events:none;position:absolute;right:0;top:0;width:500%;z-index:1}.wc-gzd-placeholder-loading .wc-gzd-placeholder-row{align-items:center;display:flex;vertical-align:middle}.wc-gzd-placeholder-loading .wc-gzd-placeholder-row>*{background-color:#e7e7e7;display:block;height:10px}.wc-gzd-placeholder-loading .wc-gzd-placeholder-row .wc-gzd-placeholder-row-col-4{min-width:100px}@keyframes phAnimation{0%{transform:translate3d(-30%,0,0)}to{transform:translate3d(30%,0,0)}}.wc-block-featured-product .wc-gzd-additional-info{color:inherit;font-size:.9em;margin:0;padding:5px 48px 0;text-align:center;width:100%;z-index:1}.wc-block-featured-product .wc-gzd-nutri-score{width:auto}ul.wc-block-grid__products li.wc-block-grid__product .wc-gzd-additional-info{margin:.5em 0}ul.wc-block-grid__products li.wc-block-grid__product .wc-gzd-additional-info:not(.deposit-packaging-type){font-size:.9em;font-weight:400}.theme-twentytwenty form.woocommerce-checkout #order_review_heading,.theme-twentytwentyone form.woocommerce-checkout #order_review_heading{margin-bottom:2rem;padding-left:0;text-align:left;width:100%}