/*
 Theme Name:   Mosaic Artworks
 Theme URI:    http://www.werbeagentur-mosaic.de/mosaic-artworks/
 Description:  Mosaic Artworks Child Theme
 Author:       Werbeagentur mosaic
 Author URI:   http://www.werbeagentur-mosaic.de
 Template:     twentytwentyfour
 Version:      1.0.0
*/

@import "css/font-awesome.min.css";

/* regular 400 */
@font-face {
  font-family: "Expletus Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src:
    local("Expletus Sans Regular"),
    local("ExpletusSans-Regular"),
    url("fonts/expletus-sans-v29-latin-regular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0100-017F, U+0180-024F, U+20AC;
}

/* italic 400 (selten → optional) */
@font-face {
  font-family: "Expletus Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: optional;
  src:
    local("Expletus Sans Italic"),
    local("ExpletusSans-Italic"),
    url("fonts/expletus-sans-v29-latin-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0100-017F, U+0180-024F, U+20AC;
}

/* medium 500 */
@font-face {
  font-family: "Expletus Sans";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src:
    local("Expletus Sans Medium"),
    local("ExpletusSans-Medium"),
    url("fonts/expletus-sans-v29-latin-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0100-017F, U+0180-024F, U+20AC;
}

/* medium italic 500 */
@font-face {
  font-family: "Expletus Sans";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: optional;
  src:
    local("Expletus Sans Medium Italic"),
    local("ExpletusSans-MediumItalic"),
    url("fonts/expletus-sans-v29-latin-500italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0100-017F, U+0180-024F, U+20AC;
}

/* semibold 600 */
@font-face {
  font-family: "Expletus Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src:
    local("Expletus Sans SemiBold"),
    local("ExpletusSans-SemiBold"),
    url("fonts/expletus-sans-v29-latin-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0100-017F, U+0180-024F, U+20AC;
}

/* semibold italic 600 */
@font-face {
  font-family: "Expletus Sans";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: optional;
  src:
    local("Expletus Sans SemiBold Italic"),
    local("ExpletusSans-SemiBoldItalic"),
    url("fonts/expletus-sans-v29-latin-600italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0100-017F, U+0180-024F, U+20AC;
}

/* bold 700 */
@font-face {
  font-family: "Expletus Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src:
    local("Expletus Sans Bold"),
    local("ExpletusSans-Bold"),
    url("fonts/expletus-sans-v29-latin-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0100-017F, U+0180-024F, U+20AC;
}

/* bold italic 700 */
@font-face {
  font-family: "Expletus Sans";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: optional;
  src:
    local("Expletus Sans Bold Italic"),
    local("ExpletusSans-BoldItalic"),
    url("fonts/expletus-sans-v29-latin-700italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0100-017F, U+0180-024F, U+20AC;
}

/* ===========
   Fallback (metrisch angepasst) – Startwerte, bei Bedarf feinjustieren
   =========== */
@font-face {
  font-family: "Expletus Sans Fallback";
  src: local("Trebuchet MS"), local("Segoe UI"), local("Arial");
  size-adjust: 103%;
  ascent-override: 88%;
  descent-override: 24%;
  line-gap-override: 0%;
}

/* globale Stack + Synthese kontrollieren */
:root {
  font-family: "Expletus Sans", "Expletus Sans Fallback", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
}


.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show {
    bottom: -10px !important;
}

.stock.in-stock,
.quantity,
.n2_clear p:empty {
    display: none !important;
}

.matz-hauke-sig {
    padding-top: 8px;
    max-width: 100%;
}

.slogan-bar + p,
header.my-page-head + p {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

.slogan-bar {
    background-color: #a4a4a4;
    width: 100%;
    margin-top: 0;
}

.slogan-bar > div {
    max-width: var(--wp--style--global--wide-size);
    display: flex;
    align-items: baseline;
    margin-left: auto;
    margin-right: auto;
    min-height: 50px;
    text-align: left;
    padding: 0 16px;
}

.product_title.entry-title {
    display: none;
}

body,
.has-heading-font-family,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Expletus Sans', sans-serif !important;
}

body.page-id-968 h1.wp-block-post-title,
body.page-id-972 h1.wp-block-post-title {
    text-align: left;
}

body.home h1 {
    max-width: 800px;
}

:where(.wp-site-blocks *:focus) {
    outline-width: 0;
}


.flex-viewport {
    border: 1px solid #ddd;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating {
    margin: 0 auto 0 !important;
}

/* homepage - product-grids for categorys  */
.home li.wc-block-grid__product {
    background-color: rgba(0, 0, 0, 0.05);
    margin: 0 5px 10px;
    flex: 1 0 calc(25% - 15px) !important;
    padding-top: 7px;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title {
    margin: 0 0 24px;
    font-size: 1.2rem;
    font-weight: normal;
}

a.wc-block-grid__product-link {
    text-decoration: none !important;
}

/* Setting 5 thumbnails below the product-image */
.woocommerce div.product div.images .flex-control-thumbs li {
    width: calc(20% - 6px) !important;
    border: 1px solid #ddd;
    margin: 2px !important;
}

.flex-control-nav.flex-control-thumbs {
    margin: 2px -2px 0 !important;
}


.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
li.product {
    /*background-color: #f4f4f4 !important;*/
    background-color: #e6e6e6 !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 5px 2em 0 !important;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product span.price {
    margin-left: 10px;
}

.woocommerce ul.products li.product .button {
    display: flex;
    justify-content: center;
    background-color: #d7522e;
    color: #fff;
    border-radius: 0;
    padding: 9px 16px;
}


nav.woocommerce-pagination {
    margin-top: 50px;
    margin-bottom: 80px !important;
}

nav.wp-block-query-pagination {
    margin-top: 75px;
    margin-bottom: 100px !important;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.wp-block-query-pagination ul {
    border: 0;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    margin: 0 2px;
    border: 0;
}

.woocommerce nav.woocommerce-pagination a.page-numbers,
.woocommerce nav.woocommerce-pagination span.page-numbers,
.woocommerce nav.wp-block-query-pagination a.page-numbers,
.woocommerce nav.wp-block-query-pagination span.page-numbers {
    padding: 20px 25px;
    background-color: #e6e6e6;
    text-decoration: none;
}

.woocommerce nav.woocommerce-pagination a.page-numbers,
.woocommerce nav.woocommerce-pagination span.page-numbers {
    padding: 20px;
}

nav .wp-block-query-pagination-next,
nav .wp-block-query-pagination-previous {
    padding: 18px 20px;
    background-color: #e6e6e6;
    text-decoration: none;
}

.woocommerce nav .page-numbers.prev {
    margin-right: 20px;
}

.woocommerce nav .page-numbers.next {
    margin-left: 20px;
}

nav .page-numbers.current {
    background-color: transparent !important;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none !important;
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(4n+1) {
    clear: left;
}


.has-global-padding .wp-block-woocommerce-product-details {
    background-color: #e6e6e6;
    position: relative;
    width: calc(100% + var(--wp--style--root--padding-left) + var(--wp--style--root--padding-right));
    margin-left: calc(-1 * var(--wp--style--root--padding-left));
    margin-right: calc(-1 * var(--wp--style--root--padding-right));
    max-width: none;
    left: calc(-1 * var(--wp--style--root--padding-left));
}

.has-global-padding .wp-block-woocommerce-product-details > div {
    padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
    padding-block-start: 1rem;
    padding-block-end: 2.5rem;
    margin: auto;
    max-width: var(--wp--style--global--wide-size);
}

.has-global-padding .wp-block-woocommerce-product-details .tabs.wc-tabs {
    display: none !important;
}

#art-notes {
    background-color: #d8d8d8;
    text-align: center;
    padding-block-start: 1rem;
    padding-block-end: 1rem;
}

footer.wp-block-template-part {
    background-color: #e6e6e6;
    margin-block-start: 0;
}

footer .wp-block-site-logo img {
    /*min-height: 24px;*/
    height: 30px;
    width: auto;
}


/* main-menu */
#menu-hauptmenue,
#menu-hauptmenue-en {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

#menu-hauptmenue > li,
#menu-hauptmenue-en > li {
    position: relative;
    margin-right: 20px;
}

#menu-hauptmenue > li > a,
#menu-hauptmenue-en > li > a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    padding: 10px 15px;
    display: block;
    transition: background-color 250ms linear;
}

#menu-hauptmenue > li > a:hover,
#menu-hauptmenue-en > li > a:hover {
    background-color: rgba(255,255,255,0.15);
    color: #333;
}

#menu-hauptmenue .sub-menu,
#menu-hauptmenue-en .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

#menu-hauptmenue .sub-menu li,
#menu-hauptmenue-en .sub-menu li {
    margin: 0;
}

#menu-hauptmenue .sub-menu li a,
#menu-hauptmenue-en .sub-menu li a {
    text-decoration: none;
    color: #000;
    padding: 10px 15px;
    display: block;
    white-space: nowrap;
}

#menu-hauptmenue .sub-menu li a:hover,
#menu-hauptmenue-en .sub-menu li a:hover {
    background-color: #f0f0f0;
    color: #333;
}

#menu-hauptmenue li.menu-item-has-children:hover > .sub-menu,
#menu-hauptmenue-en li.menu-item-has-children:hover > .sub-menu {
    display: block;
}

.sitemap-pages,
.wc-sitemap {
    list-style: none;
    padding-left: 0;
}

.wc-sitemap {
    margin-top: 0;
}

.sitemap-pages li,
.wc-sitemap .products li {
    margin: 5px 0;
}

.sitemap-pages li {
    margin-left: 15px;
    list-style: square;
}

.wc-sitemap .products li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    margin: 5px 0;
}

.wc-sitemap .products li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border: 1px solid black;
    box-sizing: border-box;
}

#my-sitemap h2 {
    font-weight: bold;
    margin-top: 50px;
}

