/*
Theme Name: Hub Child
Theme URI: https://web-smith.de
Description: WS Theme
Author: Arakel Breining
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/*
Theme Name: Hub
Theme URI: https://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
//OldVersion: 4.2.4
Version: 9.2.4
License: GNU General Public License
License URI: license.txt
Text Domain: hub
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.wp-block-gallery {
    margin-bottom: 1em;
}

.blocks-gallery-caption {
    margin-top: 0;
}

/*--------------------------------------------------------------
Button
--------------------------------------------------------------*/
.wp-block-button__link {
    --wp-btn-border-radius: 1.5em;
    border-radius: var(--wp-btn-border-radius);
    line-height: 1.35em;
}

.wp-block-button.is-style-squared .wp-block-button__link {
    --wp-btn-border-radius: 0;
}

/*--------------------------------------------------------------
Cover
--------------------------------------------------------------*/
.wp-block-cover.has-background-dim {
    color: #fff;
}

.wp-block-cover.has-background-dim a {
    color: inherit;
}

.wp-block-group.has-background,
.has-background {
    margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
Blockquote
--------------------------------------------------------------*/
.wp-block-pullquote blockquote {
    border: none;
}

.woocommerce-account.logged-in #lqd-site-content {
    padding-top: unset!important;
    padding-bottom: unset!important;
}
.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #ff5151;
}

.woocommerce-checkout #lqd-site-content {
    padding-top: unset!important;
    padding-bottom: unset!important;
}
.woocommerce.archive #lqd-contents-wrap.container-fluid, .woocommerce .container-fluid div.product {
    padding: unset!important;
}
.woocommerce-cart #lqd-site-content {
    padding-top: unset!important;
    padding-bottom: unset!important;
}

.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
    padding-left: 3px;
    padding-right: 3px;
    top: -0.9em;
    inset-inline-end: -1em;
}
.woocommerce div.product {
    padding-top: 0;
}

/* Grundlegende Styles für den Button */
.ui-spinner-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px; /* Breite des Buttons, anpassbar */
    height: 25px; /* Höhe des Buttons, anpassbar */
    transition: color 0.5s; /* Übergangseffekt für die Hintergrundfarbe */
}

/* Minuszeichen für den Minus-Button hinzufügen */
.ui-spinner-down::before {
    content: "-";
    /* Weitere Styling-Optionen hier, z.B. Farbe, Schriftgröße etc. */
    font-size:25px;
}

/* Pluszeichen für den Plus-Button hinzufügen */
.ui-spinner-up::before {
    content: "+";
    /* Weitere Styling-Optionen hier, z.B. Farbe, Schriftgröße etc. */
    font-size:25px;
}
/* add hover to the before and after content */
.ui-spinner-button:hover::before, .ui-spinner-button:hover::after {
    color: var(--e-global-color-primary);
}

#billing_country_field, #shipping_country_field, .woocommerce-additional-fields, .order_review_heading {
    display: none;
}
.woocommerce-checkout-payment {
    padding-top:20px;
}
#place_order {
    background-color: transparent!important;
    background-image: linear-gradient(180deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%) !important;
    border: 0!important;
    text-align:center!important;    /* justify-content: center; */
    margin: 10px auto 50px;
}

.woocommerce-checkout-payment {
    padding-top:20px!important;
    padding-bottom: 5px!important;
}

.ws-button-primary {
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
    border: 0;
    margin-top:15px;
}

#billing_state-button {
    display:none;
}
#billing_state {
    display: block!important;
}