/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Base */

@font-face {
    font-family: "RobotoSlab Bold";
    src: url("assets/fonts/RobotoSlab-Bold.woff2") format("woff2"),
        url("assets/fonts/RobotoSlab-Bold.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "RobotoSlab SemiBold";
    src: url("assets/fonts/RobotoSlab-SemiBold.woff2") format("woff2"),
        url("assets/fonts/RobotoSlab-SemiBold.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "RobotoSlab Regular";
    src: url("assets/fonts/RobotoSlab-Regular.woff2") format("woff2"),
        url("assets/fonts/RobotoSlab-Regular.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}


@font-face {
    font-family: "Roboto Medium";
    src: url("assets/fonts/Roboto-Medium.woff2") format("woff2"),
        url("assets/fonts/Roboto-Medium.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Roboto Regular";
    src: url("assets/fonts/Roboto-Regular.woff2") format("woff2"),
        url("assets/fonts/Roboto-Regular.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Roboto Bold";
    src: url("assets/fonts/Roboto-Bold.woff2") format("woff2"),
        url("assets/fonts/Roboto-Bold.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}

.banner-soledor{
    text-align: center;
    padding: 10px 20px;
    background-color: #003f8c;
}

body {
    overflow-x: hidden;
}
a {
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
h1,
.headline-full {
    line-height: 42px;
    position: relative;
    color: var(--base-3);
    display: inline;
    background-color: var(--contrast-2);
    box-shadow: 10px 0 0 var(--contrast-2), -10px 0 0 var(--contrast-2);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    margin-left: 10px;
}
.button, 
.wp-block-button .wp-block-button__link,
.gform_button.button {
    border: 1px solid var(--accent);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    padding: 12px 32px;
    font-weight: 700;
    transition: .3s ease;
    border-radius: 0 !important;
}
.button:hover, 
.wp-block-button .wp-block-button__link:hover,
.gform_button.button  {
    background-color: var(--accent) !important;
    color: var(--base-3) !important;
}
.gform_button.button:hover {
    background-color: var(--base-3) !important;
    color: var(--accent) !important;
    border: 1px solid var(--accent) !important;
}
.gform_button.button {
    margin-bottom: 0 !important;
    border: 1px solid var(--accent) !important;
}
.gform_footer.top_label {
    margin-top: 15px !important;
    padding: 0 !important;
}
.gfield input,
.gfield textarea {
    color: var(--accent) !important;
    font-size: 16px !important;
    border: 0 !important;
    background-color: #F2F2F2 !important;
    border-radius: 3px !important;
    line-height: 1.3em;
    transition: .2s ease;
    padding: 15px 15px !important;
}
.gfield input::placeholder,
.gfield textarea::placeholder {
    color: var(--accent) !important;
    font-size: 16px !important;
}
.gfield textarea {
    height: 150px !important;
}
input:focus,
textarea:focus,
input:hover,
textarea:hover {
    box-shadow: none !important;
    border: 0 !important;
}
.gfield--type-consent label {
    font-size: 14px !important;
}
.gform_heading,
.gform_validation_errors {
    display: none;
}
.gfield_validation_message {
    border: 0 !important;
    font-size: 12px !important;
    margin-top: 1px !important;
    background-color: #F9E4E8;
    color: #E04562;    
    padding: 2px 10px !important;
}
.gfield_consent_label {
    color: var(--contrast) !important;
}
label.gfield_label,
.gform_wrapper.gravity-theme .gfield_label {
    color: #003f8c !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    font-family: "Roboto Regular";
}
.ginput_container.ginput_container_radio .gfield_radio {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}
.ginput_container.ginput_container_radio .gfield_radio .gchoice {
    display: inline-flex;
}
.ginput_container.ginput_container_radio .gfield_radio .gchoice label {
    display: flex;
    align-items: center;
    margin-left: 5px;
    color: var(--accent);
}
.gchoice label {
    color: var(--accent);
}
.kontakt-wrap {
    padding-bottom: 150px;
}
.banner-inner .wp-block-button .wp-block-button__link {
    border:  1px solid var(--base-3);
    font-family: "RobotoSlab Bold";
}
.banner-inner .wp-block-button .wp-block-button__link:hover {
    border:  1px solid var(--accent);
}
.banner-inner-default {
    background: rgba(255, 255, 255, .3);
    backdrop-filter: blur(12px);
}
.banner-inner-default.banner-inner {
    background: rgba(24, 23, 23, .3);
}
.arrowscroll {
    cursor: pointer;
}
.pdf-dok {
    padding-top: 20px;
}

/*Footer*/
.footer-box p.footer-title {
    font-family: "RobotoSlab Bold";   
    font-size: 18px;
    border-bottom: 2px solid #fff;
    display: inline-flex;
    margin-bottom: 20px;
}
.footer-box p a {
    font-size: 16px;
    line-height: 30px;
}
.footer-box p a,
.footer-info p,
.footer-info p a {
    text-decoration: none;
    font-size: 16px;

}
.footer-box p a {
    line-height: 30px;
}
.footer-info p,
.footer-info p a {
    line-height: 24px;
}
.footer-box p {
    margin-bottom: 0;
}

/*Header*/
.site-header.sticky-header .top-header {
    display: none;
}
.site-header {
    padding-bottom: 7px;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
}
#site-navigation {
    display: flex;
}
#sticky-navigation .inside-navigation {
    margin: 0 auto;
}
.main-navigation .inside-navigation.grid-container {
    padding-right: 0;
    display: flex;
    margin: 0;
    padding-left: 50px;
    align-items: center;
    justify-content: end;
    width: 100%;
    gap: 65px;
}
.top-header {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
}
.top-header,
.header-inner {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.top-header {
    justify-content: center;
    padding-bottom: 10px;
}
.top-header .header-inner {
    justify-content: flex-end;
}
.main-header .header-inner {
    align-items: center;
}
.half-col.main-menu-container {
    flex: 0 0 60%;
}
.s-col {
    flex: 0 0 40%;
    justify-content: flex-end;
}
.half-col.searchform-col {
    flex: 0 0 40%;
}
.half-col.top-menu {
    background-color: var(--base-3);
    height: 41px;
    line-height: 41px;
    text-align: center;
    margin: 0 0px;
    flex: 0 0 40%;
}
.top-menu a {
    padding: 3px;
}
#searchform > div {
    display: flex;
    align-items: center;
    position: relative;
}
input#s {
    width: 100%;
    border: none;
    background-color: var(--base-3);
    color: var(--accent);
    font-size: 14px;
    font-family: "Roboto Medium";
    outline: none;
    border-bottom: 1px solid var(--accent);
    padding: 5px 0;
}
input#s:focus,
input#s:hover {
    border-bottom: 1px solid var(--accent) !important;
    outline: 0;
}
input#s::placeholder {
    color: var(--accent);
}
input#searchsubmit {
    background: transparent url(/wp-content/uploads/2021/07/icon-search.svg) no-repeat center;
    position: absolute;
    right: 0;
}
.menu-cart {
    position: relative;
    text-align: center;
}
.cart-count {
    position: absolute;
    top: -18px;
    left: 6px;
    font-weight: 600;
    color: var(--accent);
    font-size: 13px;
}
header .menu,
ul.sub-menu {
    margin: 0;
    list-style: none;
    padding-left: 0;
}
.main-menu-shop-menu {
    display: flex;
    gap: 20px;
    align-items: center;
}
.main-menu-shop-menu a {
    margin: 0 0px;
}
.menu-item {
    display: inline-block;
    margin: 0 10px;
    position: unset !important;
}
.menu-item.menu-item-has-children .dropdown-menu-toggle {
    padding: 0;
}
#menu-top-menu {
    margin: 0 25px;
}
#menu-top-menu .menu-item a {
    font-family: "Roboto Medium";
    color: var(--accent);
    font-size: 14px;
}
#menu-main-menu .menu-item a {
    font-weight: 700;
    font-size: 18px;
    padding: 4px 8px;
    color: var(--accent);
}
#menu-main-menu .menu-item ul.sub-menu {
    position: absolute;
    top: 30px;
    background-color: #fff;
    right: 0;
    width: 100%;
    max-width: 650px;
    padding: 0px 50px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    z-index: 10;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.53s ease;
}
#menu-main-menu ul.sub-menu > li:first-child {
    margin-top: 30px;
}
#menu-main-menu .menu-item:hover > ul.sub-menu {
    max-height: 1000px; 
    opacity: 1; 
    padding-bottom: 30px;
    padding-top: 25px;
}
#menu-main-menu ul.sub-menu li {
    display: block;
    text-align: left;
    line-height: 35px;
    width: 100%;
}
#menu-main-menu .sub-menu a:hover {
    text-decoration: underline;
}
.main-menu-container {
    padding-left: 50px;
}
.main-menu-container .main-menu-inner {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 65px;
}
.custom-logo-link {
    display: flex;
    max-width: 355px;
    width: 100%;
}
.menu-item a:not(.sub-menu a):hover,
.menu-item.current_page_item a:not(.sub-menu a),
#menu-main-menu > .menu-item:hover > a {
    background-color: var(--accent);
    color: var(--base-3) !important;
}