#my-sitemap h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #555;
    margin-left: 15px !important;
    margin-bottom: 10px !important;
}

.sib-form {
    padding-top: 10px !important;
}

.is-style-square:before {
    content: '';
    width: 30px;
    height: 30px;
    background-color: #ababab;
    display: block;
    margin-bottom: 10px;
}

h2.is-style-square:before {
    width: 40px;
    height: 40px;
}

.wp-element-button,
.wp-block-button__link {
    background-color: #d7522e;
    border-radius: 0;
}

.newsletter-heading {
    margin-bottom: -40px;
    padding-top: 40px;
}

.interview-collapsible-accordion summary {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}

.interview-collapsible-accordion summary + p {
    margin-bottom: 50px !important;
    margin-top: 0 !important;
}

:root :where(.is-layout-constrained) > p {
    margin-block-start: 0.5rem !important;
    margin-block-end: 1rem !important;
}

:root :where(.is-layout-constrained) > h2 {
    margin-block-start: 3rem !important;
}

/* Mobile Menu */
/* Desktop Menu */
.hauptmenue-class {
    list-style: none;
    display: flex;
    justify-content: space-around;
}

.hauptmenue-class li {
    position: relative;
}

.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    list-style: none;
    padding: 0;
    border: 1px solid #ccc;
}

