@keyframes "slide-up" {
0% {
transform: translate(-50%, 100%);
}
100% {
transform: translate(-50%, -50%);
}
}
.dp-modal {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.75);
}
.dp-modal .dp {
position: absolute;
top: 50%;
left: 50%;
max-width: 600px;
width: calc(100% - 4em);
transform: translate(-50%, -50%);
animation: slide-up 0.3s forwards;
}
.dp {
position: relative;
background: #FFF;
box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
line-height: 1.4;
border-radius: 4px;
z-index: 1000;
overflow: hidden;
-webkit-tap-highlight-color: transparent;
}
.dp-permanent {
position: relative;
font-size: 0.8em;
width: 360px;
max-width: 100vw;
}
.dp-permanent .dp {
padding-top: 0;
border: 1px solid #EEE;
box-shadow: none;
z-index: 0;
}
.dp-permanent .dp:before {
display: none;
}
.dp-permanent .dp-close {
display: none;
}
.dp-permanent .dp-clear {
display: none;
}
.dp-cal {
min-height: 300px;
}
.dp-below {
position: absolute;
font-size: 0.8em;
width: 360px;
max-width: 100vw;
}
.dp-months {
padding: 24px;
}
.dp-months .dp-month {
text-align: center;
text-decoration: none;
position: relative;
color: #3B404D;
border-radius: 2px;
border: 0;
background: transparent;
width: 33%;
display: inline-block;
padding: 8px;
}
.dp-months .dp-month:hover {
outline: none;
background: #75BCFC;
color: white;
}
.dp-years {
padding: 8px 0;
max-height: 360px;
overflow: auto !important;
}
.dp-years .dp-year {
text-align: center;
text-decoration: none;
position: relative;
color: #3B404D;
border-radius: 2px;
border: 0;
background: transparent;
display: block;
padding: 8px 40px;
width: 100%;
}
.dp-years .dp-year:hover {
outline: none;
background: #75BCFC;
color: white;
}
.dp-cal-month {
text-align: center;
text-decoration: none;
position: relative;
color: #3B404D;
border-radius: 2px;
border: 0;
background: transparent;
display: inline-block;
font-size: 1.4em;
padding: 2px 8px;
outline: none;
margin: 0 2px;
}
.dp-cal-year {
text-align: center;
text-decoration: none;
position: relative;
color: #3B404D;
border-radius: 2px;
border: 0;
background: transparent;
display: inline-block;
font-size: 1.4em;
padding: 2px 8px;
outline: none;
margin: 0 2px;
}
.dp-day {
text-align: center;
text-decoration: none;
position: relative;
color: #3B404D;
border-radius: 2px;
border: 0;
background: transparent;
width: 14.28571%;
display: inline-block;
padding: 3px;
text-align: center;
}
.dp-day:hover {
outline: none;
background: #75BCFC;
color: white;
}
.dp-cal-header {
position: relative;
text-align: center;
background: #f5f5f5;
display: flex;
justify-content: center;
align-items: center;
padding: 10px 0;
}
.dp-cal-header [type="button"]:hover {
background: #75BCFC;
color: white;
}
.dp-next {
position: absolute;
width: 30px;
height: 30px;
overflow: hidden;
top: 50%;
transform: translateY(-50%);
color: #777;
border-radius: 2px;
border: 0;
background: transparent;
right: 24px;
}
.dp-next:before {
content: '';
border: 2px solid;
width: 10px;
height: 10px;
display: inline-block;
transform: rotate(-45deg);
transition: border-color 0.2s;
margin: 9px 0 40px 4px;
border-left: 0;
border-top: 0;
margin-left: 0;
margin-right: 4px;
}
.dp-prev {
position: absolute;
width: 30px;
height: 30px;
overflow: hidden;
top: 50%;
transform: translateY(-50%);
color: #777;
border-radius: 2px;
border: 0;
background: transparent;
left: 24px;
}
.dp-prev:before {
content: '';
border: 2px solid;
width: 10px;
height: 10px;
display: inline-block;
transform: rotate(-45deg);
transition: border-color 0.2s;
margin: 9px 0 40px 4px;
border-right: 0;
border-bottom: 0;
}
.dp-day-today:after {
content: '';
height: 0;
width: 0;
border: 7px solid #227BD7;
border-bottom-color: transparent;
border-left-color: transparent;
position: absolute;
top: 0;
right: 0;
}
.dp-cal-footer {
text-align: center;
background: #f5f5f5;
display: flex;
justify-content: space-between;
}
.dp-cal-footer [type="button"] {
flex-grow: 1;
border: 0;
height: 40px;
}
.dp-cal-footer [type="button"]:hover {
background: #75BCFC;
color: white;
}
.dp-col-header {
width: 14.28571429%;
display: inline-block;
padding: 8px;
text-align: center;
color: #AAA;
text-transform: uppercase;
font-weight: 300;
font-size: 0.8em;
padding: 8px 0;
}
.dp-edge-day {
color: #AAA;
}
.dp-current {
outline: none;
background: #75BCFC;
color: white;
}
.dp-selected {
background: #3B99FC;
color: #FFF;
}
.dp-selected:hover {
background: #3B99FC;
color: #FFF;
}
.dp-day-disabled {
background: transparent;
color: #DDD;
}
.dp-day-disabled:hover {
background: #DDD;
}
.dp-focuser {
position: absolute;
z-index: 0;
top: 50%;
left: 50%;
}
@media (max-width: 480px) {
.dp-modal .dp {
font-size: 0.9em;
width: auto;
width: 100%;
}
.dp-day-of-week {
padding: 8px;
}
.dp-day {
padding: 8px;
}
}
@media (max-height: 480px) {
.dp-modal .dp {
font-size: 0.9em;
width: auto;
width: 100%;
}
.dp-day-of-week {
padding: 8px;
}
.dp-day {
padding: 8px;
}
}.noUi-target {
-webkit-touch-callout: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-user-select: none;
-ms-touch-action: none;
touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
position: relative;
background-color: #FAFAFA;
border-radius: 4px;
padding: 0 8px;
}
.noUi-target * {
-webkit-touch-callout: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-user-select: none;
-ms-touch-action: none;
touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
}
.noUi-base {
width: 100%;
height: 100%;
position: relative;
z-index: 1;
}
.noUi-connects {
width: 100%;
height: 100%;
position: relative;
z-index: 1;
overflow: hidden;
z-index: 0;
border-radius: 3px;
background-color: #ddd;
}
.noUi-connect {
will-change: transform;
position: absolute;
z-index: 1;
top: 0;
right: 0;
-ms-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-webkit-transform-style: preserve-3d;
transform-origin: 0 0;
transform-style: flat;
height: 100%;
width: 100%;
background: #3FB8AF;
}
.noUi-origin {
will-change: transform;
position: absolute;
z-index: 1;
top: 0;
right: 0;
-ms-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-webkit-transform-style: preserve-3d;
transform-origin: 0 0;
transform-style: flat;
width: 10%;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
left: 0;
right: auto;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
left: -17px;
right: auto;
}
.noUi-horizontal {
height: 3px;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
-webkit-transform: translate(50%, 0);
transform: translate(50%, 0);
left: auto;
bottom: 10px;
}
.noUi-horizontal .noUi-handle {
width: 16px;
height: 16px;
right: -8px;
top: 50%;
transform: translateY(-50%);
}
.noUi-horizontal .noUi-tooltip {
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
left: 50%;
bottom: 120%;
}
.noUi-tooltip {
font-size: 0.9em;
display: block;
position: absolute;
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #fff;
color: #000;
padding: 5px 10px;
text-align: center;
white-space: nowrap;
line-height: 1;
transition-duration: 0.3s;
}
.noUi-handle {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
border-radius: 50%;
background-color: #3FB8AF;
cursor: default;
}
.noUi-touch-area {
height: 100%;
width: 100%;
}
.noUi-state-tap .noUi-connect {
-webkit-transition: transform 0.3s;
transition: transform 0.3s;
}
.noUi-state-tap .noUi-origin {
-webkit-transition: transform 0.3s;
transition: transform 0.3s;
}
.noUi-state-drag * {
cursor: inherit !important;
}
.noUi-state-drag .noUi-tooltip {
opacity: 1;
visibility: visible;
}
.noUi-draggable {
cursor: ew-resize;
}
.noUi-active {
background-color: #ddd;
}
[disabled] .noUi-connect {
background: #B8B8B8;
}
[disabled] .noUi-handle {
cursor: not-allowed;
}
[disabled].noUi-target {
cursor: not-allowed;
}
[disabled].noUi-handle {
cursor: not-allowed;
}
.noUi-pips {
position: absolute;
color: #999;
}
.noUi-value {
position: absolute;
white-space: nowrap;
text-align: center;
}
.noUi-value-sub {
color: #ccc;
font-size: 10px;
}
.noUi-marker {
position: absolute;
background: #CCC;
}
.noUi-marker-sub {
background: #AAA;
}
.noUi-marker-large {
background: #AAA;
}
.noUi-pips-horizontal {
padding: 10px 0;
height: 80px;
top: 100%;
left: 0;
width: 100%;
}
.noUi-value-horizontal {
-webkit-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
-webkit-transform: translate(50%, 50%);
transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
margin-left: -1px;
width: 2px;
height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
height: 15px;
}.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}.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}.includes_tax,.tax_label,.woocommerce-cart dl.variation dd[class*=variation-gzd-],.woocommerce-cart dl.variation dt[class*=variation-gzd-],.woocommerce-checkout dl.variation dd[class*=variation-gzd-],.woocommerce-checkout dl.variation dt[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}.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-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%}