/*woo */
.woocommerce-archive-wrapper {
    padding: 50px 40px;
}
.woocommerce-archive-wrapper  .inside-article {
    padding: 0;
}
.woocommerce-breadcrumb a, .woocommerce-breadcrumb span {
    color: #B2B2B2 !important;
    font-size: 13px;
}
.woocommerce-breadcrumb span.breadcrumb-current,
.breadcrumb-current {
    color: #003F8C !important;
    font-family: "Roboto Bold";
}
.woocommerce-products-header {
    margin: 45px 0 25px;
}
.searchandfilter {
    position: relative;
}
.searchandfilter > ul {
    margin: 0 !important;
    margin-bottom: 60px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    padding-bottom: 20px;
    align-items: center;
    width: 100%;
}
.sf-field-post-meta-_wc_average_rating, 
.sf-field-taxonomy-product_cat, 
.sf-field-post-meta-zutaten_d, 
.sf-field-post-meta-_wc_review_count,
.sf-field-taxonomy-product_tag, 
.sf-field-post-meta-_regular_price {
    flex: 0 0 49%;
}

.sf-field-post-meta-_wc_average_rating ul li,
.sf-field-post-meta-_wc_average_rating label select, 
.sf-field-post-meta-_wc_average_rating label {
    width: 100% !important;
}
.searchandfilter select.sf-input-select {
    min-width: 170px;
    border: 1px solid var(--accent);
    color: var(--accent);
}
.sf-field-post-meta-_wc_average_rating select, 
li.sf-field-sort_order select, 
.sf-field-taxonomy-product_cat select, 
.sf-field-post-meta-zutaten_d select, 
.sf-field-post-meta-_wc_review_count select {
    border: 1px solid var(--accent);
    padding: 6px 7px;
    border-radius: 3px;
    color: var(--accent);
    font-size: 16px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    background-image: url(/wp-content/uploads/2021/07/dropdown-arrow-down.svg);
    background-position: 99.6% 54% !important;
    background-repeat: no-repeat;
    background-size: 12px;
}
li.sf-field-post-meta-_regular_price > div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 12px;
}
.range-slide-numbers {
    flex: 0 0 100%;
    order: 2;
    display: flex;
    justify-content: space-between;
}
.searchandfilter .meta-slider {
    height: 6px;
    flex: 0 0 100%;
    max-width: 100%;
}
.noUi-target {
    position: relative;
    direction: ltr;
    background: #f3f3f3;
    border: 1px solid var(--accent);
    border-radius: 4px;
    box-shadow: none;
}
.searchandfilter .noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    top: -8px;
    border-radius: 20px;
    left: -12px;
    background-color: var(--accent);
    box-shadow: none;
    border: 0;
}
.searchandfilter .noUi-connect {
    background: var(--accent);
    border: 0;
}
.noUi-handle:after, .noUi-handle:before {
    background: transparent;
}
span.sf-range-max.sf-text-number {
    margin-left: auto;
}
 
