/* vim:tabstop=4 shiftwidth=4 expandtab
*/

    /*** Fonts ***/

/* Open Sans */
@font-face {
    font-family: 'Open Sans';
    /*src: url('http://beta.shirtroyal.com/templates/NOVA/themes/base/fonts/opensans/open-sans-regular.woff2') format('woff2');*/
    src: url('fonts/open-sans-regular.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 500;
    /*src: url('http://beta.shirtroyal.com/templates/NOVA/themes/base/fonts/opensans/open-sans-600.woff2') format('woff2');*/
    src: url('fonts/open-sans-600.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 500;
    /*src: url('http://beta.shirtroyal.com/templates/NOVA/themes/base/fonts/montserrat/Montserrat-SemiBold.woff2') format('woff2');*/
    src: url('fonts/Montserrat-SemiBold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'SecularOne';
    /*src: url('http://beta.shirtroyal.com/templates/NOVAChild/themes/my-nova/fonts/SecularOne-Regular.ttf') format('truetype');*/
    src: url('fonts/SecularOne-Regular.ttf') format('truetype');
    font-display: swap;
}


    /*** Global ***/
input, textarea, button, .button, .faux-button, .faux-button.more-link, .wp-block-button__link, .wp-block-file__button {
    font-family: 'Open Sans', sans-serif;
}
body, .entry-title a, :root .has-primary-color, a {
    color: #525252; /*#020202;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem;
    /*line-height: 1.5;*/
}
.wp-block-cover a { font-size: inherit; color: inherit; text-decoration: inherit; }
.color-accent {
    color: #F8BF00;
}
blockquote {
    border-color: #F8BF00;
}


    /*** Buttons + Link-Buttons ***/
button::-moz-focus-inner {
    border: 0;
}
button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #F8BF00;
    color: #525252;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 2px;
    text-transform: none;
    transition: all .4s;
}
body a.button {
    color: #525252 !important;
}
a.button:hover, a.button:visited {
    text-decoration: none !important;
}
button:focus, button:hover, .button:focus, .button:hover, .faux-button:focus, .faux-button:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover {
    text-decoration: none;
    background-color: #ffcc22;
}

    /* Select */
select {
    padding: 1rem;
    border: 1px solid #707070;
    background-color: white;
    border-radius: 2px;
    color: #525252;
    font-family: 'Open Sans', sans-serif;
}
select:focus {
    border-color: #F8BF00;
    box-shadow: 0 0 0 2px rgb(248 191 0 / 25%);
    outline: none;
}

    /* Input */
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea {
    padding: 1rem;
    border: 1px solid #707070;
    border-radius: 2px;
    color: #525252;
    font-family: 'Open Sans', sans-serif;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    border-color: #F8BF00;
    box-shadow: 0 0 0 2px rgb(248 191 0 / 25%);
    outline: none;
}

    /* Checkbox */
input[type="checkbox"] {
    border: 1px solid #707070;
    border-radius: 2px;
    overflow: hidden;
}
input[type="checkbox"]:checked {
    border-color: #F8BF00;
}
input[type="checkbox"]:checked::before {
    background-color: #F8BF00;
}
input[type="checkbox"]:focus {
    border-color: #F8BF00;
    box-shadow: 0 0 0 2px rgb(248 191 0 / 25%);
    outline: none;
}


    /*** Header ***/
#site-header {
    background-color: #020202; /*rgba(2, 2, 2, 1);*/
    height: 130px;
    font-family: 'Open Sans', sans-serif;
    position: sticky;
    top: 0;
    z-index: 999;
}
.admin-bar #site-header {
    top: 32px;
}
#site-header .header-inner {
    padding: 1rem 0;
    justify-content: flex-start;
    max-width: 157rem;  /* 1570px */
    position: relative; /* for mobile menu icon placement */
}
/*#site-header .header-titles > a.header_logo_svg > svg { /* testing svg logo via header.php */
/*    height: 146px;
}*/
#site-header .header-titles .site-logo img {
    height: 110px;
    max-height: unset;
}
#site-header .header-titles .site-description {
    display: none;
}
#site-header .header-inner .header-navigation-wrapper {
    flex: 1;
}

    /* Design site branding */

.design_site_branding {
    display: none;
    font-family: 'SecularOne', sans-serif;
    font-size: 3.6rem;
    font-weight: 600;
    position: absolute;
    top: 10px;
    left: 130px;
    color: #F8BF00;
    border-bottom: 6px solid #F8BF00;
}

    /* Header menu */
#site-header nav.primary-menu-wrapper ul.primary-menu {
    justify-content: flex-start;
    align-items: flex-end; /*baseline;  /* testing WiP */
}
#site-header nav.primary-menu-wrapper ul.primary-menu > li {
    margin: 0 .5rem;
}

#site-header nav.primary-menu-wrapper li > a {
    color: white;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 1rem 2rem; /*31px 20px 10px 20px;*/
    /*margin-bottom: 10px;    /* WiP testing */
    position: relative;
}
#site-header nav.primary-menu-wrapper li.menu_big > a {     /* Big sized menu items */
    font-family: 'SecularOne', sans-serif;
    font-size: 4rem;
    font-weight: 600; /*500;*/
    padding: .5rem 1rem; /*5px 10px 0 10px;*/
}
#site-header nav.primary-menu-wrapper li > a::after {       /* Hover effect */
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: 0 auto;
    height: 6px;
    width: 0;
    background-color: #f8bf00; /* yellow-ish */
    transition: all .4s;
    /*visibility: hidden;
    opacity: 0;*/
}
#site-header nav.primary-menu-wrapper li:hover > a {
    /*color: #3D8E99;*/
    color: #f8bf00; /* yellow-ish */
}
#site-header nav.primary-menu-wrapper li:hover > a::after {
    /*visibility: visible;
    opacity: 1;*/
    width: 100%;
}

#site-header nav.primary-menu-wrapper li.current-menu-item > a::after {
    width: 100%;
}

    /* Search toggle icon */
#site-header .search-toggle .toggle-inner svg {
    color: white;
}

    /* Mobile menu toggle */

