div#ui-datepicker-div {
background: #e0e0e0;
float: left;
border: 1px solid #e0e0e0;
}
a.ui-datepicker-prev {
float: left;
}
.ui-datepicker-title {
float: left;
width: 100%;
text-align: center;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
padding: 15px;
}
a.ui-datepicker-next {
float: right;
}
.ui-corner-all{
cursor: pointer;
}
#wt_smart_coupon_schedule_field .optional {
display: none;
} .wt_gift_coupn_designs {
float: left;
width: 100%;
margin-right: 1%;
padding: 10px;
border: 1px solid #e4dada;
border-radius: 5px;
margin-bottom: 15px;
}
.wt_customise_gift_coupon_wrapper {
float: left;
width: 100%;
}
.wt_gift_coupon_title {
float: left;
width: 100%;
text-align: left;
}
.wt_gift_coupn_designs h2, .wt_gift_coupon_setup h2, .wt_gift_coupon_preview_wrapper h2 {
float: left;
font-size: 18px;
width:100%;
}
.wt_gift_coupn_designs ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}
.wt_gift_coupn_designs li {
float: left;
width: 20%;
margin-bottom: 10px;
margin-top: 10px;
cursor: pointer;
border: 1px solid #eee;
padding: 3px;
border-radius: 6px;
}
.wt_gift_coupn_designs li.active{
-webkit-box-shadow: 1px 10px 17px -18px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 10px 17px -18px rgba(0,0,0,0.75);
box-shadow: 1px 10px 17px -18px rgba(0,0,0,0.75);
}
.wt_gift_coupon_preview {
float: left;
width: 60%;
border: 1px solid #e4dada;
padding: 20px;
margin-right: 3%;
}
.store_credit_preview {
padding: 12px;
}
.store_credit_preview_wrapper {
float: left;
width: 100%;
-webkit-box-shadow: 6px 11px 35px -20px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 11px 35px -20px rgba(0,0,0,0.75);
box-shadow: 6px 11px 35px -20px rgba(0,0,0,0.75);
}
.wt_gift_coupon_preview_caption {
float: left;
width: 100%;
padding: 20px;
text-align: center;
color: #fff;
}
.wt_gift_coupon_preview_caption img{
float: left;
width: 100%;
height: auto;
}
.wt_coupon-code-block {
float: left;
width: 100%;
background: #fff;
padding: 20px;
}
.wt_coupon-code-block .coupon-code {
float: left;
text-align: left;
background: #0e0b0d;
padding: 10px;
color: #fff;
border-radius: 6px;
}
.wt_coupon-code-block .coupon_price {
float: right;
text-align: right;
font-size: 32px;
font-weight: 700;
color: #0e0b0d;
padding: 0px;
line-height: 36px;
}
.coupon-message-block {
float: left;
width: 100%;
color: #fff;
padding: 20px;
}
.coupon-message-block .coupon-message {
float: left;
text-align: left;
}
.coupon-message-block .coupon-from {
float: right;
text-align: right;
}
.wt_gift_coupon_setup {
float: left;
width: 37%;
border: 1px solid #e4dada;
padding: 15px;
}
#wt_credit_coupon_send_to, #wt_credit_coupon_send_to_message, #wt_credit_coupon_from, #wt_smart_coupon_schedule, input#wt_user_credit_amount {
float: left;
margin-bottom: 10px;
padding: 5px 3px;
background: none;
}
input#wt_user_credit_amount{
margin-left: 0px;
max-width:100%;
}
.wt_smart_schedule_field{
list-style-type: none;
}
#wt_user_credit_amount,
#wt_credit_coupon_send_to,
#wt_credit_coupon_send_to_message,
#wt_credit_coupon_from,
#wt_smart_coupon_schedule,
input#wt_user_credit_amount {
float: left;
width:100%;
border: 1px solid #eee;
box-shadow: none;
}
.radio-toolbar {
margin: 10px;
}
.radio-toolbar input[type="radio"] {
opacity: 0;
position: fixed;
width: 0;
}
.radio-toolbar label {
background-color: #ddd;
padding: 4px 12px;
font-family: sans-serif, Arial;
font-size: 16px;
border: 1px solid #444;
border-radius: 4px;
margin: 2px !important;
cursor: pointer;
float: left;
}
.radio-toolbar label:hover {
background-color: #dfd;
}
.radio-toolbar input[type="radio"]:checked + label {
background-color: #bfb;
border-color: #4c4;
} input.wt_enter_other_amount#wt_user_credit_amount {
display: inline-block;
width: 148px;
float: none;
margin-left: 0px;
border: 1px solid #444;
border-radius: 4px;
padding: 4px 7px;
margin-top: 2px;
}
.wt_credit_denominations{
float: left;
margin-left:0;
}
.wt_enter_credit_amount {
float: left;
position: relative;
}
.wt_credit_denominations .credit_instruction {
display: none;
position: absolute;
left: 0px;
padding: .618em 1em;
border-radius: 3px;
background: #333;
color: rgb(136, 130, 130);
box-shadow: 0 1px 3px rgba(0,0,0,.2);
font-size: .8em;
max-width: 150px;
color: #fff;
}
.wt_credit_denominations .credit_instruction:before {
content: '';
position: absolute;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #333;
height: 0;
width: 0;
top: -5px;
}
input.wt_enter_other_amount#wt_user_credit_amount:hover + .credit_instruction, input.wt_enter_other_amount#wt_user_credit_amount:focus + .credit_instruction {
display: block;
}.wt_banner {
background: #3389ff;
color: #fff;
border-radius: 5px;
width: 100%;
z-index: 1000;
}
.wt_banner_content {
padding:14px 15px;
position: relative;
}
.coupon-items-container {
display: flex;
width: 100%;
max-width: 1100px;
margin: 0 auto;
}
.wt_banner_title {
font-size: 20px;
font-weight: bold;
margin-right: 20px;
color: #f8f8f8;
}
.banner-description {
font-size: 15px;
margin-right: 20px;
font-weight: normal;
color: #fff;
}
.banner-coupon-code {
padding: 7px 20px;
border-radius: 4px;
border: solid 1px rgba(255, 255, 255, 0.37);
font-weight: bold;
font-size: 15px;
min-height: 33px;
line-height: 33px;
margin-left: 20px;
}
.coupon-banner-items {
flex-direction: row;
align-items: center;
justify-content: space-between;
display: flex;
width: 100%;
min-height: 62px;
}
.wt_timer {
margin-left: 10px;
text-align: center;
flex-grow: 1;
}
.wt_timer span {
border: 1px solid #f3ecec61;
margin-right: 4px;
font-weight: bold;
min-width: 26px;
min-height: 22px;
line-height: 22px;
padding: 7px 5px;
border-radius: 3px;
}
.wt_timer small {
margin-top: 8px;
}
.wt_time_details {
font-size: 13px;
}
.banner-coupon-timer{
display: flex; }
.wt_time_entry{
display: flex;
flex-wrap: nowrap;
} .wt_banner.show_as_widget {
float: left;
max-width: 100%;
width: 358px;
}
.wt_banner.show_as_widget .coupon-items-container {
display: block;
}
.wt_banner.show_as_widget .coupon-banner-items {
display: block;
text-align: center;
}
.wt_banner.show_as_widget .wt_banner_content {
padding: 35px;
position: relative;
}
.wt_banner.show_as_widget .coupon-banner-items > div {
margin-bottom: 22px;
}
.wt_banner.show_as_widget .coupon-banner-items > div:last-child {
margin-bottom: 0px;
}
.wt_dismissable {
position: absolute;
top: 13px;
right: 17px;
border-radius: 100%;
width: 20px;
text-align: center;
height: 20px;
line-height: 20px;
cursor: pointer;
}
.show_as_banner .wt_dismissable {
top: 50%;
right: 15px;
transform: translateY(-50%);
color: #f3ecec61;
}
.wt_apply_coupon_banner{
cursor: pointer;
}ul.woocommcerce.wt_give_away_products {
float: left;
width: 100%;
margin: 0;
padding: 0px;
list-style-type: none;
}
.wt_give_away_products li {
float: left;
width: 28%;
margin-right: 10px;
}
.wt_product_image{
position: relative;
}
button.wt_choose_free_product {
position: absolute;
top: 50%;
display: none;
left: 50%;
transform: translate(-50%,-50%);
width: 160px;
}
.wt_product_image:hover button.wt_choose_free_product{
display: block;
}
.wt_product_image:hover {
background: rgba(0,0,0,.6);
}
.wt_choose_button_outer {
position: absolute;
top: 0px;
left: 0px;
background: rgba(0,0,0,.5);
z-index: 100;
width: 100%;
height: 100%;
display: none;
}
.wt_product_image:hover .wt_choose_button_outer {
display: block;
}
table.variations.wt_variations td {
padding: 3px 2px;
margin-bottom: 2px;
} .wt-mycoupons ul li {
box-sizing: border-box;
display: inline-block;
padding: 15px;
width: 170px;
min-height: 60px;
margin-bottom: 15px;
vertical-align: top;
line-height: 1.4;
}  
.wt-single-coupon{
background-color: #2890a8 ;
border: 2px dashed #fff;
text-align: center;
margin-bottom: 30px;
transition: all .3s;
position: relative;
vertical-align: top;
color: #fff;
margin-right: 30px;
float: left;
align-items: center;
min-height: 110px;
width: 300px;
max-width: 100%;
padding: 5px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-item-align: center;
align-items: center;
}
.wt-single-coupon.active-coupon:not(.by_shortcode){
cursor: pointer;
}
.wt-coupon-amount span.amount {
font-size: 30px;
margin-right: 5px;
font-weight: 500;
}
.ticket_style .wt-coupon-amount span.amount{
margin-right: 0px;
}
.wt-coupon-amount {
float: left;
width: 100%;
font-size: 20px;
line-height: 25px;
font-weight: 500;
}
.wt-coupon-code {
float: left;
width: 100%;
font-size: 19px;
line-height: 25px;
}
.wt-single-coupon.used-coupon {
background-color: #eee ;
color: #000;
border: 2px dashed #000;
}
.wt-coupon-code code{
background: none;
font-size: 15px;
opacity: 0.7;
}
.wt-single-coupon.used-coupon.expired {
background-color: #f3dfdf;
color: #a96b6b;
border: 2px dashed #eccaca;
}
.wt-coupon-content {
padding: 10px 0px;
float: left;
width: 100%;
}
.ticket_style .wt-coupon-content {
padding: 10px;
float: left;
width: 100%;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-item-align: center;
align-items: center;
}
.wt-single-coupon.stitched_padding {
box-shadow: 0 0 0 4px #2890a8, 2px 1px 6px 4px rgba(10, 10, 0, 0);
min-height: 102px;
width: 292px;
margin-top: 4px;
}
.wt-single-coupon.stitched_edge {
border: 2px dashed #e9e9eb;
background: #f7f7f7;
color: #000;
}
.wt-single-coupon.plane_coupon {
border: none;
background: #c8f1c0;
color: #30900c;
}
.wt-single-coupon.ticket_style{
background: #fffae6;
border: 1px dotted #fc7400;
color: #000;
}
.wt-single-coupon.ticket_style .discount_type{
font-weight: 500;
font-size: 22px;
}
.wt-single-coupon.ticket_style .wt-coupon-amount {
color: #fc7400;
padding-top: 12px;
padding-right: 10px;
border-right: 1px dotted;
padding-bottom: 12px;
}
.ticket_style .wt-coupon-amount {
float: left;
width: auto;
}
.ticket_style .wt-coupon-code {
float: left;
padding-left: 10px;
text-align: left;
}
.ticket_style .wt-coupon-code span {
float: left;
width: 100%;
}
.wt-single-coupon .coupon-desc {
position: absolute;
top: -18px;
background: #f2f2f2;
color:#000;
text-shadow: none;
font-size: 12px;
right: -303px;
width: 300px;
padding: 10px 20px;
z-index: 100;
border-radius: 8px;
display: none;
min-height: 90px;
max-width: 100%;
}
.coupon-desc ul {
margin: 0px !important;
text-align: left;
list-style-type: disc;
}
.coupon-desc ul li {
padding: 0px;
margin: 0px;
width: 100%;
height: auto;
min-height: auto;
list-style-type: disc !important;
} .coupon-desc-wrapper:hover .coupon-desc {
display: block;
}
.wt-single-coupon i.info {
position: absolute;
top: 6px;
right: 10px;
font-size: 13px;
font-weight: bold;
border-radius: 100%;
width: 20px;
height: 20px;
background: #fff;
text-shadow: none;
color: #2890a8;
font-style: normal;
cursor: pointer;
}
.wt_smart_coupon_send_coupon_wrap {
float: left;
}
.wt_smart_coupon_send_coupon_wrap ul {
list-style-type: none;
}
.gift_to_friend_form {
float: left;
width: 100%;
margin-top: 15px;
}
.gift_to_friend_form .wt-form-item {
float: left;
width: 100%;
margin-bottom: 12px;
}
.gift_to_friend_form .wt-form-item input {
float: left;
width: 100%;
}
.wt_coupon_wrapper {
float: left;
width: 100%;
position: relative;
}
.coupon-loader {
position: absolute;
left: 0px;
top: 0px;
background: rgba(255,255,255,0.5);
width: 100%;
height: 100%;
z-index: 1000;
display: none;
}
.wt_smart_coupon_send_coupon_wrap input {
margin-right: 10px;
}
.wt_smart_coupon_send_coupon_wrap li {
margin-bottom: 11px;
}
.wt_smart_coupon_send_coupon_wrap label{
cursor: pointer;
}
.wt-used-coupons, .wt-mycoupons {
float: left;
width: 100%;
}
.credit_gift_to_friend_form {
float: left;
width: 100%;
margin-top: 15px;
}
.credit_gift_to_friend_form .wt-form-item {
float: left;
width: 100%;
margin-bottom: 12px;
}
.credit_gift_to_friend_form .wt-form-item input {
float: left;
width: 100%;
}
.credit-purchase-field {
float: left;
width: 100%;
}
#wt_store_credit {
float: left;
width: 100%;
}
.credit_instruction {
width: 100%;
padding: 0px 0px 15px 0;
font-size: 14px;
color: #cacdd1;
margin-left: 10px;
}
.credit_history span {
font:bold 13px/1 dashicons;
font-size: 14px;
}
.credit_history {
font-size: 13px;
font-weight: bold;
border-radius: 100%;
width: 20px;
height: 20px;
text-shadow: none;
font-style: normal;
cursor: pointer;
position: absolute;
right: 12px;
bottom: 10px;
text-align: center;
line-height: 20px;
text-decoration: none !important;
background: #fff;
border-radius: 100%;
}
a.credit_history span:before {
line-height: 20px;
color: #2890a8;
}
input#wt_user_credit_amount {
margin-left: 10px;
}
span.wt-credited {
color: green;
}
span.wt-debited {
color: red;
}
h4.giveaway-title {
font-size: 18px;
}
h4.giveaway-title span {
font-weight: 500;
}
@media only screen and (max-width: 700px)  {
.wt-coupon-content {
z-index: 5;
}
.wt-single-coupon .coupon-desc{
z-index: 100;
right:auto;
top:30px;
left:0px;
}
}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}@font-face {
font-display: swap; font-family: 'Noto Sans';
font-style: normal;
font-weight: 300;
src: url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v36-latin-300.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Noto Sans';
font-style: italic;
font-weight: 300;
src: url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v36-latin-300italic.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
src: url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-regular.eot); src: url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-regular.eot?#iefix) format('embedded-opentype'), url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-regular.woff2) format('woff2'), url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-regular.woff) format('woff'), url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-regular.ttf) format('truetype'), url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-regular.svg#NotoSans) format('svg'); } @font-face {
font-display: swap; font-family: 'Noto Sans';
font-style: normal;
font-weight: 500;
src: url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-500.eot); src: url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-500.eot?#iefix) format('embedded-opentype'), url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-500.woff2) format('woff2'), url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-500.woff) format('woff'), url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-500.ttf) format('truetype'), url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-500.svg#NotoSans) format('svg'); } @font-face {
font-display: swap; font-family: 'Noto Sans';
font-style: normal;
font-weight: 600;
src: url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-600.eot); src: url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-600.eot?#iefix) format('embedded-opentype'), url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-600.woff2) format('woff2'), url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-600.woff) format('woff'), url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-600.ttf) format('truetype'), url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-600.svg#NotoSans) format('svg'); } @font-face {
font-display: swap; font-family: 'Noto Sans';
font-style: normal;
font-weight: 700;
src: url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-700.eot); src: url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-700.eot?#iefix) format('embedded-opentype'), url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-700.woff2) format('woff2'), url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-700.woff) format('woff'), url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-700.ttf) format('truetype'), url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-700.svg#NotoSans) format('svg'); } @font-face {
font-display: swap; font-family: 'Noto Sans';
font-style: normal;
font-weight: 800;
src: url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-800.eot); src: url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-800.eot?#iefix) format('embedded-opentype'), url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-800.woff2) format('woff2'), url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-800.woff) format('woff'), url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-800.ttf) format('truetype'), url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-800.svg#NotoSans) format('svg'); } @font-face {
font-display: swap; font-family: 'Noto Sans';
font-style: normal;
font-weight: 900;
src: url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-900.eot); src: url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-900.eot?#iefix) format('embedded-opentype'), url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-900.woff2) format('woff2'), url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-900.woff) format('woff'), url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-900.ttf) format('truetype'), url(//delightguide.de/wp-content/themes/delight-v2/fonts/noto-sans-v28-latin-900.svg#NotoSans) format('svg'); }
@font-face {
font-display: swap;
font-family:"Heinrich-Grotesk";
font-style: normal;
font-weight: normal;
src:url(//delightguide.de/wp-content/themes/delight-v2/fonts/Heinrich-Grotesk.eot);
src:url(//delightguide.de/wp-content/themes/delight-v2/fonts/Heinrich-Grotesk.woff2) format('woff2'),
url(//delightguide.de/wp-content/themes/delight-v2/fonts/Heinrich-Grotesk.woff) format("woff"),
url(//delightguide.de/wp-content/themes/delight-v2/fonts/Heinrich-Grotesk.ttf) format("opentype"), 
url(//delightguide.de/wp-content/themes/delight-v2/fonts/Heinrich-Grotesk.svg#Heinrich-Grotesk) format("svg")
}
:root {
--clr-copy-primary: #fff;
--clr-bg-light-copy-primary: #070E17;
--bg-dark: #212831;
--bg-dark-2: #070E17;
--bg-dark-3: #282F3B;
--bg-white: #fff;
--bg-grey: #F0F0F0;
--bg-light: #F0F0F0;
--bg-blue: #333E4D;
--bg-blue-light: #435266;
--clr-site-accent: #AA8C50; --clr-site-gradient-accent: linear-gradient(180deg, #AA8C50 0%, #CEAD6A 100%); --clr-headline-primary: #fff;
--clr-bg-light-headline-primary: #070E17;
--clr-headline-accent: #12B1A9;
--clr-shop-accent: #12B1A9;
--clr-shop-border-color: #D1D4D9;
--clr-input-text: rgba(7, 14, 23, .8);
--clr-input-text-placeholder: rgba(7, 14, 23, .5);
--clr-white: #fff;
--clr-white-70: rgba(255,255,255,.7);
--clr-white-50: rgba(255,255,255,.5);
--clr-dark-50: rgba(7, 14, 23,.5);
--font-family-primary: 'Noto Sans', arial, verdana, sans-serif;
--font-family-secondary: "Heinrich-Grotesk", Arial, serif;
--mobile-menu-bg: #333E4D;
}
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td 
{	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; margin: 0;}
html, body {display: block;}
html.no-touch:not(.no-nicescroll), html.no-touch:not(.no-nicescroll) body {overflow-y: hidden;}
html {font-size: 100%;}
body {-webkit-font-smoothing: antialiased; font-smoothing: antialiased; text-rendering: optimizeSpeed;}
html.no-scrolling, html.no-scrolling body, body.no-scrolling {overflow: hidden;}
ol, ul {}
header ul, footer ul, .fixed-container ul {list-style-type: none;}
#main .wpb_text_column ul, #main .wpb_text_column ol, #main .wpb_raw_html ul, #main .wpb_raw_html ol {padding-left: 1rem;}
#main .wpb_text_column ul ul, #main .wpb_text_column ol ol, #main .wpb_raw_html ul ul, #main .wpb_raw_html ol ol {list-style-type: disc; padding-left: 2rem;}
#main .wpb_text_column ul li:not(:last-child), #main .wpb_text_column ol li:not(:last-child) {margin-bottom: .5rem;}
#main .wpb_raw_html ul li:not(:last-child), #main .wpb_raw_html ol li:not(:last-child) {margin-bottom: 1.5rem;}
* ,::before, ::after {-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;}
b, strong {font-weight: 700;}
h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong {font-weight: 900;}
h5 strong {font-weight: normal;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
address {font-style: normal;}
:focus-visible {}
:focus:not(:focus-visible) {outline: none;}
ins {	text-decoration: none;}
del {	text-decoration: line-through;}
table {	border-collapse: collapse;	border-spacing: 0;}
td {vertical-align: top;}
.align-center {text-align: center;}
.align-right {text-align: right;}
.align-left {text-align: left;}
img {max-width: 100%; height: auto; vertical-align: middle;}
.map-container {position: relative; width: 100%; padding-bottom: 42%;} .contact-map img {max-width: 1000em;}
.alignleft {float: left; margin: 0 2em 2em 0;}
.alignright {float: right; margin: 0 0 2em 2em;}
.aligncenter {display: block;	margin-left: auto;	margin-right: auto;}
.wpb_single_image.vc_align_center {text-align: center;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix{display: inline-block;}/*\*/* html .clearfix{height: 1%;}
.clearfix{display: block;}/**/button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0;}
body {font-family: var(--font-family-primary); color: var(--clr-copy-primary); margin: 0; padding: 0; font-size: 16px; font-size: 1rem; letter-spacing: .01em; line-height: 1.5625; font-weight: 400; font-style: normal; background: var(--bg-dark);}
body.page-light {color: var(--clr-bg-light-copy-primary); background: var(--bg-light);}
a {color: var(--clr-headline-primary); text-decoration: none;}
a:hover {color: var(--clr-headline-primary);}
.white-section a, .white-section a:hover, .grey-section a, .grey-section a:hover, body.page-light .entry-content a {color: var(--clr-site-accent);}
p {margin: 1.5rem 0;} small {font-size: .875rem;}
p, ul, ol {margin: 1.5rem 0; }
p:first-child, ul:first-child, ol:first-child {margin-top: 0;}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul, h1 + ol, h2 + ol, h3 + ol, h4 + ol, h5 + ol, h6 + ol, h1 + blockquote, h2 + blockquote, h3 + blockquote, h4 + blockquote, h5 + blockquote, h6 + blockquote {margin-top: 0!important;}
h1,h2,h3,h4,h5,h6, blockquote { margin: 0 0 1.5rem; font-size: 2.5rem; letter-spacing: .01em; font-size: clamp(30px, 2.5vw, 2.5rem); line-height: 1.3; padding: 0; font-family: var(--font-family-primary); position: relative; font-weight: 900; color: var(--clr-headline-primary);}
blockquote:not(.font-black) {font-weight: 300; font-style: italic;}
blockquote {font-size: clamp(25px, 2.5vw, 2.5rem); margin: 0;}
blockquote p {margin: 0;}
h4, .h4 {font-size: 30px; font-size: 1.875rem; font-size: clamp(24px, 1.5625vw, 1.875rem);}
h5, .h5 {font-size: 20px; font-size: 1.25rem; color: var(--clr-headline-accent); text-transform: uppercase; font-family: var(--font-family-secondary); letter-spacing: .08em; font-weight: normal; margin: 0 0 1.1875rem;}
#content .wpb_content_element h5:last-child {margin-bottom: -.4375rem;}
h6, .h6 {}
.h-60 h1, .h-60 h1, .h-60 h1, .h-60 h1, h1.h-60, h2.h-60, h3.h-60, h4.h-60 {font-size: clamp(35px, 3.5vw, 3.75rem); line-height: 1.3; margin: 0 0 .8em;}
.h-24-h5 h5 {font-size: 1.5rem;}
body.page-light h1,body.page-light h2,body.page-light h3,body.page-light h4,body.page-light h6,body.page-light blockquote {color: var(--clr-bg-light-copy-primary);}
sup {position: relative;top: -.5rem;font-size: 80%;}
.hyphenate {-webkit-hyphens: auto; -moz-hyphens: auto;-ms-hyphens: auto;	hyphens: auto;	word-wrap: break-word; overflow: hidden;}
.txt-upper h1, .txt-upper h2, .txt-upper h3, .txt-upper h4, .txt-upper h5, .txt-upper h6 {text-transform: uppercase;}
.txt-upper-normal h1, .txt-upper-normal h2, .txt-upper-normal h3, .txt-upper-normal h4, .txt-upper-normal h5, .txt-upper-normal h6 {text-transform: none;}
.wpb_wrapper h1:first-child, .wpb_wrapper h2:first-child, .wpb_wrapper h3:first-child, .wpb_wrapper h4:first-child, .wpb_wrapper h5:first-child, .wpb_wrapper h6:first-child {margin-top: 0;}
body .dark-section, body .dark-section blockquote, body .dark-section h6, body .dark-section h6 a,
body .dark-section h1, body .dark-section h1 a, body .dark-section h2, body .dark-section h2 a, body .dark-section h3, body .dark-section h3 a, body .dark-section h4, body .dark-section h4 a {color: var(--clr-copy-primary);}
.txt-white {color: #fff!important;}
.txt-clr-accent {color: var(--clr-site-accent);}
.txt-clr-grey {color: var(--clr-grey-1);}
.gold-gradient-bg {background: var(--clr-site-gradient-accent)!important;}
.white-section, .white-section blockquote, .white-section h5, .white-section h5 a,.white-section h6, .white-section h6 a,
.white-section h1, .white-section h1 a, .white-section h2, .white-section h2 a, .white-section h3, .white-section h3 a, .white-section h4, .white-section h4 a {color: var(--clr-bg-light-copy-primary);}
.white-section h5 {color: var(--clr-headline-accent);}
.txt-copy-20 p, .txt-copy-20 ul, p.txt-copy-20, ul.txt-copy-20, .txt-copy-20 table {font-size: clamp(17px, 1.09375vw, 21px); font-size: 1.25rem;}
.vc_custom_heading {margin: 0 0 .6em;}
.vc_custom_heading.txt-18 {font-size: 1.125rem;}
.vc_custom_heading.txt-20 {font-size: 1.25rem;}
.vc_custom_heading.txt-24 {font-size: clamp(20px, 1.66vw, 1.5rem);}
.vc_custom_heading.txt-26 {font-size: clamp(22px, 1.8vw, 1.625rem);}
.vc_custom_heading.txt-30 {font-size: clamp(24px, 1.5625vw, 1.875rem);}
.vc_custom_heading.txt-40 {font-size: clamp(30px, 2.5vw, 2.5rem);}
.vc_custom_heading.txt-50 {font-size: clamp(32px, 3.2vw, 3.125rem);}
.vc_custom_heading.txt-60 {font-size: clamp(35px, 3.5vw, 3.75rem); line-height: 1.3;  margin: 0 0 .8em;}
.vc_custom_heading.mb-0 {margin-bottom: 0;}
.vc_custom_heading.mb-0_2 {margin-bottom: .2em;}
.vc_custom_heading.mb-0_4 {margin-bottom: .4em;}
.vc_custom_heading.mb-0_6 {margin-bottom: .6em;}
.vc_custom_heading.mb-0_8 {margin-bottom: .8em;}
.vc_custom_heading.mb-1 {margin-bottom: 1em;}
.vc_custom_heading.mb-1_25 {margin-bottom: 1.25em;}
.vc_custom_heading.mb-1_5 {margin-bottom: 1.5em;}
.op-flexbox, .op-flexbox-static {display: -webkit-box;  display: -moz-box;  display: -ms-flexbox;  display: -webkit-flex;  display: flex; position: relative;}
.op-flexbox-static {position: static;}
.op-flex-nowrap {-webkit-flex-wrap: nowrap;-ms-flex-wrap: nowrap;flex-wrap: nowrap;}
.op-flex-wrap {-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.op-flex-align-top {-webkit-align-items: flex-start;-webkit-box-align: flex-start;-ms-flex-align: flex-start;align-items: flex-start;}
.op-flex-align-center {-webkit-align-items: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.op-flex-align-bottom {-webkit-align-items: flex-end;-webkit-box-align: flex-end;-ms-flex-align: flex-end;align-items: flex-end;}
.op-flex-justify-space-between {-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}
.op-flex-justify-center {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.op-flex-justify-right {-webkit-justify-content: flex-end;-ms-flex-pack: flex-end;justify-content: flex-end;}
.op-flex-direction-column {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;height: 100%;}
.op-flex-direction-row-reverse {flex-direction: row-reverse;}
.op-flex-shrink-0 {-webkit-flex-shrink: 0;-ms-flex-negative: 0;flex-shrink: 0;}
.op-flex-grow-1 {-webkit-box-flex: 1;-webkit-flex-grow: 1;-ms-flex-positive: 1;flex-grow: 1;}
.op-flex-gap-20 {gap: 20px;}
.op-flex-gap-30 {gap: 30px;}
.fa {vertical-align: middle;}
.abs-link {position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10000; text-indent: -1000em;}
.ww {position: fixed; z-index: 1000000; left: 0; bottom: 0; background: #f00; padding: 5px; color: #fff; font-size: 12px;}
#loaderImage {will-change: transform; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: var(--bg-dark); z-index: 10000;}
.loaderEnd #loaderImage {transition: opacity .8s ease .3s; transform: none; opacity: 0;}
.topAnimsStart #loaderImage {visibility: hidden;}
.nicescroll-rails { z-index: 100000!important;}
#page {position: relative; z-index: 100;  width: 100%; overflow: hidden;}
html.no-nicescroll #page {overflow: hidden;}
.js #page {opacity: 0;}
.loaded #page {opacity: 1;}
.ie #page {opacity: 1;}
.valign-table {display: table; width: 100%;}
.valign-cell {display: table-cell; vertical-align: middle;}
.content-wrapper {margin: 0 auto; max-width: 1134px; position: relative; width: 85%;}
.no-wrap {white-space: nowrap;}
.word-wrap {word-wrap: break-word;}
.word-hyphens {-webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;hyphens: auto;}
.overflow-visible {overflow: visible!important;} header#masthead {position: fixed; z-index: 100000; width: 100%; left: 0; top: 0; background: var(--bg-dark); border-bottom: solid 2px transparent; padding: 16px 0; transition: all .3s ease;}
.page-light header#masthead {background: var(--bg-light);}
.with-top-slider header#masthead:not(.header-fixed) {background: none;}
header#masthead.header-fixed {padding: 10px 0; }
.menu-opened header#masthead.header-fixed {border-bottom-color: transparent;}
header#masthead .logo-container {height: 100%; flex-shrink: 0;}
header#masthead .logo-container a {display: block; height: 100%;}
header#masthead .logo-container a img {height: 100%; width: auto;}
header#masthead .content-wrapper {max-width: 100%;}
header#masthead .content-wrapper > .op-flexbox {height: 95px; transition: height .3s ease;}
header#masthead.header-fixed .content-wrapper > .op-flexbox {height: 79px;}  .dg-navigation {margin: 0; }
.dg-navigation a {display: block; line-height: 1.375; font-size: 1.125rem; font-weight: 600;}
.page-light header .dg-navigation a {color: var(--clr-bg-light-copy-primary);}
.navigation-1rem a {font-size: 1rem; font-weight: 400;}
.dg-navigation a:hover {}  .dg-navigation a:focus-visible {outline: 0;} 
.dg-navigation ul {display: flex; margin: 0; text-align: right; align-items: center;}
.dg-navigation ul.nav-menu > li {position: relative; padding: 0 1.125rem;}
span.nav-line {position: relative; display: block;}
span.nav-line:before {content: ''; position: absolute; bottom: -6px; left: 50%; width: 0; height: 2px; background: var(--clr-site-accent); transition: width .3s ease; transform: translateX(-50%);}
.dg-navigation div > ul > li.current-menu-item > a span.nav-line:before, 
.dg-navigation div > ul ul > li.current-menu-item > a span.nav-line:before, 
.dg-navigation div > ul > li.current-menu-ancestor > a span.nav-line:before, 
.dg-navigation div > ul > li.current-stadt-ancestor > a span.nav-line:before,
.dg-navigation div > ul ul > li.current-stadt-ancestor > a span.nav-line:before  {width: 100%;}
.dg-navigation div > ul > li:hover > a span.nav-line:before {width: 100%;}
.dg-navigation div > ul > li > a:focus-visible span.nav-line:before {width: 100%;}
.dg-navigation ul ul {visibility: hidden; opacity: 0; display: block; position: absolute; top: 100%;  padding: 3rem 35px 1.5rem 75px; left: 50%; transform: translateX(-50%); transition: opacity .3s ease;}
.dg-navigation ul ul:before {content: ''; position: absolute; width: 100%; height: calc(100% - 1.5rem); left: 0; bottom: 0; background: var(--bg-blue); box-shadow: 10px 10px 30px #0000001C;}
.page-light .dg-navigation ul ul:before {background: var(--bg-white);}
.dg-navigation ul ul li {display: block; position: relative; text-align: left;}
.dg-navigation ul ul li:not(:last-child) {padding: 0 0 1rem;}
.dg-navigation ul ul .nav-line {width: fit-content;}
.dg-navigation ul ul .nav-line picture {position: absolute; left: -3.125rem; width: 2.5rem; display: block; text-align: center; top: 50%;  transform: translateY(-50%);}
.dg-navigation ul ul .nav-line picture img {margin: 0 auto; vertical-align: text-bottom;}
.dg-navigation ul ul a {font-weight: 400;}
.dg-navigation div > ul ul > li:hover > a span.nav-line:before, .dg-navigation div > ul ul > li > a:focus-visible  span.nav-line:before {width: 100%;}
ul.shop-nav {display: flex; margin: 0; align-items: center;} 
ul.shop-nav li {padding: 0 16px;} 
ul.shop-nav li:last-child {padding-right: 0;} 
ul.shop-nav li.icon-only span {display: none;} 
ul.shop-nav svg {vertical-align: middle;} 
li.menu-item-has-children > svg {display: none;}
.touch li.menu-item-has-children {padding-right: 2.5rem!important; position: relative;}
.touch li.menu-item-has-children > svg {display: block; position: absolute; right: .5rem; top: 0; transition: transform .3s ease;}
li.menu-item-has-children.submenu-opened > svg {transform: rotate(90deg);} #main {position: relative; z-index: 50; }
body:not(.with-top-slider) #main {padding-top: 128px;}
#content {}
.entry-content {} .wpcf7 {padding-top: 1.5em;}
.contact-form-container .vc_row {padding-bottom: 0!important;}
.contact-form-container .vc_row .wpb_wrapper {margin: 0 auto; max-width: 43.78rem;}
.wpcf7 form .wpcf7-response-output {margin: 3em auto 0;font-size: 16px;line-height: 1.4;padding: 1em;  text-align: center; }
.wpcf7-form-control-wrap {position: static;}
.c-row {margin: 0 0 2rem; position: relative;}
.c-row p {margin: 0!important;}
.c-row:not(.c-acceptance-holder) label {padding: 0 0 5px; display: block;}
.c-submit-holder {text-align: center; margin: 0 !important;}
.c-submit-holder .vc_btn3-container {margin: 0 !important;}
.c-acceptance-holder-nl {padding-top: .5rem; margin-bottom: 4rem;}
.c-acceptance-holder label {}
.c-acceptance-holder label a {text-decoration: underline;}
.c-acceptance-holder label input[type="checkbox"] {}
.c-acceptance-holder .wpcf7-list-item {margin: 0;}
span.wpcf7-not-valid-tip {color: #f00;  font-size: 13px;  position: absolute;  top: 100%;  line-height: 16px;  padding-top: 3px;}
.c-acceptance-holder span.wpcf7-not-valid-tip {position: static;}
.mc4wp-response {margin: 2em 0 0;  text-align: center; padding: 1em;}
.go-to-top {-webkit-transition: all 0.3s ease; transition: all 0.3s ease;  opacity: 0; visibility: hidden;  background: var(--clr-headline-primary); color: #fff !important; width: 30px; height: 30px; text-align: center; line-height: 32px; -webkit-border-radius: 2px; border-radius: 2px; position: fixed; z-index: 8000; right: 15px; bottom: 15px;}
.go-to-top i {font-size: 20px; line-height: 30px; display: block;}
.go-to-top.activated {opacity: 1; visibility: visible;}
.mobile-only {display: none!important;} footer {background: var(--bg-dark); color:var(--clr-copy-primary); position: relative;z-index: 100; padding: 3.25rem 0 4.5rem; overflow: hidden;}
footer .content-wrapper {max-width: 100%;}
footer .content-wrapper > .op-flexbox {}
footer p {margin: 0; font-size: 14px; line-height: 1.5714;}
.footer_logo_copy {flex: 0 0 13.125rem;}
.footer_logo_copy p {margin: 1.875rem 0 0;}
.footer_navs {padding-left: 2rem; flex: 0 1 auto;}
.footer_navs > div {border-bottom: solid 1px #435266; padding: 0 4px 2rem; margin-bottom: .5rem;}
footer ul.footer-menu {margin: 0; display: flex; flex-wrap: wrap;}
footer ul.footer-menu li {padding: 1rem clamp(10px, 4vw, 64px) 0 0;}
footer ul.footer-menu-cities li {padding: .5rem 3.375rem .5rem 0;}
footer ul.footer-menu li:last-child, footer ul.footer-menu-cities li:last-child {padding-right: 0;}
footer ul.footer-menu:not(.footer-menu-cities) li a {color: var(--clr-white-70);}
footer ul.shop-nav li {padding: 0 13px;}
footer ul.shop-nav li:last-child {padding-right: 0;}
footer ul.shop-nav li:first-child {padding: 0 28px 0 43px;}
@media only screen and (min-width: 1280px) {
.footer_navs {min-width: 950px;}
}	
@media screen and (min-width: 768px) {
}
@media only screen and (max-width: 1680px) {
}
@media only screen and (max-width: 1440px) {
}	
@media only screen and (max-width: 1280px) {
}	
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1100px) and (min-width: 768px) {
header#masthead .content-wrapper, footer .content-wrapper {width: 90%;} .main-navigation a {font-size: 1rem;}
.main-navigation ul.nav-menu > li {padding: 0 1rem;}
ul.shop-nav li {padding: 0 10px;} 
ul.shop-nav li:last-child {padding-right: 0;} 
ul.shop-nav .as-button {font-size: 16px!important;}
}	
@media only screen and (max-width: 1100px) {
.footer_navs > div {display: block;}
footer ul.shop-nav {margin-top: 1rem; overflow: auto; -webkit-overflow-scrolling: touch;}
footer ul.shop-nav li:first-child {padding-left: 0;}
.op-flexbox-xl {flex-direction: column;}
.op-flexbox-xl-rev {flex-direction: column-reverse;}
.op-flexbox-xl > *, .op-flexbox-xl-rev > * {width: 100%;}
}
.menu-toggle, .fixed-container {display: none;}
@media only screen and (max-width: 900px) {
.op-flexbox-md {flex-direction: column;}
.op-flexbox-md-rev {flex-direction: column-reverse;}
.op-flexbox-md > *, .op-flexbox-md-rev > * {width: 100%;} .main-navigation {display: none;}
header#masthead .content-wrapper > .op-flexbox {height: 77px;}
header#masthead.header-fixed .content-wrapper > .op-flexbox {height: 50px;}
header#masthead ul.shop-nav li {padding: 0 7px;}
header#masthead ul.shop-nav li:last-child {padding-right: 42px; transition: all .4s ease;}
header#masthead.header-fixed ul.shop-nav li:last-child {padding-right: 28px;}
header#masthead ul.shop-nav .as-button {padding: 0 20px; height: 54px; line-height: 54px; transition: all .4s ease;}
header#masthead.header-fixed ul.shop-nav .as-button {height: 40px; line-height: 40px;}
header#masthead .logo-container, header#masthead ul.shop-nav {position: relative; z-index: 10000;}
.menu-toggle {display: block; position: absolute; z-index: 40000; width: 53px; height: 54px; right: -25px;  top: 50%; transform: translateY(-50%); transition: all .3s ease;}
.menu-toggle-inner {position: absolute; width: 100%; height: 100%; background: #fff; z-index: 100;}
.page-light .menu-toggle-inner {background: var(--bg-dark);}
.menu-toggle:before {content: ''; position: absolute; width: 100%; height: 28px; left: 0; bottom: 0; background: var(--mobile-menu-bg); transition: transform .3s ease .35s; z-index: 50;}
.page-light .menu-toggle:before {background: var(--bg-white);}
header#masthead.header-fixed .menu-toggle {height: 40px; width: 41px;}
header#masthead.header-fixed .menu-toggle:before {height: 15px;}
.line {-webkit-transition: all .3s ease; transition: all .3s ease;cursor: pointer; z-index: 100; position: absolute; left: 14px; top: 18px; display: block; width: 25px; height: 2px; background: var(--clr-site-accent);}
.line-2 {top: 26px;}
.line-3 {top: 34px;}
header#masthead.header-fixed .line {top: 11px; left: 8px;}
header#masthead.header-fixed .line-2 {top: 19px;}
header#masthead.header-fixed .line-3 {top: 27px;}
.menu-toggle.opened .menu-toggle-inner {background: var(--mobile-menu-bg);}
.page-light .menu-toggle.opened .menu-toggle-inner {background: var(--bg-white);}
.menu-toggle.opened:before {transform: translateY(28px); transition-delay: 0s;}
header#masthead.header-fixed .menu-toggle.opened:before {transform: translateY(15px);}
.menu-toggle.opened .line {background: #fff;}
.page-light .menu-toggle.opened .line {background: var(--bg-dark);}
.menu-toggle.opened .line-1 {transform: translateY(8px) translateX(0) rotate(45deg); }
.menu-toggle.opened .line-3 {transform: translateY(-8px) translateX(0) rotate(-45deg); }
.menu-toggle.opened .line-2 {opacity: 0;}
.fixed-container {
display: block; position: fixed; z-index: 9000; width: 100%; height: 100%; left: 0; top: 0;  visibility: hidden; 
}
.fixed-container-overlay {width: 100%; height: 100%; position: absolute; z-index: 50; left: 0; top: 0; background: rgba(0,0,0,.6); opacity: 0; transition: opacity .3s ease;}
.fixed-container-inner {width: 100%; height: calc(100% - 109px); margin-top: 109px; position: relative; z-index: 100; padding: 0; }
header#masthead.header-fixed .fixed-container-inner {height: calc(100% - 70px); margin-top: 70px;}
.touch .fixed-container-inner {overflow: scroll; -webkit-overflow-scrolling: touch;}
.fixed-container-padding {width: 100%; position: relative; z-index: 100; padding: 24px 20px 40px 24%; background: var(--mobile-menu-bg); transition: transform .6s cubic-bezier(0.260, 0.860, 0.440, 0.985); transform: translateY(-100%);}
.page-light .fixed-container-padding {background: var(--bg-white);}
.oldie .fixed-container {display: none; overflow: auto;}
.fixed-container.opened {visibility: visible;}
.fixed-container.opened .fixed-container-padding { transform: translateY(0%); transition: transform .6s cubic-bezier(0.260, 0.860, 0.440, 0.985) .2s;}
.fixed-container.opened .fixed-container-overlay {opacity: 1;}
.menu-closing .fixed-container .fixed-container-padding { transform: translateY(-100%); transition-delay: 0s;}
.menu-closing .fixed-container.opened .fixed-container-overlay  {opacity: 0;}
.oldie .fixed-container.opened {display: block;}
.dg-navigation ul.nav-menu-mobile {transition: opacity .3s ease; margin: 0; overflow: hidden; padding: 0; display: block; text-align: left;} .dg-navigation ul.nav-menu-mobile > li {padding: .5rem 0;}
.dg-navigation ul.nav-menu-mobile li a {display: inline-block;}
.dg-navigation ul.nav-menu-mobile li.current-menu-item > a, .dg-navigation ul.nav-menu-mobile > li.current-menu-ancestor > a {}
.dg-navigation ul ul {position: relative; top: 0; left: 0; transform: none; display: none; visibility: visible; opacity: 1; padding: 1.375rem 10px 0.375rem 60px;}
.dg-navigation ul ul::before {content: none;}
ul.mobile-social-nav {font-size: 14px; padding-top: 14px;}
ul.mobile-social-nav svg {width: 22px;}
ul.mobile-social-nav svg path, ul.mobile-social-nav svg rect, ul.mobile-social-nav svg ellipse, ul.mobile-social-nav svg line  {stroke: var(--clr-white-50);}
.page-light ul.mobile-social-nav svg path, .page-light ul.mobile-social-nav svg rect, .page-light ul.mobile-social-nav svg ellipse, .page-light ul.mobile-social-nav svg line  {stroke: var(--clr-dark-50);}
header#masthead .fixed-container ul.mobile-social-nav li {padding: 0 8px;}
header#masthead .fixed-container ul.mobile-social-nav li a {color: var(--clr-white-50);}
.page-light header#masthead .fixed-container ul.mobile-social-nav li a {color: var(--clr-dark-50);}
header#masthead .fixed-container ul.mobile-social-nav li:last-child {padding-right: 0;}
header#masthead .fixed-container ul.mobile-social-nav li:first-child {padding: 0 20px 0 0;}
.nav-menu-mobile li.menu-item-has-children > svg {position: relative; right: auto; top: auto; display: inline-block; vertical-align: text-top; margin-left: 1rem;}
.page-light .nav-menu-mobile li.menu-item-has-children > svg path {fill: var(--clr-site-accent); stroke: var(--clr-site-accent);}
.nav-menu-mobile li.menu-item-has-children.current-menu-parent ul, .nav-menu-mobile li.menu-item-has-children.current-stadt-ancestor ul {display: block;}
}
@media only screen and (max-width: 767px) {
body {
-webkit-text-size-adjust: none;
}
ul, ol, p, .hyphenate, blockquote, .main_slider-slick h1, .main_slider-slick h2, .main_slider-slick h3, .main_slider-slick h4 {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
}
.op-flexbox-s {flex-direction: column;}
.op-flexbox-s-rev {flex-direction: column-reverse;}
.op-flexbox-s > *, .op-flexbox-s-rev > * {width: 100%;}
.content-wrapper, header#masthead .content-wrapper, footer .content-wrapper {width: 100%; padding: 0 25px;}
.navigation-1rem a {font-size: 14px;}
footer .content-wrapper > .op-flexbox {display: block;}
.footer_logo_copy {margin: 0 0 2.5rem; max-width: 210px;}
.footer_navs, .footer_navs > div {padding-left: 0;}
footer ul.footer-menu-cities li {padding-right: 2.5rem;}
}
@media only screen and (max-width: 600px) {
}
@media only screen and (max-width: 479px) {
}
@media only screen and (max-width: 360px) {
.content-wrapper, header#masthead .content-wrapper, footer .content-wrapper {padding: 0 15px;}
.menu-toggle {right: -15px;}
header#masthead ul.shop-nav li:last-child {padding-right: 52px;}
header#masthead.header-fixed ul.shop-nav li:last-child {padding-right: 38px; }
footer .dg-navigation a {font-size: 1rem;}
}
@-webkit-keyframes preloaderAnimation {
0% {
-webkit-transform: rotate(0deg) scale(1) translate(0px);
}
100% {
-webkit-transform: rotate(360deg) scale(1) translate(0px);
}
}
@-moz-keyframes preloaderAnimation {
0% {
-moz-transform: rotate(0deg) scale(1) translate(0px);
}
100% {
-moz-transform: rotate(360deg) scale(1) translate(0px);
}
}
@-o-keyframes preloaderAnimation {
0% {
-o-transform: rotate(0deg) scale(1) translate(0px);
}
100% {
-o-transform: rotate(360deg) scale(1) translate(0px);
}
}
@keyframes preloaderAnimation {
0% {
transform: rotate(0deg) scale(1) translate(0px);
}
100% {
transform: rotate(360deg) scale(1) translate(0px);
}
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:'';display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}.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%}