span.sf-range-max.sf-text-number {
    margin-left: auto;
    border: 1px solid #003F8C;
    border-radius: 3px;
    padding: 0px 5px;
    line-height: 22px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 0;
}
span.sf-range-min.sf-text-number {
    border: 1px solid #003F8C;
    border-radius: 3px;
    padding: 0px 5px;
    line-height: 22px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 0;
}
span.sf-range-postfix {
    border: 1px solid #003F8C;
    border-radius: 3px;
    padding: 0px 5px;
    line-height: 22px;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
li.sf-field-taxonomy-product_tag {
    flex: 0 0 100%;
}
.sf-field-taxonomy-product_tag > ul {
    gap: 0 !important;
}
.sf-field-taxonomy-product_tag ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
li.sf-field-taxonomy-product_tag input[type=checkbox] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
li.sf-field-taxonomy-product_tag input[type=checkbox] + label {
    border: 1px solid var(--accent);
    padding: 3px 7px;
    margin: 2px 7px;
    border-radius: 3px;
    color: var(--accent);
    font-size: 16px;
    font-family: "RobotoSlab Regular";
    font-weight: 500;
    cursor: pointer;
}
li.sf-field-taxonomy-product_tag input[type=checkbox] + label:hover, li.sf-field-reset a:hover,
li.sf-field-taxonomy-product_tag input[type=checkbox]:checked + label,
li.sf-field-reset a:hover {
    background-color: var(--accent);
    color: var(--base-3);
}
form#search-filter-form-95:after {
    content: '';
    position: absolute;
    bottom: 88px;
    height: 5px;
    background: var(--accent);
    left: 0;
    width: 100%;
}
.sf-field-sort_order {
    width: 49% !important;
}
li.sf-field-reset {
    position: relative;
    width: 49%;
    text-align: right;
}
li.sf-field-reset a {
    border: 1px solid var(--accent);
    padding: 6px 7px;
    border-radius: 3px;
    color: var(--accent);
    font-size: 16px;
    cursor: pointer;
}
.page-numbers {
    background: transparent;
    color: var(--accent) !important;
    border: 1px solid var(--accent) !important;
    color: #fff;
    font-size: 16px;
    transition: .3s ease;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--accent);
    color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:hover, 
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers:hover {
    color: #fff !important;
    background:  var(--accent) !important;
}
.products .product {
    border: 4px solid  var(--accent);
}
.products .product .product-overview{
    padding: 15px;
}
.products .product a.product-link  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.products .product span.new-badge,
.products .product .product-onsale .onsale {
    position: absolute;
    top: 16px;
    background-color: #b2fdab;
    padding: 4px 13px;
    left: 0;
    color: var(--accent);
    font-family: "Roboto Bold";
    font-size: 16px;
}
.products .product .product-overview-image-inner  {
    height: 212px; 
    overflow: hidden; 
    margin-bottom: 20px;
}
.products .product img.product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.products .product .product-title-wrapper {
    min-height: 100px;
}
.products .product .product-overview-title {
    background-color: #003F8C;
    color: #fff;
    padding: 2px !important;
    box-decoration-break: clone;
    box-shadow: 5px 0 0 #053e8b, -5px 0 0 #053e8b;
    -webkit-box-decoration-break: clone;
    line-height: 28px;
    display: inline;
    font-family: "RobotoSlab Regular";
    font-weight: 400;
    font-size: 17px !important;
}
.products .product p.stock,
.single-product-header p.stock,
.related p.stock  {
    margin-bottom: 0;
}
.products .product span.in-stock,
.products .product span.not-in-stock,
.single-product-header span.in-stock,
.single-product-header span.not-in-stock,
.related  span.in-stock,
.related  span.not-in-stock  {
    position: relative;
    padding-left: 12px;
    color: #000;
}
.products .product span.in-stock:before,
.products .product span.not-in-stock:before,
.single-product-header span.in-stock:before,
.single-product-header span.not-in-stock:before,
.related  span.in-stock:before,
.related  span.not-in-stock:before  {
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%;
}
.products .product span.in-stock:before,
.single-product-header span.in-stock:before,
.related  span.in-stock:before {
    background-color: #6beb5f;
}
.products .product span.not-in-stock:before,
.single-product-header span.not-in-stock:before,
.related  span.not-in-stock:before {
    background-color: red;
}
.products .product .product-overview-footer-inner {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 0;
    align-items: center;
}
.products .product .add-to-cart,
.related .add-to-cart {
    border: 1px solid #003f8c;
    display: block;
    padding: 7px 30px;
    position: relative;
    z-index: 9;
}
.products .product .single-product-price p {
    font-size: 32px !important;
    font-family: "Roboto Bold";
    color: var(--accent) !important;
    margin-bottom: 0 !important;
}
.product-cat-intro {
    display: flex;
    width: 50%;
}
.product-cat-main-img {
    width: 65%; 
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin-bottom: 35px;
}
.product-cat-main-img img {
    object-fit: contain;
    width: 100%; 
    height: 100%; 
}
p.price del, 
.single-product p.price ins {
    display: block !important;
}
.price del span bdi {
    display: block !important;
    color: #8D8D8D !important;
    font-size: 14px !important;
    font-family: "RobotoSlab Regular" !important;
    margin-top: -5px;
    line-height: 21px;
}
.product-overview-price {
    text-align: left;
}
.product p.price ins bdi {
    font-size: 32px;
    font-weight: 600;
    transform: translate(0, -3px);
    display: block;
}
.products .woocommerce-product-details__short-description {
    display: none;
}
.products .product .product-header,
.related .product-header {
    margin-top: auto;
    display: flex;
    align-items: center;
}
.products .product .product-overview-image-inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.average-rating-container {
    margin: 0 !important;
}
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    font-family: star;
    margin: 0 10px 0 0 !important;
    display: block;
}
.star-rating:before {
    color: #000 !important;
    opacity: 1 !important;
    content: "\73\73\73\73\73" !important;
}
.woocommerce-message {
    background-color: transparent !important;
    color: #003f8c !important;
    border: 1px solid #003f8c !important;
}
.woocommerce-message:focus,
.woocommerce-message:hover {
    outline: none;
}
.woocommerce-message .button {
    color: #003f8c !important;
    font-family: "Roboto Medium" !important;
    font-weight: 500 !important;
}
.woocommerce-message .button:hover {
    background-color: transparent !important;
    color: var(--accent) !important;
    text-decoration: underline !important;
}