/*#site-header .nav-toggle .toggle-inner svg {
    color: white;
}*/
#site-header .header-inner .header-titles-wrapper .nav-toggle.mobile-nav-toggle {
    right: 0;
    padding: 0;
    width: auto;
}
.nav-toggle .toggle-inner { /* replace dots with burger menu */
    padding: 0;
    height: 38px;
    width: 48px;
    transition: all .4s;
}
.nav-toggle .toggle-icon {
    /*height: 24px; /*100%;*/
    height: 100%;
    width: 100%;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
}
.nav-toggle .toggle-icon > svg {
    display: none;
}
.nav-toggle .toggle-icon::after {
    content: '';
    border-top: 3px solid white;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.nav-toggle .toggle-text {
    font-weight: 400;   /* 500*/
    margin-top: .2rem;
    font-size: 1.4rem;
    transition: all .4s;
}

.header-inner .toggle:focus,
.header-inner .toggle:hover {
    background: transparent;
    outline: none;
}
.header-inner .toggle:focus .toggle-text,
.header-inner .toggle:hover .toggle-text {
    text-decoration: none;
}
body:not(.overlay-header) #site-header .toggle,
body:not(.overlay-header) .toggle-inner .toggle-text {
    color: white;
}

    /* Mobile menu modal */
.menu-modal {
    color: black;
    z-index: 999;
    box-shadow: 0 0 10px -2px black;
    min-width: 50%;
    max-width: 100%;
    left: unset;
    right: -40px;           /* slide effect */
    transition: all .4s;
}
.menu-modal.active {
    min-width: 50%;
    max-width: 100%;
    left: unset;
    right: 0;               /* slide effect */
    transition: all .4s;
}
.menu-modal-inner {
    background-color: white;
    min-width: 30rem;
}
.menu-modal-inner .close-nav-toggle:hover,
.menu-modal-inner .close-nav-toggle:focus {
    outline: none;
    background-color: transparent;
}
.menu-modal-inner .close-nav-toggle .toggle-text {
    color: #525252; /*#252525;*/
}
.menu-modal-inner .close-nav-toggle svg {
    color: #b22222;
}
ul.modal-menu {                         /* Mobile menu */
    position: static;
    width: auto;
}
.modal-menu button.sub-menu-toggle { background-color: initial; }
.modal-menu li {
    border: none; /*border-color: white;*/
    padding: 1.4rem 0;
    display: block; /* testing WiP -> prevent unused extra space created by flex */
}
.modal-menu .ancestor-wrapper {
    align-items: center;
}
.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a,
.modal-menu ul li a {
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: .05rem;
    padding: 0;
    transition: all 0s;
    line-height: 1.5;
}
.modal-menu li.menu_big > a,
.modal-menu > li.menu_big > .ancestor-wrapper > a {
    font-size: 2rem;
    font-weight: 500;
}
/*.modal-menu > li:not(:last-of-type)::after { /* Mobile menu -> top level separators */
/*    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 5rem;
    border-bottom: 1px solid #ccc;
    transition: all .4s;
}
.is-animating .modal-menu > li:not(:last-of-type)::after {
    border-bottom-color: transparent;
}*/
.modal-menu > li > a,                       /* Mobile menu top level items */
.modal-menu > li > .ancestor-wrapper > a {
}
.modal-menu li.current-menu-item > .ancestor-wrapper > a,       /* Mobile menu current item */
.modal-menu li.current-menu-ancestor > .ancestor-wrapper > a {
    text-decoration: none;
    color: black;
}
.modal-menu li.current-menu-ancestor > .ancestor-wrapper > a { /* Mobile menu current ancestor*/
    /*width: 100%;*/
}
.modal-menu a:focus, .modal-menu a:hover,   /* Mobile menu items -> Hover, Focus */
.modal-menu ul li:hover a,
.modal-menu > li:hover > a,
.modal-menu > li:hover > .ancestor-wrapper > a {
    text-decoration: none;
    color: black;
}
.modal-menu ul.sub-menu {                   /* Modal menu -> Submenu */
    padding-top: .5rem;
}
.modal-menu ul.sub-menu > li > .ancestor-wrapper::before {    /* Mobile menu submenu markers */
    content: '';
    background-color: #ccc;
    display: inline-block;
    width: 2rem;
    height: 2px;
    margin-right: 1rem;
}
.modal-menu .sub-menu li {                 /* Mobile menu -> Submenu items */
    padding: 1.1rem 0;
}
.modal-menu .sub-menu li a {
    font-size: 1.6rem;
    text-transform: uppercase;
}
.modal-menu .sub-menu .sub-menu li { padding: .3rem; padding-left: 2rem; }
.modal-menu .sub-menu .sub-menu li a { text-transform: none; }


    /* Header search form */

.header_search_form .search-form {
    margin: 0;
}
.header_search_form .search-form input {
    margin: 0;
    padding: .8rem 1rem;
}
.header_search_form .search-form input[type="text"] {
    color: #525252;
    border: 1px solid transparent;
}
.header_search_form .search-form input:focus {
    outline: none;
    border: 1px solid #F8BF00;
}
.header_search_form .search-form input[type="submit"] {
    color: #f5f7fa;
    background-color: #525252;
    font-family: 'WooCommerce';
}

    /* Header woocommerce section */
.header_woo_section {
    display: flex;
    justify-content: flex-end;
}

    /*** Header cart ***/

.woo_header_cart {
    /*position: relative;*/
    padding: 2rem 0;
}
.woo_header_cart a.cart-contents {
    text-decoration: none;
    color: white;
    position: relative;
    font-size: 1.8rem;
}
.woo_header_cart:hover a.cart-contents {
    color: #F8BF00;
}
.woo_header_cart a.cart-contents::before {
    font-family: 'WooCommerce';
    content: '\e01d';
    vertical-align: middle;
    font-size: 1.8rem;
}
.woo_header_cart a.cart-contents > span {
    /*position: absolute;
    line-height: 2;*/
    font-size: 1.5rem;
}
.woo_header_cart a.cart-contents > span.cart-contents-count {
    /*vertical-align: super;
    text-align: center;*/
    display: flex; /*inline-block;*/
    top: -5px;
    left: 10px;
    justify-content: center;
    align-items: center;
    background-color: #F8BF00;
    color: #525252;
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
}
.woo_header_cart a.cart-contents > span.cart-contents-total {
    margin-left: 1rem;
    font-size: 1.4rem;
}
.woo_header_cart a.cart-contents > span.cart-contents-total .woocommerce-Price-currencySymbol {
    margin-left: .5rem;
}

    /* Mini-Cart */
/*.woo_header_cart:not(:hover) > .widget_shopping_cart_content {
    /*display: none;*/
/*    visibility: hidden;
    opacity: 0;
    right: 0;
}*/
.woo_header_cart .widget_shopping_cart_content {
    visibility: hidden;
    opacity: 0;
    right: -10px;
    position: absolute;
    z-index: 99;
    margin: 2rem 0;
    padding: 1rem;
    /*border-radius: 4px;*/
    background-color: #020202; /* rgba(226, 228, 231, 0.77);*/
    /*animation: roy_appear .4s;*/
    transition: .4s;
    max-width: 35rem;
    color: var(--wp--preset--color--accent-4);
}
.mini_cart_open .woo_header_cart > .widget_shopping_cart_content {
    visibility: visible;
    opacity: 1;
    right: 0; /*1rem;*/
}
.mini_cart_open .woo_header_cart > .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    width: 25rem;
    max-width: 100%;
}
.widget_shopping_cart_content ul.woocommerce-mini-cart {
    list-style-type: none;
    margin: 0 0 4rem 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart > li {
    /*height: 32px;*/
    margin: 0;
    display: flex;
    align-items: center;
    padding: 1.5rem 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart > li:first-of-type {
    padding-top: 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart > li a.remove {
    min-width: 20px;    /* to work with flex */
    margin-right: 1rem;
}
.widget_shopping_cart_content .woocommerce-mini-cart > li > * {
}
.widget_shopping_cart_content .woocommerce-mini-cart > li a:not(.remove) {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.widget_shopping_cart_content .woocommerce-mini-cart > li a:not(.remove):hover {
    color: #F8BF00;
}
.widget_shopping_cart_content .woocommerce-mini-cart > li img.attachment-woocommerce_thumbnail {
    float: none;
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    height: 32px;
    width: auto;
    padding: 0 1rem;
}
.widget_shopping_cart_content .woocommerce-mini-cart > li span.quantity {
    white-space: nowrap;
}
.widget_shopping_cart_content p {
    margin: 0 1rem;
    text-align: right;
}
.widget_shopping_cart_content p a {
    color: white;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    margin: 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a {
    color: var(--wp--preset--color--accent-5) !important;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a.wc-forward {
    margin: 1rem;
    padding: .8rem 1.5rem;
    min-width: 10rem;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout {

}

.before_nav_toggle {        /* mobile mini-cart */
    display: none;
    position: absolute;
    right: 10rem;
}


    /*** Content ***/

#primary {
    /*padding: 0 24%;*/
    max-width: none;
}
main#site-content {
    overflow: initial;  /* for position sticky to work! */
}
#main a:hover {
    color: #f8bf00;
}
.entry-header .entry-header-inner {
    max-width: 157rem;  /* 1570px */
}
.entry-header h1 {
    font-size: 2.4rem;
    text-align: left;
    font-weight: 600;
}
.entry-content {
    font-family: 'Open Sans';
    font-size: 1.4rem;
}
.entry-content > *:not(.alignfull) {
    max-width: 157rem;  /* 1570px */
    /*max-width: 1100px !important; /* TODO WiP */
}
.entry-content table {
    font-family: 'Open Sans';
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content cite, .entry-content figcaption, .entry-content table, .entry-content address, .entry-content .wp-caption-text, .entry-content .wp-block-file {
    font-family: 'Open Sans';
}


    /*** WooCommerce ***/

.woocommerce-cart #site-content .woocommerce {
    padding: 0;
    /*max-width: 157rem;  /* 1570px */
}
a.remove {
    line-height: 1;
    color: #b22222;
    font-family: 'Open Sans', sans-serif;
    border-radius: 2px;
}
a.remove:hover {
    background-color: #b22222;   /* NOTE:same as .woocommerce-error */
    color: white;
}

.woocommerce-breadcrumb {                       /* Breadcrumbs */
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 1rem 0;
    margin-bottom: 1rem;
    color: #525252;
    font-weight: 500;
}
.woocommerce-breadcrumb a {
    color: #525252;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 400;
    /*margin: 0 .5rem;*/
}
.woocommerce-breadcrumb a:hover {
    color: #f8bf00;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    font-family: 'Open Sans';
    font-size: 1.3rem;
    color: #525252;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a,
.woocommerce-error a:hover, .woocommerce-info a:hover, .woocommerce-message a:hover {
    color: #525252;
}
.woocommerce-info {
    border-top: 2px solid #F8BF00;
}
.woocommerce-error {
    color: white;
}
.woocommerce-checkout ul.woocommerce-error li {
    justify-content: flex-start;
    flex-wrap: wrap;
    font-family: 'Open Sans';
    color: white;
}
.woocommerce-checkout ul.woocommerce-error li a {
    margin: 0 .5rem;
}

/* BlockUI overlay (on update) */
.blockUI {
    z-index: 99 !important; /* prevent covering the header */
}


    /*** Shop page with custom Categories sidebar ***/

nav.woocommerce-breadcrumb + header.woocommerce-products-header {
    display: none;
}

.woocommerce_shop_container {
    display: flex;
    column-gap: 4.8rem;
}
.woocommerce_shop_container .woocommerce_categories_sidebar {       /* Categories sidebar */
    flex: 1 1 25%;
    max-width: 32rem;
    /*margin-right: 2rem;*/
}
.woocommerce_shop_container .woocommerce_categories_sidebar .catlist_heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: normal;
    padding-bottom: .5rem;
    border-bottom: 1px solid #ebebeb;
    margin-top: 2rem;
}
.woocommerce_shop_container .woocommerce_categories_sidebar ul {
    list-style-type: none;
    margin: 0;
}
.woocommerce_shop_container ul.woocommerce_categories_inner > li {
    margin: 0;
    position: relative;     /* for yellow line on current cat effect */
}
.woocommerce_shop_container ul.woocommerce_categories_inner > li > a {
    font-weight: 500;
}
.woocommerce_shop_container ul.woocommerce_categories_inner li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;         /* send count number to right */
    align-items: center;
}
.woocommerce_shop_container ul.woocommerce_categories_inner li ul.children {
    width: 100%;
    background-color: #f5f7fa;
}
.woocommerce_shop_container ul.woocommerce_categories_inner li a {
    word-break: normal;
    text-decoration: none;
    font-size: 1.6rem;
    padding: .5rem 0;
}
.woocommerce_shop_container ul.woocommerce_categories_inner li a + span {
    padding: 0 .8rem;
    margin-left: auto;
}
.woocommerce_shop_container ul.woocommerce_categories_inner .current-cat-ancestor > a,
.woocommerce_shop_container ul.woocommerce_categories_inner .current-cat > a {
    font-weight: 600;
}
.woocommerce_shop_container ul.woocommerce_categories_inner > .current-cat-ancestor > a::after,
.woocommerce_shop_container ul.woocommerce_categories_inner > .current-cat > a::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: .5rem solid #F8BF00;
    margin-top: 4px;
}



.woocommerce_shop_container .woocommerce_products_container {       /* Products listing */
    flex: 1 1 75%;    
}


header.woocommerce-products-header h1.woocommerce-products-header__title.page-title { /*Title */
    margin: 0; /*1rem 0 2rem 0;*/
    padding: 2rem 0;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: left;
    letter-spacing: .01rem;
    font-family: 'Montserrat', sans-serif;
}
.woocommerce .term-description {
    font-size: 1.6rem;
}
.woocommerce .woocommerce-ordering {            /* Sorting */
    float: right; /*left;*/
    clear: both;
}
.woocommerce .woocommerce-ordering > select {
    padding: 1rem 1.5rem;
    color: #525252;
    border-color: #525252;
    background-color: white;
    border-radius: 2px;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count { /* Count*/
    font-size: 1.4rem;
    float: right;
}

ul.products li.product .price,                              /* Product cards */
ul.products li.product .star-rating,
ul.products li.product .woocommerce-loop-product__title,
.wp-block-woocommerce-product-collection .wp-block-post-title a {
    font-family: 'Open Sans', sans-serif;
    color: #525252; /*rgb(2, 2, 2);*/
}
ul.products li.product .price .amount,
.theme-twentytwenty .wp-block-woocommerce-product-collection .woocommerce-Price-amount.amount {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
}
.onsale {
    background-color: #3d8e99;
    width: auto !important; /* TODO FIXME: problems with tshirtcommerce font-end.css */
    line-height: 1 !important;
    font-size: 1.4rem !important;
    height: auto !important;
    left: 0 !important;
    right: auto !important;
}

.woocommerce ul.products {
    justify-content: center;
}
.woocommerce ul.products li.product {
    margin: 0;
    padding: 1rem;
    width: calc(100% / 4);  /* WiP testing */
    min-width: 250px;
    text-align: center;
}
li.product > * {
    width: 100%;
}
ul.products li.product .woocommerce-loop-product__link img {
    /*position: relative;    /* for hover effect to work */
    /*z-index: -1;*/
}
ul.products li.product .woocommerce-loop-product__title,
.wp-block-woocommerce-product-collection .wp-block-post-title a {
    font-size: 1.4rem !important;
    font-weight: 500;
    margin: 0;
    padding: 1rem 0; /*1.5rem 0 1.2rem 0;*/
    text-decoration: underline;
    transition: all .4s;
}
ul.products li.product .woocommerce-loop-product__title:hover,
.wp-block-woocommerce-product-collection .wp-block-post-title a:hover {
    text-decoration: none;
    color: #f8bf00;
}
/*li.product .woocommerce-loop-product__title::after {
    content: '';
    display: block;
    height: 1rem;
    width: 120px;
    margin: auto;
    border-bottom: 2px solid rgb(2, 2, 2);
}*/
ul.products li.product .woocommerce_msrp {
    margin-bottom: .5rem;
}
ul.products li.product .woocommerce_msrp + br {
    display: none;
}
ul.products li.product .price,
ul.products li.product .tax-info,
ul.products li.product .shipping-costs-info {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
}
a.add_to_cart_button {          /* Add to cart button */
    display: none;
    padding: 2rem 0;
    font-size: 1.5rem;
    font-weight: 400;
    background: none;
    color: rgb(2, 2, 2);
    transition: all .2s ease-in-out;
    text-transform: none;
}
a.add_to_cart_button:hover {
    color: rgba(2, 2, 2, 0.7);
    text-decoration: none !important;
}
ul.products li.product::before {
    content: "";
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}
ul.products li.product:hover {
    z-index: 1;
}
ul.products li.product:hover::before {
    box-shadow: 0 0 1.5rem rgb(0 0 0 / 20%);
    left: -.3rem;
    right: -.3rem;
    top: -.3rem;
    bottom: -.3rem;
}

/* Hide out-of-stock related buttons */
ul.products li.product.outofstock > a.button.product_type_simple {  /* Read more... */
    display: none;
}

    /* Categories list (shop) */
.woocommerce ul.products li.product-category {
    margin-bottom: 5rem;
    justify-content: flex-start;
    row-gap: 1rem;
}
.woocommerce ul.products li.product-category::before {
    display: none;
}
.woocommerce ul.products li.product-category a h2.woocommerce-loop-category__title {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: normal;
}
.woocommerce ul.products li.product-category .term-description {
    font-size: 1.3rem;
    color: #707070;
}

    /* Categories WC block */

.wc-block-product-categories-list--has-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    text-align: center;
    flex: 1 1 calc(25% - 3rem);
    min-width: 160px;
    max-width: 300px;
    margin: 1.5rem;
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item > a {
    /*display: block;*/
    font-size: 1.6rem;
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item > a:hover {
    color: #f8bf00;
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    max-width: 100%;
    margin: 0;
    display: block;
    border: none;
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item-count {
    font-size: 1.4rem;
    padding-left: .5rem;
    white-space: nowrap;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    list-style-type: disc;
    margin-top: 1.5rem;
    padding-top: 1.2rem;
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul ul {
    border-top: none;
    margin-top: 0;
    padding-top: 0; /*.5rem;*/
    /*list-style-type: circle; */
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul > li {
    list-style-type: inherit;
    text-align: left;
    font-size: 1.6rem;
    margin: .2rem 0 .2rem 4rem;
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul .wc-block-product-categories-list-item__image {
    display: none;
}


    /* Single product */

.single-product div.product {
    margin-top: 3.5rem;
}
.single-product .entry-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    color: #525252;
}
.single-product .summary p.price {                  /* Price */
    font-family: 'Montserrat';
    font-size: 3rem;
    color: #525252;
    font-weight: 600;
    margin: 0;
}
.product p.wc-gzd-additional-info {                 /* Germanized - Additional info */
    font-size: 1.4rem;
    color: #707070
}

.single-product div.product .product-attributes label {   /* Variable product attributes */
    font-weight: 500;
    font-size: 1.4rem;
}
.single-product div.product .product-attributes .dg-poduct-fields label {
    font-weight: 400;
}
.single-product form.cart input[type="checkbox"] {
    width: 20px;
    height: 20px;
}
.single-product form.cart input[type="checkbox"]:checked::before {
    margin: 0;
}
.single-product .single_add_to_cart_button {        /* Add-to-cart */
    background-color: #F8BF00;
    transition: all .4s;
    text-transform: none;
    color: #525252;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    padding: 1.5rem 4rem;
}
.single-product .single_add_to_cart_button::after {
    font-family: 'WooCommerce';
    content: '\e01d';
    margin-left: 1rem;
    vertical-align: middle;
}
.single-product .single_add_to_cart_button:hover {
    background-color: #ffcc22;
    text-decoration: none;
}
.single-product div.product .product_meta {         /* Product meta */
    font-size: 1.4rem;
}
.single-product div.product .product_meta > span {
    font-weight: 500;
    display: block;
}
.single-product div.product .product_meta > span > * {
    font-weight: 400;
}
.woocommerce-tabs ul {                              /* Product tabs */
    border-bottom: 1px solid #dee2e6;
    margin: 0 0 2.5rem;
}
.woocommerce-tabs ul > li {
    margin-bottom: 0;
}
.woocommerce-tabs ul li a {
    display: inline-block;
    color: #525252;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    border-bottom: 6px solid transparent;
    padding-bottom: .5rem;
}
.woocommerce-tabs ul li:hover a {
    color: #f8bf00;
}
.woocommerce-tabs ul li.active a {
    color: #525252;
    box-shadow: none; /*0 6px 0 #f8bf00;*/
    border-bottom: 6px solid #f8bf00;
    font-size: 1.6rem;
    font-weight: 500;
}
.woocommerce-tabs #tab-description h2 {
    display: none;
}
.woocommerce-tabs .panel > * {
    margin: 0;
}

    /** WooCommerce blocks **/
.wp-block-woocommerce-product-collection .wp-block-button.wc-block-components-product-button {
    display: none;
}
.wp-block-woocommerce-product-collection .wc-block-product > * { margin: 0 !important; }

    /*** Cart ***/

.woocommerce-cart .entry-content > .woocommerce {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.woocommerce-cart .entry-content > .woocommerce > .woocommerce-notices-wrapper {
    flex: 1 1 100%;
}
.woocommerce-cart .entry-content > .woocommerce > .woocommerce-cart-form {
    flex: 1 1 auto;
    /*min-width: 87rem;*/
}
.woocommerce-cart .entry-content > .woocommerce > .woocommerce-cart-form .product-name > p > a.lightboxhover {
    display: inline-block;
}
.woocommerce-cart .entry-content > .woocommerce > .cart-collaterals {
    flex: 1 1 auto;
    min-width: 20rem;
    width: auto;
    max-width: 50rem;
    margin: 0 2rem 0 5rem;
    position: sticky;
    top: 148px;
}
.admin-bar.woocommerce-cart .entry-content > .woocommerce > .cart-collaterals {
    top: 180px;
}
.woocommerce-cart .entry-content > .woocommerce > .cart-collaterals > .cart_totals {
    float: none;
    width: auto;
}
.woocommerce-cart .entry-content > .woocommerce > .cart-collaterals > .cart_totals > h2 {
    margin-top: 0;
    margin-bottom: 1rem;
}
.woocommerce-cart .entry-content > .woocommerce > .cart-collaterals > .cart_totals > .shop_table {
    margin-top: 2rem;
    background-color: #f5f7fa;
}

.shop_table.cart.woocommerce-cart-form__contents {
    margin-top: 0;
}
.woocommerce table.shop_table th {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
}
.woocommerce-cart-form dl.variation dd,
.woocommerce-cart-form dl.variation dt,
.woocommerce-cart-form dl.variation p {
    font-family: 'Open Sans', sans-serif;
}
.woocommerce-cart-form dl.variation dt {
    font-weight: 500;
}
.woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 2.4rem;
    font-weight: 600;
}

    /*** Checkout ***/

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout-review-order h3 {
    font-size: 2.4rem;
    font-weight: 600;
    margin: 1rem 0 1.5rem 0;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text,
.woocommerce-checkout form .col2-set input {
    border: 1px solid #707070;
    border-radius: 2px;
}
.woocommerce form .form-row .input-text:focus,
.woocommerce-page form .form-row .input-text:focus,
.woocommerce-checkout form .col2-set input:focus {
    border-color: #F8BF00;
}

    /* Content -> Search results */

body.search-no-results #site-content .no-search-results-form input.search-submit {
    font-family: 'WooCommerce';
}
body.search-results #site-content {
    padding: 2rem 6vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
body.search-results .archive-header {
    flex-basis: 100%;
    padding: 1rem 0;
    margin-bottom: 2rem;
    /*background-color: yellow;*/
}
body.search-results hr.post-separator {
    display: none;
}
body.search-results article,
body.search-results:not(.singular) article:first-of-type {
    padding: 0;
    margin: 2rem 1rem;
    position: relative;
}
body.search-results article.has-post-thumbnail, /* article.product { */
body.search-results article:first-of-type.has-post-thumbnail { /* article.product { */
    flex: 1 1 calc(25% - 2rem);
    min-width: 200px;
    max-width: 400px;
    /*background-color: blue;*/
    padding: 1rem .5rem;
}
body.search-results article .entry-header .entry-header-inner { /* Title */
    width: auto;
    max-width: unset;
    margin: 0;
}
body.search-results article .entry-header .entry-title {
    font-size: 1.4rem;
}
body.search-results article .entry-header .entry-title a {
    font-size: 1.4rem;  /* 2.5rem */
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    padding: 1rem 0;
    text-decoration: underline;
    letter-spacing: normal;
    transition: all .4s;
}
body.search-results article .entry-header .entry-title a:hover {
    text-decoration: none;
    color: #f8bf00;
}
body.search-results article .post-meta-wrapper {        /* Date */
    display: none;
    /*margin: 1rem 0;*/
}
body.search-results figure.featured-media {             /* Thumbnail */
    width: 100%; /*50%;*/
    margin: 1rem auto;
}
body.search-results figure.featured-media .featured-media-inner {
    width: 100%;
    max-width: unset;
    overflow: hidden;
}
body.search-results figure.featured-media .featured-media-inner img {
    width: 100%;
    max-height: 300px;
    /*aspect-ratio: 3/4;*/
    object-fit: cover;
    transition: all .4s;
}
/*body.search-results article:hover figure.featured-media .featured-media-inner img {
    transform: scale3d(1.05, 1.05, 1.05);
}*/
body.search-results .post-inner {                   /* Content */
    margin-top: 1rem;
    text-align: center;
}
body.search-results article .price_meta {           /* Price */
    /*color: purple;*/
    margin: .5rem 0;
    font-size: 1.6rem; /* 1.7rem */
    font-weight: 600;
}
body.search-results article:hover .price_meta .amount {
    /*color: var(--brand_color_med);*/
}
body.search-results article .entry-content {        /* Description */
    display: inline-block;
    text-align: center; /*left;*/
    max-width: 100%;
}
body.search-results #site-content .post-inner .entry-content > .main,
body.search-results #site-content .post-inner.thin .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {  /* WiP */
    max-width: 100%; /*unset;*/
    width: auto;
    margin: 0 1rem;
    padding: 0;
    font-weight: 400; /*500;*/

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
body.search-results .post-inner .entry-content section.module {
    padding: 0;
}

body.search-results article::before {
    content: "";
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}
body.search-results article:hover {
    z-index: 1;
}
body.search-results article:hover::before {
    box-shadow: 0 0 1.5rem rgb(0 0 0 / 20%);
    left: -.3rem;
    right: -.3rem;
    top: -.3rem;
    bottom: -.3rem;
}

    /** Pagination (shop/archive/search) **/
.woocommerce-pagination,
.navigation.pagination .nav-links {                 /* also apply to simple pagination */
    font-family: inherit;
    font-size: 1.8rem;
    text-align: right; /*center;*/
    margin-top: 5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: .8rem 0;
}
.woocommerce-pagination > ul.page-numbers {
    display: inline-block;
    padding: 0 1rem;
    text-align: center;
}
.woocommerce-pagination > ul.page-numbers > li {
    margin: .5rem 0;
    padding: 0;
}
.nav-links .page-numbers:not(.prev):not(.next),    /* also apply to simple pagination */
.woocommerce-pagination > ul.page-numbers > li > *,
.wc-block-components-pagination__page { /* wc block */
    display: inline-block;
    margin: 0 .2rem;
    padding: 0; /*.8rem 1.2rem;*/
    box-sizing: content-box;
    min-width: 2rem;
    text-decoration: none;
    /*color: #333;*/
    font-weight: 400;
}
.nav-links .page-numbers:not(.current):not(.dots):hover,  /* also apply to simple pagination */
.woocommerce-pagination > ul.page-numbers > li > *:not(.current):not(.dots):hover,
.wc-block-components-pagination__page:not([disabled]):hover { /* wc block */
    /*color: green;*/
    text-decoration: none;
}
.wc-block-components-pagination__page[disabled]:hover { /* wc block */
    cursor: default;
}
.nav-links .page-numbers:not(.dots):not(.prev):not(.next), /* also apply to simple pagination */
.woocommerce-pagination > ul.page-numbers > li > *:not(.prev):not(.next):not(.dots),
.wc-block-components-pagination__page:not(:first-of-type):not(:last-of-type) { /* wc block */
    /*border: 1px solid lightgrey;    /* WiP */
    /*border-radius: 2px;*/
}
.nav-links .page-numbers:not(.prev):not(.next).current,  /* also apply to simple pagination */
.woocommerce-pagination > ul.page-numbers > li > .page-numbers.current:not(.dots),
.wc-block-components-pagination__page.wc-block-components-pagination__page--active.wc-block-pagination-page--active { /* wc block */
    font-weight: 600;
    font-size: 1.4rem;
    border-bottom: 4px solid #F8BF00;
}
.woocommerce-pagination > .page-numbers a.prev,
.woocommerce-pagination > .page-numbers a.next {
    color: #020202;
}

    /* Search pagination specifics */
.pagination-wrapper > .pagination-separator {
    display: none;
}
.navigation.pagination .nav-links {
    justify-content: center;
    margin: 5rem auto 0;
    width: auto;
    padding: 1.6rem 0;
}
/*.pagination .nav-links span.page-numbers, */
.pagination .nav-links .page-numbers {
    text-align: center;
}
.pagination .nav-links a.page-numbers:hover {
    color: #F8BF00;
}
.pagination .nav-links a.page-numbers:not(.prev):not(.next) {
    margin: .5rem;
}
.pagination .nav-links .page-numbers.prev {
    /*display: block;
    margin-right: auto;*/
}
.pagination .nav-links .page-numbers.next {
    /*display: block;
    margin-left: auto;*/
}
.pagination .nav-links .prev .nav-prev-text,
.pagination .nav-links .next .nav-next-text {
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 .5rem;
    vertical-align: middle;
}
.pagination .nav-links .prev .nav-short,
.pagination .nav-links .next .nav-short {
    display: none;
}



    /*** Footer ***/

.footer-nav-widgets-wrapper > .footer-inner {
    padding-top: 8rem;
}
.footer-top-visible .footer-nav-widgets-wrapper {
    background-color: #020202; /*#f5f7fa;*/
    color: white; /*#525252;*/
}
.footer-top-visible .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper {
    border-top: 1px solid #525252;
    padding: 6rem 0 2rem;
    border-bottom: none;
}



.footer-nav-widgets-wrapper > .footer-inner {
    max-width: 157rem;  /* 1570px */
}
.footer-widgets-wrapper {
    flex-direction: column;
    margin: 0;
    width: 100%;
}
.footer-widgets-wrapper .footer-widgets {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.footer-widgets-wrapper .footer-widgets .widget {
    margin: 0 1rem 4rem;
    flex: 0 0 calc(25% - 2rem);
    min-width: 20rem;
}
.footer-widgets-wrapper .footer-widgets .widget:last-child {
    margin-left: auto;
}
.footer-widgets-wrapper .widget .widget-title {     /* Titles */
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    letter-spacing: normal;
}
.footer-widgets-wrapper .widget_nav_menu a {        /* Menus */
    font-size: 1.4rem;
    font-weight: 400;
    color: white; /*#525252;*/
    letter-spacing: normal;
    line-height: 2.3;
}
.footer-widgets-wrapper .widget_nav_menu a:hover {
    text-decoration: none;
    color: #f8bf00;
}
.footer-widgets-wrapper .widget_text {        /* Kontakt */
    text-align: right;
}
.footer-widgets-wrapper .widget_text .textwidget p {
    font-family: 'Open Sans';
    font-size: 1.4rem;
}
.footer-widgets-wrapper .widget_text a {
    text-decoration: none;
    color: white;
}
.footer-widgets-wrapper .widget_text a:hover {
    color: #f8bf00;
}
.footer-widgets-wrapper .footer_gefordert {
    text-align: center;
    max-width: 142px;
}
.footer-widgets-wrapper .footer_gefordert img {
    display: block;
    width: 142px;
    height: 150px;
    margin: 0 auto;
}
.footer-widgets-wrapper .footer_gefordert span {
    font-size: 1.2rem;
    display: inline-block;
    margin-top: 1.5rem;
}


    /* Footer 2nd row */
.footer-widgets-wrapper:last-of-type {
    margin-bottom: 2rem;
}
.footer-widgets-wrapper > .footer-widgets:last-of-type > .widget {
    flex: 1 1 30%;
    min-width: initial;
    margin: 0 1rem;
}
    /* Footer social menu */
.footer-widgets-wrapper .widget-content #menu-social-menu > li {
    float: left;
    margin-right: .8rem;
    margin-top: 0;
}
.footer-widgets-wrapper .widget-content #menu-social-menu > li a {
    display: inline-block;
    border: 1px solid white;
    border-radius: 2px;
    padding: 3px;
    transition: all .2s;
    font-size: 0;
}
.footer-widgets-wrapper .widget-content #menu-social-menu > li a:hover {
    background-color: #525252;
}
.footer-widgets-wrapper .widget-content #menu-social-menu > li a::before {
    content: '';
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    background-position: center center;
    transition: all .2s;
}
.footer-widgets-wrapper .widget-content #menu-social-menu > li a[href*="facebook.com"] {
}
.footer-widgets-wrapper .widget-content #menu-social-menu > li a[href*="facebook.com"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' viewBox='0 0 50 50'%3E%3Cpath d='M26 20v-3c0-1.3.3-2 2.4-2H31v-5h-4c-5 0-7 3.3-7 7v3h-4v5h4v15h6V25h4.4l.6-5h-5z' fill='%23ffffff'/%3E%3C/svg%3E");
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' viewBox='0 0 32 32'%3E%3Cpath d='M19.254 2C15.312 2 13 4.082 13 8.826V13H8v5h5v12h5V18h4l1-5h-5V9.672C18 7.885 18.583 7 20.26 7H23V2.205C22.526 2.141 21.145 2 19.254 2z' fill='%23ffffff'/%3E%3C/svg%3E");*/
}
.footer-widgets-wrapper .widget-content #menu-social-menu > li a[href*="facebook.com"]:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' viewBox='0 0 50 50'%3E%3Cpath d='M26 20v-3c0-1.3.3-2 2.4-2H31v-5h-4c-5 0-7 3.3-7 7v3h-4v5h4v15h6V25h4.4l.6-5h-5z' fill='%23F8BF00'/%3E%3C/svg%3E");
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' viewBox='0 0 32 32'%3E%3Cpath d='M19.254 2C15.312 2 13 4.082 13 8.826V13H8v5h5v12h5V18h4l1-5h-5V9.672C18 7.885 18.583 7 20.26 7H23V2.205C22.526 2.141 21.145 2 19.254 2z' fill='%23F8BF00'/%3E%3C/svg%3E");*/

}
.footer-widgets-wrapper .widget-content #menu-social-menu > li a[href*="instagram.com"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='2' width='20' height='20' rx='5' ry='5'/%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8A4 4 0 0 1 16 11.37z'/%3E%3Cpath d='M17.5 6.5h.01'/%3E%3C/g%3E%3C/svg%3E");
}
.footer-widgets-wrapper .widget-content #menu-social-menu > li a[href*="instagram.com"]:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23F8BF00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='2' width='20' height='20' rx='5' ry='5'/%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8A4 4 0 0 1 16 11.37z'/%3E%3Cpath d='M17.5 6.5h.01'/%3E%3C/g%3E%3C/svg%3E");
}

    /* Footer methods menu */