.sub-menu li {
    padding: 10px;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}

/* Mobile Menu */
.menu-toggle {
    display: none;
    cursor: pointer;
    font-size: 24px;
    color: #000;
    padding: 10px;
    text-align: center;
    width: 100%;
}

@media (max-width: 1280px) {
    .custom-logo-link {
        margin: 20px 20px 0;
    }

    .menu-toggle {
        display: inline-block;
        width: auto;
    }

    #mobile-controls {
        display: flex;
        justify-content: space-between;
        align-items: center;
        list-style: none;
        padding: 0;
        margin: 0 15px 0 5px;
    }

    #mobile-controls li {
        margin: 0 10px;
    }

    #mobile-controls .menu-toggle {
        margin-right: auto;
        transform: scaleX(1.5);
    }

    #mobile-controls .wpml-ls-item {
        margin-left: 10px;
    }

    #mobile-controls li img {
        width: 24px;
        height: auto;
    }

    #menu-hauptmenue,
    #menu-hauptmenue-en {
        display: none;
        padding-top: 10px;
        padding-bottom: 10px;
        flex-direction: column;
        width: 100%;
        background-color: #86949C;
    }

    .hauptmenue-class li {
        text-align: left;
        width: 100%;
    }

    .hauptmenue-class a {
        display: block;
        color: white;
        padding: 10px 20px;
        text-decoration: none;
        width: 100%;
        box-sizing: border-box;
    }

    #menu-hauptmenue li.menu-item-has-children > .sub-menu,
    #menu-hauptmenue li.menu-item-has-children,
    #menu-hauptmenue-en li.menu-item-has-children > .sub-menu,
    #menu-hauptmenue-en li.menu-item-has-children {
        position: relative;
        display: block;
        background-color: #86949C;
        border: 0;
        box-shadow: none;
        padding-left: 0;
        margin-bottom: 10px;
    }

    #menu-hauptmenue .sub-menu li,
    #menu-hauptmenue-en .sub-menu li {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #menu-hauptmenue .sub-menu li a,
    #menu-hauptmenue-en .sub-menu li a {
        padding: 0 15px 0 20px;
    }

    .menu-item-has-children.active .sub-menu {
        display: block;
    }
}

/* Mobile Menu - END */