/*Single Page*/
.single-product .inside-article {
    padding-top: 50px;
    padding-bottom: 150px;
}
.single-product .woocommerce-breadcrumb {
    margin-bottom: 70px;
}
.single-product .woocommerce-product-gallery__image img {
    border: 4px solid transparent !important;
    border-image: linear-gradient(to right, #B2FDAB, #47FFF8)  !important;
    border-image-slice: 1  !important;
}
.single-product .woocommerce-product-gallery {
    padding-right: 55px;
}
.single-product .woocommerce-product-gallery__trigger {
    right: 2.5em !important;
}
.single-product .flex-control-nav li {
    border: 2px solid transparent;
    border-image: linear-gradient(to right, #B2FDAB, #47FFF8);
    border-image-slice: 1;
    margin-top: 25px !important;
    margin-right: 10px !important;
}
.single-product-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;
}
.single h1.entry-title {
    padding: 5px 10px !important;
    margin: 0 0 20px;
    font-family: "RobotoSlab Regular";
    font-weight: 400;
    line-height: 1.8;
}
.single-product-header .product-review {
    padding-right: 12px;
}
.cstm-prod-desc {
    margin-top: 30px;
}
.cstm-prod-desc h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    background-color: #003f8c;
    display: inline-block;
    color: #fff;
    padding: 3px 15px;
}
.cstm-product-tags {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}
.sku-number {
    flex: 0 0 100%;
    font-size: 14px;
}
.cstm-product-tags a {
    background-color: var(--accent);
    color: var(--base-3);
    padding: 5px;
}
.cstm-product-tags a:hover {
    color: var(--base-3);
}
.single-product p.price {
    margin-top: 30px;
    margin-bottom: 0;
}
.single-product span.woocommerce-Price-amount.amount {
    font-size: 32px;
    line-height: 36px;
    color: var(--accent);
    font-family: "Roboto Bold";
}
.single-product p.shipping-costs {
    font-size: 16px;
    color: #000;
    transform: translate(0, -5px);
}
.single-product-add-to-cart-btn-wrapper {
    margin: 25px 0;
}
.single-product .single-product-add-to-cart-btn-wrapper p.stock.in-stock {
    display: none;
}
.single-product a.minus, 
.single-product a.plus,
.woocommerce-cart a.minus,
.woocommerce-cart a.plus {
    max-height: 40px !important;
    min-height: 40px !important;
    width: 35px !important;
    background-color: #003f8c !important;
    color: #fff !important;
}
.single-product input.qty,
.woocommerce-cart input.qty {
    background-color: #003f8c !important;
    color: #fff !important;
    max-height: 40px !important;
    min-height: 40px !important;
    border-right: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
}
.single-product div.quantity {
    float: none !important;
    flex: 0 0 35%;
}
.single-product .single_add_to_cart_button {
    background-image: url(https://soledor.ch/wp-content/uploads/2021/07/add-to-cart-icon.svg) !important;
    background-color: transparent !important;
    color: transparent !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 21px;
    padding: 8px 20px !important;
    transition: .3s ease;
    border: 1px solid #003f8c !important;
}
.single-product .single_add_to_cart_button:hover {
    opacity: .75;
}
.single-product-full-section {
    clear: both;
    padding-top: 100px;
}
.single-product-tab {
    margin-bottom: 100px;
}
.single-product-tab-title,
.single-product-tab-content h3 {
    background-color: #003f8c;
    color: #fff;
    display: initial;
    padding: 0 40px;
    font-size: 28px;
    font-weight: 600;
}
.single-product-tab-content h3 {
    padding: 3px 15px; 
    display: inline-block;
    margin-bottom: 20px;
}
.single-product-tab-content {
    border: 4px solid #003f8c;
    padding: 60px;
    margin-top: 10px;
}
.single-product-description.single-product-tab .single-product-tab-content {
    padding: 35px;
}
#reviews_header{
    padding-top:0 !important;
}
.rating-custom .product-reviews {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-end;
}
#reviews_summary {
    flex: 0 0 50%;
}
#reviews {
    flex: 0 0 50%;
    padding-left: 100px;
}
.stars.digicube__review__stars {
    margin-bottom: 20px;
}
select#review-stars {
    display: none;
}
.rating-custom .product-reviews input#submit, 
#digicube_submit_review {
    background-color: transparent !important;
    border: 1px solid #003F8C !important;
    font-family: 'Roboto Slab';
    color: #003F8C !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}
#digicube_submit_review:hover {
    background-color: #003F8C !important;
    color: #fff !important;
}
.stars.digicube__review__stars span {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}
.ywar_review_row {
    padding-bottom: 10px;
    position: relative;
}
.ywar_stars_value {
    float: left;
    min-width: 80px;
}
.ywar_num_reviews {
    float: right;
    min-width: 50px;
    padding-left: 10px;
}
.ywar_rating_bar {
    float: none;
    overflow: hidden;
}
.ywar_review_row span {
    height: 21px;
    line-height: 21px;
    display: block;
    color: #000000;
    font-size: 16px;
}
span.ywar_perc_rating {
    background-color: #003F8C !important;
}
.average-star-rating {
    color: #000000;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    padding: 0 5px;
}
.woocommerce.single-product .star-rating {
    float: none;
}
.single-product .woocommerce-product-rating {
    display: flex !important;
    align-items: center;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
} 
.star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #000 !important;
}
.pharm-ean p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 21px;
}
.woocommerce p.stars:hover a::before {
    color: transparent !important;
}
.woocommerce.single-product .star-rating span:before, 
.woocommerce.single-product p.stars:hover a::before {
    color: #000 !important;
}
.woocommerce .star-rating:before {
    color: #000 !important;
    opacity: 1 !important;
    content: "\73\73\73\73\73" !important;
}
.related h2 {
    text-align: center;
    margin-bottom: 50px;
}
section.related.products ul.products {
    display: block!important;
}
.woocommerce ul.products li.product {
    display: unset!important;
} 
.related .products .slick-track {
    display: flex !important;
    align-items: center !important;
    gap: 20px;
}
.related .product-item {
    border: 4px solid var(--accent);
    padding: 20px 20px 60px 20px;
    position: relative;
    min-height: 485px !important;
}
.related .product-overview-image-inner {
    height: 212px;
    overflow: hidden;
    margin-bottom: 20px;
}
.related .product-overview-body {
    text-align: left;
    display: flex;
    flex-direction: column;
}
.related .product-title {
    min-height: 140px;
}
.related .product-title {
    min-height: 140px;
}
.related .product-title h2 {
    font-size: 20px;
    background-color: var(--accent);
    color: #fff;
    padding: 2px !important;
    line-height: 34px !important;
    display: inline;
    padding: 2px !important;
    box-decoration-break: clone !important;
    box-shadow: 5px 0 0 #053e8b, -5px 0 0 #053e8b;
    font-style: normal;
    -webkit-box-decoration-break: clone !important;
    margin-left: 10px;
    line-height: 1.8;
}
.related .product-overview-price-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 86%;
    bottom: 12px;
}
.related .price del {
    position: relative;
    bottom: -7px;
}
/*Legal Pages*/
.legal-pages h2 {
    margin-top: 50px;
    font-size: 35px;
    margin-bottom: 20px;
    font-family: "RobotoSlab Regular";
    font-weight: 400;
}
.legal-pages h3,
.legal-pages h4 {
    font-family: "RobotoSlab Regular";
    font-weight: 400;
    margin-top: 30px;
}
.legal-pages h3 {
    font-size: 28px;
}
.legal-pages h4 {
    font-size: 24px;
}
.legal-pages p:last-child,
.legal-pages ul:last-child {
    margin-bottom: 0;
}
.legal-pages ul li {
    line-height: 1.5;
}
.legal-pages a {
    color: var(--accent);
}
.error404 .inside-article {
    padding: 50px 0;
}
.entry-header h1 {
    font-size: 100px;
    line-height: 100px;
    display: block;
    background-color: transparent;
    color: var(--accent);
    box-shadow: none;
    margin-bottom: 20px;
}
.error404 h2 {
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 30px;
    color: var(--accent);
}
.error404 .wp-block-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