.footer-widgets-wrapper > .footer-widgets:last-of-type > .widget:last-child {
    /*margin: 0;*/
}
.footer-widgets-wrapper .widget-content #menu-methods-menu {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.footer-widgets-wrapper .widget-content #menu-methods-menu > li {
    margin: 0 .4rem;
}
.footer-widgets-wrapper .widget-content #menu-methods-menu > li a {
    padding: 3px;
    border: 1px solid white;
    transition: all .2s;
    display: inline-block;
    font-size: 0;
}
.footer-widgets-wrapper .widget-content #menu-methods-menu > li:hover a {
    background-color: #525252;
}
.footer-widgets-wrapper .widget-content #menu-methods-menu > li a::before {
    content: '';
    background-repeat: no-repeat;
    display: inline-block;
    width: 51px;
    height: 32px;
    background-size: 100% 100%;
    background-position: center center;
}
.footer-widgets-wrapper .widget-content #menu-methods-menu > li.methods_paypal a::before {
    /*background-image: url(http://beta.shirtroyal.com/templates/NOVAChild/themes/my-nova/images/icon-payment-paypal.png);*/
    background-image: url(/wp-content/uploads/2021/07/icon-payment-paypal.png);
    background-repeat: no-repeat;
}
.footer-widgets-wrapper .widget-content #menu-methods-menu > li.methods_dhl a::before {
    content: '';
    /*background-image: url(http://beta.shirtroyal.com/templates/NOVAChild/themes/my-nova/images/dhl.jpg);*/
    background-image: url(/wp-content/uploads/2021/07/dhl.jpg);
    background-repeat: no-repeat;
}
.footer-widgets-wrapper .widget-content #menu-methods-menu > li.methods_vorkasse a::before {
    content: '';
    /*background-image: url(http://beta.shirtroyal.com/templates/NOVAChild/themes/my-nova/images/bank_vorkasse.jpg);*/
    background-image: url(/wp-content/uploads/2021/07/bank_vorkasse.jpg);
    background-repeat: no-repeat;
}
.footer-widgets-wrapper .widget-content #menu-methods-menu > li.methods_dpd a::before {
    content: '';
    /*background-image: url(http://beta.shirtroyal.com/templates/NOVAChild/themes/my-nova/images/dpd.jpg);*/
    background-image: url(/wp-content/uploads/2021/07/dpd.jpg);
    background-repeat: no-repeat;
}
    /* VAT info html */