#terms-checkbox {
    appearance: none;
    background-color: #fff;
    border: 1px solid rgba(25, 23, 17, .48);
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1em;
    height: 1.5em;
    margin: 0 1em 0 0;
    min-height: 1.5em;
    min-width: 1.5em;
    overflow: hidden;
    position: static;
    vertical-align: middle;
    width: 1.5em;
}

.wc-block-checkout__terms {
    display: flex;
    align-items: center;
}

.wc-block-checkout__terms span {
    margin-top: 25px;
    flex-grow: 1;
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #000;
    height: 1.125em;
    margin-left: .1875em;
    margin-top: .0625em;
    pointer-events: none;
    position: absolute;
    width: 1.125em;
}

/*.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked)+.wc-block-components-checkbox__mark {*/
/*    display: none;*/
/*}*/

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    background: #fff;
}

button.wc-block-components-checkout-place-order-button {
    transition: background-color 0.3s, color 0.3s, opacity 0.3s;
}

button.wc-block-components-checkout-place-order-button:disabled {
    background-color: #d3d3d3;
    color: #777;
    border: 1px solid #a9a9a9;
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none;
}


/*.wc-block-components-totals-shipping__fieldset,*/
/*.wc-block-components-totals-shipping__via,*/
/*.wc-block-components-shipping-address {*/
/*    display: none !important;*/
/*}*/

#customer_details h3 {
    font-size: 22px;
    font-weight: bold;
}

#ship-to-different-address-checkbox {
    width: 22px;
    height: 22px;
    margin: 3px;
    vertical-align: bottom;
    cursor: pointer;
}

.wc_payment_methods .wc_payment_method.payment_method_ppcp-gateway input.input-radio,
.wc_payment_methods .wc_payment_method.payment_method_ppcp-gateway label,
.wc_payment_methods .wc_payment_method.payment_method_ppcp-credit-card-gateway input.input-radio,
.wc_payment_methods .wc_payment_method.payment_method_ppcp-credit-card-gateway label {
    cursor: pointer;
}

.woocommerce-account .wp-block-post-title,
.woocommerce-account main .woocommerce,
.woocommerce-cart .wp-block-post-title,
.woocommerce-cart main .woocommerce,
.woocommerce-checkout .wp-block-post-title,
.woocommerce-checkout main .woocommerce {
    max-width: 1280px;
}

.woocommerce-cart h1 {
    margin-top: 100px;
}

.woocommerce-page table.shop_table {
    width: 100%;
}

.woocommerce-page table.shop_table .product-quantity {
    display: none;
}

.woocommerce-page table.shop_table thead th,
.woocommerce-page table.shop_table .cart-subtotal th,
.woocommerce-page table.shop_table .cart-subtotal td,
.woocommerce-page table.shop_table .order-total th,
.woocommerce-page table.shop_table .order-total td {
    background-color: #eee;
}

.woocommerce-page table.shop_table .product-name {
    font-weight: bold;
}

.woocommerce-page table.shop_table .product-name img {
    max-width: 80px;
    float: left;
    margin: 0 10px 5px 0;
}

.woocommerce-page table.shop_table .product-desc {
    font-weight: 300;
}

.ppc-button-wrapper {
    margin-bottom: 25px;
}

#order_review {
    margin-bottom: 80px;
}

.custom-cross-sells {
    margin-top: 7rem;
    margin-bottom: 5rem !important;
}