/*Cart/Chekout/Account*/
.shop_table {
    border: 4px solid #003F8C !important;
    padding: 25px;
}
.woocommerce-cart-form table thead {
    background-color: #003f8c;
    color: #fff;
}
.shop_table tbody,
.woocommerce a.remove,
.woocommerce-cart-form table bdi {
    color: #003f8c !important;
}
.woocommerce-cart table.cart .product-thumbnail {
    min-width: 85px;
    padding: 0;
}
.cart_totals .shop_table {
    border: 0 !important;
    padding: 0 !important;
}
.woocommerce table.shop_table td {
    border-bottom: 1px solid #003F8C !important;
}
.woocommerce-cart table.cart img {
    width: 50px !important;
}
td.product-name a {
    color: #000;
    font-size: 16px;
    font-family: "RobotoSlab Regular";
    font-weight: 400;
}
.woocommerce-cart-form table bdi {
    color: #003f8c;
    font-family: "Roboto Medium";
    font-weight: 500;
}
.shop_table span.woocommerce-Price-currencySymbol {
    font-size: 14px;
    font-family: "Roboto Medium";
    font-weight: 500;
}
.admin-bar .woocommerce table.shop_table td del {
    display: none;
}
.woocommerce .coupon .button, 
.woocommerce .actions .button {
    background-color: transparent !important;
    font-family: "Roboto Regular";
    font-weight: 400 !important;
    font-size: 16px !important;
    padding: 9.3px 20px;
    transition: .3s ease;
    color: #003f8c !important;
    border: 1px solid #003f8c !important;
}
.woocommerce  .checkout-button {
    background-color: transparent !important;
    padding: 0.3em 0.5em !important;
    font-size: 1.25em !important;
    line-height: 1.5;
    font-family: "Roboto Medium";
    font-weight: 500 !important;
    text-transform: uppercase;
    color: var(--accent) !important;
}
.woocommerce  .checkout-button:hover {
    background-color: #003f8c !important;
    color: #fff !important;
}
.cart_totals {
    border: 4px solid #003F8C ! Important;
    padding: 25px 25px 0;
}
.cart_totals .shop_table th, 
div#order_review th {
    background-color: transparent !important;
    border-bottom: 1px solid #003f8c !important;
    padding-left: 0 !important;
    color: #000000 !important;
    font-weight: 400 !important;
    font-family: "RobotoSlab Regular" !important;
    font-size: 16px !important;
}
.cart_totals .shop_table td,
div#order_review td {
    color: #000 !important;
    font-size: 16px;
    font-family: "RobotoSlab Regular";
    font-weight: 400;
}
div#order_review td{
    padding-left:0 !important;
}
.cart_totals .shop_table td strong,
.woocommerce ul#shipping_method .amount,
div#order_review td strong{
    font-weight:400 !important;
}
.cart_totals .shop_table tr.order-total td,
div#order_review tr.order-total td {
    border-bottom: 0 !important;
    color:#003f8c !important;
    font-family: "Roboto Bold";
    font-weight: 700 !important;
}
.cart_totals .shop_table tr.order-total td strong,
div#order_review tr.order-total td strong{
    font-family: "Roboto Bold";
    font-weight: 700 !important;
}
.cart_totals .shop_table tr.order-total th,
div#order_review tr.order-total th{
    border-bottom: 0 !important;
    color:#003f8c !important;
    font-family: "Roboto Bold";
    font-weight: 700 !important;
}
.woocommerce .checkbox {
    display: flex !important;
    align-items: center;
}
.woocommerce .checkbox input[type=checkbox],
.woocommerce ul#shipping_method li input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
    border: 1px solid #003F8C;
    padding: 8px;
    margin-right: 9px !important;
    position: relative;
}
.woocommerce .checkbox input[type=checkbox]:checked,
.woocommerce ul#shipping_method li input:checked {
    background-color: #003F8C;
}
.woocommerce .checkbox input[type=checkbox]:checked:before,
.woocommerce ul#shipping_method li input:checked:before {
    content: 'x';
    position: absolute;
    top: -5px;
    color: #fff;
    left: 4px;
}
.woocommerce form .form-row .input-checkbox {
    display: revert;
    margin: 0;
}
.cart-shipping-row {
    padding: 80px 0 0 0;
}
.cart-shipping-row .inner {
    display: flex;
    flex-wrap: wrap;
}
.col.shipping-col-steps-wrapper {
    flex: 0 0 60%;
    width: 60%;
    padding-right: 25px;
}
.col.shipping-col-steps {
    background-color: #F2F2F2;
    padding: 30px 30px 10px;
    height: 100%;
}
.col.shipping-col-info {
    flex: 0 0 40%;
    width: 40%;
    border: 4px solid #003f8c;
    padding: 38px;
    text-align: center;
}
.s-title {
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    background-color: #003F8C;
    display: inline-block;
    color: #fff;
    padding: 3px 15px;
}
.cart-shipping-row .inner {
    display: flex;
    flex-wrap: wrap;
}
.info-box {
    width: 100%;
    margin-bottom: 15px;
}
.info-box p a {
    width: 200px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 700;
    color: #003f8c;
    border: 1px solid #003f8c;
    padding: 5px;
}
.info-box p {
    margin-bottom: 0;
}
.info-box p a:hover {
    background-color: #003f8c;
    color: #fff;
}
.col.shipping-col-steps .inner {
    padding: 10px 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.step-col {
    text-align: center;
}
.step-col-img-wrapper {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-title {
    font-size: 16px;
    line-height: 24px;
}
input#coupon_code, 
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
    color: #003F8C !important;
    font-size: 16px;
    border: 0;
    background-color: #F2F2F2 !important;
    border-radius: 3px;
}
.checkwp .wc-block-components-radio-control .wc-block-components-radio-control__input {
    border: 1px solid rgba(25, 23, 17, .48) !important; 
}
.checkwp .wc-block-components-text-input input,
.checkwp .wc-blocks-components-select__select,
.checkwp .wc-block-components-textarea {
    /* color: #003F8C !important; */
    font-size: 16px  !important;
    border: 0  !important;
    background-color: #F2F2F2  !important;
    border-radius: 3px  !important;
}

.woocommerce-info {
    padding: 10px !important;
    background-color: #003f8c !important;
}
.woocommerce-info a,
b, strong,
.order_details thead tr th,
.woocommerce-account .woocommerce-MyAccount-content mark {
    font-family: "Roboto Bold" !important;
    font-weight: 700;
}
.select2-container--default .select2-selection--single {
    background-color: #F2F2F2;
    border: 0;
    border-radius: 3px;
    height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--accent);
    line-height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
}
.woocommerce form .form-row label {
    color: #003f8c;
    font-size: 16px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color:  var(--accent) !important;
}
#ship-to-different-address label span {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-weight: 400 !important;
    font-family: "Roboto Regular";
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 8px 6px 0;
    height: 0;
    left: 50%;
    margin-left: -12px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.woocommerce .checkbox input[type=checkbox], .woocommerce ul#shipping_method li input,