.footer-widgets-wrapper > .footer-widgets:last-of-type > .widget.widget_custom_html {
    flex-basis: 100%;
}
.footer-widgets-wrapper > .footer-widgets .footnote-vat {
    text-align: left;
    margin-top: 2rem;
    font-size: 1.1rem;
}
.footer-widgets-wrapper > .footer-widgets .footnote-vat a {
    font-size: 1.1rem;
    text-decoration: underline;
}

#site-footer, .footer-top-hidden #site-footer {
    background-color: #525252; /*black*/
    color: white;
    margin: 0;
    padding: 1.5rem; /*5rem 24% 8rem; /*22.6rem*/
}
#site-footer .section-inner {
    margin: 0 auto; /* 2rem;*/
    justify-content: center;
}
#site-footer .to-the-top {
    display: none;
}
#site-footer .footer-copyright {
    font-size: 1.4rem; /*1.8rem;*/
    font-weight: 400;
}


    /*** Designer ***/

/*#dg-designer .dg-box .product-prices .btn-submit-price {
    display: none;
}*/


    /*** Home page ***/

body.home .entry-header {
    display: none;
}
body.home .entry-content > .wp-block-image.alignfull {
    margin-top: 0;
    max-width: unset;
}


    /*** Gallery - slider ***/

.wnc_gallery_inline_slider.inline-slider { margin: 0 !important; }
.wnc_gallery_inline_slider.inline-slideshow>figure.wp-block-gallery.has-nested-images .wp-block-image:not(#individual-image), figure.wp-block-gallery.inline-slider.inline-slideshow:not(.has-nested-images)>ul.blocks-gallery-grid .blocks-gallery-item { height: min(65vh, 400px); }


    /** Fixes **/
.privacy-policy { margin: 0 !important; }


    /*** Responsive ***/


@media screen and (min-width: 1000px) {
    .hide_in_desktop { display: none; }
}
@media screen and (max-width: 999px) {
    .design_site_branding {
        /*display: block;*/
    }
    .before_nav_toggle {
        display: flex; /*table;*/
        align-items: center;
        top: 0;
        height: 100%;
    }
    .before_nav_toggle .cart-contents .cart-contents-total {
        display: none;
    }
    .before_nav_toggle .woo_header_cart a.cart-contents::before {
        font-size: 2.8rem;
    }
    .before_nav_toggle .woo_header_cart a.cart-contents > span.cart-contents-count {
        left: 18px;
        top: -6px;
        width: 20px;
        height: 20px;
        font-size: 1.2rem;
    }
    .before_nav_toggle .woo_header_cart .widget_shopping_cart_content {
        right: -40px;
        /*white-space: nowrap;    /* for mobile absolute positioning -> prevent line breaks when content fits --in case max-content does not work */
    }
    .before_nav_toggle .widget_shopping_cart_content ul.woocommerce-mini-cart {
        width: max-content; /* prevent line-breaks in absolute positioning */
        max-width: 100%;
    }


    /*** Shop categories custom sidebar ***/

    .woocommerce_shop_container {
        flex-direction: column-reverse;
    }
    .woocommerce_shop_container .woocommerce_categories_sidebar {
        max-width: 100%;
        margin: 0 0 4rem 0;
        display: none;
    }
    .woocommerce_shop_container .woocommerce_categories_sidebar .catlist_heading {
        text-align: center;
    }

}

@media screen and (max-width: 782px) {
    /* Header */
    .admin-bar #site-header {
        top: 46px;
    }
    .admin-bar.woocommerce-cart .entry-content > .woocommerce > .cart-collaterals {
        position: static;
        margin: 0;
        max-width: unset;
    }

    #site-header { height: 80px; }
    #site-header .header-titles .site-logo img { height: 60px; }
    .nav-toggle .toggle-inner { height: 28px; width: 36px; }
    .nav-toggle .toggle-text { font-size: 1.2rem; margin-top: 0; }
}

@media only screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr:first-child,
    .woocommerce-page table.shop_table_responsive tr:first-child {
        border-top: 1px solid #ebebeb;
    }
}

@media screen and (max-width: 699px) {
    /* Search pagination */
    .nav-links > .prev,
    .nav-links > .next {
        margin: 1.5rem 1rem; /*1.5rem 0 0 2.5rem;*/
    }
}

@media screen and (max-width: 600px) {
    /* Header */
    .admin-bar #site-header {
        top: 0;
    }

    .design_site_branding {
        font-size: 2.6rem;
        line-height: 1;
        border-bottom: 4px solid #F8BF00;
    }
    .before_nav_toggle .woo_header_cart .widget_shopping_cart_content {
        z-index: 9;
        max-width: calc(100vw - 35px);
        right: -100px;
    }
    .admin-bar.woocommerce-cart .entry-content > .woocommerce > .cart-collaterals {
    }
}

@media screen and (max-width: 420px) {
    .design_site_branding {
        font-size: 2.2rem;
    }
}

    /*** Animations ***/

@keyframes roy_appear {
    from { opacity: 0; }
    to { opacity: 1; }
}