.woocommerce ul.products, .woocommerce-page ul.products {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.custom-cross-sells ul.products.columns-4 {
    padding-left: 0;
}

.custom-cross-sells ul.products.columns-3 li,
.custom-cross-sells ul.products.columns-4 li {
    list-style: none;
    width: calc(25% - 30px) !important;
    margin: 0 5px 3em 5px !important;
    text-align: center;
    border: 10px solid transparent;
    /*flex: 1 1 calc(25% - 30px);*/
}

li.product {
    text-align: center;
    border: 10px solid transparent;
}

.wc-block-components-totals-shipping__via,
.wc-block-components-totals-shipping__fieldset,
.woocommerce-price-suffix,
.wc-block-grid__product-price.price,
li.product .wgm-info,
li.product .woocommerce-Price-amount,
.custom-cross-sells ul.products.columns-3 li .woocommerce-price-suffix,
.custom-cross-sells ul.products.columns-4 li .woocommerce-price-suffix,
.custom-cross-sells ul.products.columns-4 li .wgm-info,
.custom-cross-sells ul.products.columns-4 li .woocommerce-Price-amount {
    display: none;
}

li.product h3.has-large-font-size,
.custom-cross-sells ul.products.columns-3 li h2,
.custom-cross-sells ul.products.columns-4 li h2 {
    font-size: 1.2rem !important;
    font-weight: normal !important;
    padding: .5em 0 !important;
}

.category-teaser-grid .wp-block-button .wp-block-button__link,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
li.product a.button,
.custom-cross-sells ul.products.columns-4 li a.button {
    background-color: #d7522e;
    /*background-color: blue;*/
    color: #fff;
    text-decoration: none;
    padding: 0.6rem 1rem 0.6rem 1rem;
    display: block;
}

.category-teaser-grid .wp-block-button .wp-block-button__link,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
li.product a.button,
.woocommerce-loop-product__link,
.custom-cross-sells ul.products.columns-4 li a.button {
    transition: background-color 0.6s ease;
    text-decoration: none;
    margin-bottom: 0 !important;
}

.category-teaser-grid li:hover .wc-block-grid__product-image {
    background-color: rgb(185, 65, 32);
}

.product-page-similar-products .wc-block-components-product-image img {
    display: block;
    padding-bottom: 10px;
}

.product-page-similar-products .wc-block-components-product-image a:hover img,
.product-page-similar-products li:hover a.button {
    background-color: #b94120;
}

.category-teaser-grid li:hover .wp-block-button .wp-block-button__link,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
li.product a.button:hover,
.custom-cross-sells ul.products.columns-4 li:hover a.button {
    background-color: #b94120;
}

.wc-block-components-totals-shipping .wc-block-components-totals-item .wc-block-components-totals-item__value:after,
fieldset.wc-block-checkout__shipping-option.wp-block-woocommerce-checkout-shipping-methods-block,
.delivery-time-not-specified,
.delivery-time-nicht-angegeben {
    display: none !important;
}

/*#payment-method .wc-block-components-radio-control-accordion-content {*/
/*    display: none !important;*/
/*}*/

.wp-block-woocommerce-checkout-order-summary-block {
    margin-bottom: 15px;
}

.single-product .wp-block-add-to-cart-form {
    max-width: 380px;
}

#customer-type-radio-buttons {
    margin: 25px 0 15px;
}

#customer-type-radio-buttons p {
 margin-bottom: 5px;
}

#customer-type-radio-buttons label {
    cursor: pointer;
    line-height: 2;
}

#quick-contacts * {
    animation-duration: .8s !important;
    transition-duration: .8s !important;
}

/* Mobile Quick Phone Button */
#quick-contacts-2 {
    display: none;
}

/* Quick Contact Buttons */
#quick-contacts {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 999;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#quick-contacts li {
    position: relative;
    cursor: pointer;
    list-style: none;
}

#quick-contacts li .button-wrap {
    background-color: #d6512e;
    color: #fff;
    height: 50px;
    width: 280px;
    overflow: hidden;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    position: absolute;
    right: -230px;
    transition: right 1s ease;
}

#quick-contacts li .button-wrap:hover {
    right: 0;
}

#quick-contacts li .button-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    vertical-align: text-bottom;
}

#quick-contacts li .button-icon i:before {
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    margin-left: 0;
    vertical-align: middle;
}

#quick-contacts li#quick-mail-btn .button-icon i:before {
    font-family: 'FontAwesome';
    content: "\f0e0";
    font-style: normal;
}

#quick-contacts li .button-content {
    display: inline-block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: left;
}

#quick-contacts li .button-content a {
    color: #fff;
    text-decoration: none;
    vertical-align: text-bottom;
    display: inline-block;
    width: 100%;
}

#quick-contacts li:nth-child(2) {
    top: 50px;
    position: absolute;
}

@media screen and (max-width: 992px) {
    #quick-contacts-2 {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background: #d6512e;
        z-index: 99;
    }

    #quick-contacts-2 * {
        color: #fff;
        font-size: 20px;
        text-decoration: none;
    }

    #quick-contacts-2 a {
        display: block;
        padding: 3px 12px;
        text-align: center;
        font-size: 17px;
    }

    #quick-contacts-2 a:before {
        font-family: 'FontAwesome';
        content: "\f095";
        font-style: normal;
        margin-right: 10px;
        font-size: 26px;
        line-height: 40px;
        vertical-align: middle;
    }

    #quick-contacts {
        display: none;
    }

    #quick-contacts li .button-wrap:hover {
        right: -3px;
    }
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	float: none !important;
    width: calc((100% - 5 * 7px) / 5) !important;
    aspect-ratio: 1 / 1;
}

.woocommerce .wp-block-woocommerce-product-image-gallery {
	max-width: none !important;
}