.checkwp .wc-block-components-checkbox input[type=checkbox] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
    border: 1px solid #003F8C;
    padding: 8px;
    margin-right: 9px !important;
    position: relative;
}
.woocommerce .checkbox input[type=checkbox]:hover,
.woocommerce .checkbox input[type=checkbox]:focus,
.woocommerce .woocommerce-customer-details address {
    border: 1px solid #003F8C !important;
}
.cart_totals .shop_table td strong, .woocommerce ul#shipping_method .amount, div#order_review td strong,
.woocommerce button.button {
    font-weight: 400 !important;
    font-family: "Roboto Regular";
}
#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label {
    font-weight: 700;
    background-color: transparent !important;
    color: #003f8c !important;
    border: 4px solid #003f8c !important;
}
div#payment p {
    color: #003f8c;
    font-size: 16px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background-color: #003f8c;
    font-family: "RobotoSlab Bold";
}
.woocommerce button.button {
    font-size: 16px !important;
}
.woocommerce-account .addresses .title .edit {
    float: none;
    background-color: var(--accent);
    color: #fff;
    padding: 5px 15px;
    border: 1px solid var(--accent);
}
.woocommerce-account .addresses .title .edit:hover {
    background-color: #fff;
    color: var(--accent);
}
header.woocommerce-Address-title.title {
    margin-bottom: 10px;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    font-weight: 400 !important;
    font-size: 16px !important;
    font-family: "Roboto Regular";
}
th.woocommerce-orders-table__header,
.woocommerce .woocommerce-customer-details address {
    color: var(--accent); 
}
.woocommerce-customer-details--phone {
    margin-bottom: 0;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tbody td {
    border-bottom: 1px solid #003F8C !important;
    border-top: 1px solid #003F8C !important;
}
.shop_table.order_details tfoot tr th {
    font-weight: 700;
    font-family: "Roboto Bold";
    background-color: transparent;
    border-bottom: 1px solid #003F8C !important;
}
.shop_table.order_details tfoot tr td span,
.shop_table.order_details tfoot tr td,
.shop_table.order_details tbody tr td.product-name,
.shop_table.order_details tbody tr td.product-name a,
.shop_table.order_details tbody tr td.product-total span {
    font-weight: 500;
    font-family: "Roboto Medium";
}
section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses h2,
.woocommerce-MyAccount-content h2,
.woocommerce-order-details h2 {
    background-color: #003F8C;
    color: #fff;
    padding: 2px !important;
    box-decoration-break: clone;
    box-shadow: 5px 0 0 #053e8b, -5px 0 0 #053e8b;
    -webkit-box-decoration-break: clone;
    line-height: 50px;
    display: inline;
    font-family: "RobotoSlab Regular";
    font-weight: 400;
    font-size: 22px !important;
    margin-left: 5px;
}
.woocommerce-MyAccount-content h2 {
    display: block;
    line-height: 40px;
} 

/*Rezepte*/
.single-rezepte_cpt .site-main {
    margin: 0;
    padding: 80px 40px 150px 40px;
}
.rezepte-breadcrumbs {
    margin-bottom: 45px;
}
.single-breadcrumbs a, 
.single-breadcrumbs span {
    color: #B2B2B2;
    font-size: 14px;
    font-weight: 400;
}
.single-rezepte-hero {
    background-size: cover;
    height: 350px;
    background-repeat: no-repeat;
}
.single-rezepte-hero .grid-container {
    height: 100%;
}
.single-rezepte-hero-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.single-rezepte-content-wrapper .inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 75px 0 0 0;
}
.single-rezepte-content-main {
    flex: 0 0 70%;
}
.single-rezepte-sidebar {
    flex: 0 0 30%;
    text-align: right;
}
.single-rezepte-description {
    position: relative;
    padding-bottom: 75px;
    max-width: 70%;
}
.single-rezepte-content-main section {
    padding: 35px 0;
}
.single-rezepte-content-wrapper h4 span {
    background-color: #003F8C;
    display: initial;
    padding: 3px 10px;
    color: #fff;
    font-family: 'RobotoSlab Bold';
    font-size: 16px;
    font-weight: 700;
}
.the-ingredients-wrapper {
    background-color: #F2F2F2;
    max-width: 70%;
    padding: 30px 45px;
}
.the-ingredients-configurator {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.label-wrapper {
    height: 100%;
    border: 2px solid #003F8C;
    padding: 6px 25px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff;
}
.label-wrapper span.label {
    color: #003F8C;
    font-size: 16px;
}
.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}
.quantity {
    display: inline-block; 
}   
.quantity .input-text.qty {
    width: 55px;
    height: 40px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 0;
    pointer-events: none;
}
.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top; 
}
.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}  
.quantity.buttons_added .minus, .quantity.buttons_added .plus {
    padding: 7px 16px 8px;
    height: 40px;
    background-color: #003f8c;
    border: 0;
    cursor: pointer;
    color: #fff !important;
}   
input.qty {
    background-color: #003F8C !important;
    color: #fff !important;
    max-height: 40px !important;
    min-height: 40px !important;
    border-right: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
}
.quantity.buttons_added .minus {
    border-right: 0; 
}
.quantity.buttons_added .plus {
    border-left: 0; 
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0; 
}
.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
    outline: none; 
}   
.single-rezepte-the-recepte {
    border: 6px solid #003F8C;
}
.the-recepte-header {
    display: flex;
    justify-content: space-evenly;
    border-bottom: 4px solid #003F8C;
    padding: 8px 0 3px;
}
.rezepte-field {
    display: flex;
    align-items: center;
}
.rf-txt {
    font-size: 16px;
    color: #003F8C;
    margin-left: 5px;
}
.the-recepte-content {
    padding: 30px 65px;
    text-align: left;
}
.the-recepte-content .title {
    border-bottom: 4px solid #003F8C;
    padding-bottom: 6px;
}
.the-recepte-content p, .the-recepte-content span {
    color: #003F8C;
}
.nv-row {
    display: flex;
    justify-content: space-between;
}
.single-rezepte-tags {
    margin: 30px 0;
    text-align: left;
}
.the-rezepte-by-single-products {
    margin: 75px 0;
}
.the-rezepte-by-single-products h4 {
    text-align: left;
}
.the-rezepte-by-single-products .inner {
    border: 6px solid #003F8C;
    padding: 0px 25px;
}
.single-rezepte-description:after {
    content: '';
    border-bottom: 6px solid #003F8C;
    position: absolute;
    width: 100%;
    bottom: 50px;
}
.preperation-step {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.preperation-step:last-child {
    margin-bottom: 0;
}
.step {
    flex: 0 0 10%;
    text-align: center;
}
.step span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #003F8C;
    border: 1px solid #003F8C;
    font-size: 18px;
    font-family: 'Roboto Slab';
    font-weight: bold;
    line-height: 50px;
}
.step-content {
    flex: 0 0 90%;
}
.step-content p {
    padding-left: 25px;
}
section.preperation-steps-wrapper {
    max-width: 70%;
    position: relative;
}
.preperation-steps-tips {
    position: absolute;
    bottom: 0px;
    margin-left: 110%;
    width: 80%;
    border: 6px solid #003F8C;
}
.tips-title {
    background: #003F8C;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px 10px;
}
.tips-content {
    padding: 10px 20px 15px;
}
.tips-content p {
    color: #003F8C;
    font-weight: 500;
    line-height: 20px;
}
.single-rezepte-content-main section:last-child {
    padding-bottom: 0;
}
.more-btn {
    margin-top: 40px;
}
.more-btn a {
    font-family: 'RobotoSlab Bold';
    font-size: 18px;
    font-weight: 700;
}
.woocommerce-customer-details .woocommerce-columns--addresses.addresses {
    margin-right: 0;
}
.sticky-navigation-logo img {
    height: 71px !important;
}
.cartwp .wp-block-woocommerce-cart,
.checkwp .wp-block-woocommerce-checkout {
    margin: 0;
    width: 100%;
    padding: 80px 0 100px 0;
}
.wp-block-woocommerce-proceed-to-checkout-block,
.wc-block-components-checkout-place-order-button {
    background-color: var(--base-3);
    color: var(--accent) !important;
    border: 1px solid var(--accent);
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
}
.wp-block-woocommerce-proceed-to-checkout-block:hover,
.wc-block-components-checkout-place-order-button:hover {
    background-color: var(--accent);
}
.wc-block-components-checkout-place-order-button:hover {
   color: var(--base-3)!important;
}
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-container a {
    color: var(--accent) !important;
    transition: 0.3s ease-in-out;
}
.wp-block-woocommerce-proceed-to-checkout-block:hover .wc-block-cart__submit-container a:hover { 
    color: var(--base-3) !important;
}
.wc-block-cart.wp-block-woocommerce-filled-cart-block {
    margin-bottom: 0;
}
.cartwp .wc-block-components-quantity-selector {
    height: 35px !important;
}
.cartwp .wc-block-components-quantity-selector__input {
    background-color: #003f8c !important;
    color: #fff !important;
    max-height: 35px !important;
    min-height: 35px !important;
    border-right: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    line-height: 35px !important;
    height: 35px !important;
    font-size: 12px !important;
    padding: 0 !important;
}
.cartwp .wc-block-components-quantity-selector__button {
    background-color: #003f8c !important;
    color: #fff !important;
    max-height: 35px !important;
    min-height: 35px !important;
    border-right: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    border-radius: 0;
    opacity: 1 !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border: 1px solid hsla(0, 0%, 7%, .8) !important;
}
.cartwp .wc-block-cart-items__header th,
.cartwp .wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title,
.cartwp .wc-block-components-totals-item__label,
.checkwp .wc-block-components-title,
.checkwp .wc-block-components-checkout-order-summary__title-text,
.checkwp .wc-block-components-totals-item__label {
    font-size: 20px !important;
    text-transform: uppercase;
}

@media (max-width: 1150px) and (min-width: 1024px) {
    .hero-home .gb-grid-column:first-child .gb-container {
        padding-top: 30px;
    }
    .main-navigation .inside-navigation.grid-container {
        gap: 20px;
    }
}
@media (max-width: 1100px) {
    li.sf-field-reset {
        width: 48%;
    }
}
@media (max-width: 1024px) {
    .inner-hero {
        background-image: none !important;
    }
    .cart_totals {
        float: left !important;
        width: 100% !important;
    }
    .cart-shipping-row {
        padding: 25px 0 0 0;
    }
    .col.shipping-col-steps-wrapper {
        flex: 0 0 100%;
        width: 100%;
        padding-right: 0;
        padding-bottom: 25px;
    }
    .col.shipping-col-steps .inner {
        padding: 0;
    }
    .col.shipping-col-info {
        flex: 0 0 100%;
        width: 100%;
    }
    .woocommerce-checkout #customer_details {
        margin-bottom: 25px;
        margin-left: 0;
        width: 100%;
    }
    .woocommerce-checkout #order_review_heading,
    .woocommerce-checkout #order_review,
    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-account .woocommerce,
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100% !important;
    }
    .woocommerce-MyAccount-content .woocommerce-orders-table {
        margin-bottom: 0 !important;
        margin-top: 25px !important;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        margin-top: 25px;
    }
    .hero-home > .gb-grid-column:last-child {
        order: 1;
        margin-bottom: 25px;
    }
    .hero-home > .gb-grid-column:first-child {
        order: 2;
    }
    .kontakt-wrap {
        padding-bottom: 100px;
    }
    .product-cat-intro {
        width: 100%;
    }
    .main-menu-container {
        z-index: 1000;
    }
    .site-header {
        padding: 7px 0;
    }
    .site-header .header-image {
        width: 250px;
    }
    #sticky-navigation .inside-navigation {
        display: flex;
        flex-wrap: initial;
    }
    #sticky-navigation .main-navigation .inside-navigation.grid-container {
        gap: 20px;
    }
    .mobile-menu-control-wrapper button.menu-toggle,
    .main-navigation.has-sticky-branding.navigation-stick .menu-toggle {
        padding: 0 !important;
        background-color: transparent;
    }
    .mobile-menu-control-wrapper button.menu-toggle .gp-icon svg,
    #sticky-navigation .mobile-menu-control-wrapper button.menu-toggle .gp-icon svg,
    .main-navigation.has-sticky-branding.navigation-stick .menu-toggle .gp-icon svg,
    #generate-slideout-menu .slideout-exit span svg  {
        height: 2em;
        width: 2em;
    }
    #sticky-navigation .main-menu-shop-menu {
        display: none !important;
    }
    #sticky-navigation .navigation-branding {
        margin-left: 0
    }
    #generate-slideout-menu {
        background-color: var(--accent);
    }
    #generate-slideout-menu .inside-navigation.grid-container.grid-parent {
        padding: 0;
        max-width: 100%;
        align-items: center;
        justify-content: center;
        height: 100%;
        gap: 30px;
    }
    #generate-slideout-menu .slideout-exit span svg path {
        fill: var(--base-3);
    }
    #generate-slideout-menu .main-nav ul {
        gap: 30px;
        background: transparent;
    }
    .main-nav > ul.slideout-menu > li {
        margin: 0 !important;
    }
    .main-nav > ul.slideout-menu > li > a,
    #generate-slideout-menu #menu-top-menu-1 li a {
        padding-left: 0 !important;
        font-size: 28px;
        line-height: 32px;
        color: var(--base-3);
        text-transform: uppercase;
    }
    .main-nav > ul.slideout-menu > li.current_page_item > a {
        text-decoration: underline;
    }
    #generate-slideout-menu .main-nav ul.slideout-menu li.menu-item-has-children .dropdown-menu-toggle {
        padding: 0;
        box-shadow: none;
        margin: 0;
    }
    #generate-slideout-menu .main-nav .sub-menu li a  {
        color: var(--base-3);
        font-size: 22px;
        line-height: 26px;
        padding: 5px;
    }
    #generate-slideout-menu .main-nav .sub-menu li:first-child {
        margin-top: 20px;
    }
    .top-header { 
        display: none;
    }
    #generate-slideout-menu .top-header {
        display: flex !important;
        flex-direction: column;
    }
    #generate-slideout-menu .s-col {
        display: flex;
        flex-direction: column; 
        justify-content: center !important;
    }
    #generate-slideout-menu .main-nav {
        margin-bottom: 0 !important;
    }
    #generate-slideout-menu .half-col.searchform-col,
    #generate-slideout-menu .half-col.top-menu,
    #generate-slideout-menu .s-col {
        flex: 0 0 100%;
    }
    #generate-slideout-menu #menu-top-menu-1 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 30px;
    }
    #generate-slideout-menu .half-col.top-menu {
        background-color: var(--accent);
    }
    input#s {
        padding: 12px 0;
        font-size: 18px;
    }
    #generate-slideout-menu .half-col.top-menu {
        height: auto;
        line-height: auto;
        margin-bottom: 50px;
    }
    .footer-box p {
        margin-bottom: 10px;
        line-height: 20px;
    }
    .footer-box p a {
        line-height: 18px;
    }
}

@media (max-width: 768px) {
    .slideout-navigation.do-overlay .slideout-exit {
        position: fixed !important;
    }
    #generate-slideout-menu .main-nav ul,
    #generate-slideout-menu #menu-top-menu-1 {
        gap: 15px;
    }
    #generate-slideout-menu .half-col.top-menu {
        margin-bottom: 25px;
    }
    #sticky-navigation .inside-navigation {
        padding: 0 20px;
    }
    .main-nav > ul.slideout-menu > li > a,
    #generate-slideout-menu #menu-top-menu-1 li a {
        font-size: 22px;
        line-height: 38px;
    }
    .sticky-navigation-logo img {
        height: 71px !important;
        width: 200px !important;
    }
    #generate-slideout-menu .main-nav .sub-menu li a {
        color: var(--base-3);
        font-size: 16px;
        line-height: 20px;
    }
    .site-header .grid-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .single-product div.quantity {
        flex: 0 0 20%;
        justify-content: flex-start;
    }
    .single-product-full-section {
        padding-top: 50px;
    }
    .single-product .woocommerce-breadcrumb {
        margin-bottom: 35px
    }
    .single-product .woocommerce-product-gallery {
        padding-right: 0;
    }
    .woocommerce-archive-wrapper {
        padding: 50px 20px;
    }
    .single-product-tab-content {
        padding: 30px;
    }
    .rating-custom .product-reviews {
        flex-direction: column;
        row-gap: 25px;
        align-items: flex-start;
    }
    .related .slick-prev {
        left: 5px;
    }
    .related .slick-next {
        right: 5px;
    }
    .related .slick-prev img, .related .slick-next img {
        width: 15px;
        height: 15px;
    }
    .related .products .slick-track {
        gap: 0;
    }
    #reviews {
        flex: 0 0 100%;
        padding-left: 0px;
    }
    .single-product-body {
        margin-bottom: 0 !important;
    }
    .single-product .inside-article {
        padding-bottom: 100px;
    }
    .site-header .header-image {
        width: 200px;
    }
}