/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Rene Wandel
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.kb-adv-form-success {
    background: #333 !important;
    padding: 2em !important;
    color: #fff !important;
}
.kt_simple_share_container {
    margin-top: 20px;
}
.fxdeco_sku{
    margin-bottom: 2em;
    background-color: #f9f7f7;

    padding: 5px 20px 5px 20px;
    border-radius: 6px;
}
.fxdeco_sku span{
    font-weight: bold;
    letter-spacing: 1px;
}
.woocommerce .single-product-extras {
    margin-bottom: 2em;
    background-color: #f9f7f7;
    padding: 5px 20px 5px 20px;
    border-radius: 6px;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0 4px 0 10px;
}

.woocommerce .products.align-buttons-bottom li.product .product-action-wrap {
    display: flex;
}

.attr_archiv_verwendung {
    padding: 8px;
    margin: 0 5px 0 5px;
    line-height: 1.2;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 1;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #666;
    font-size: 12px;
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.25);
}

.pi-eqw-qty-container .quantity {
    width: 120px;
}

.pi-eqw-qty-container {
    display: flex;
    align-items: start;
    flex-direction: column;
}

.pi-eqw-qty-container .pi-custom-button {
    margin-left: 0;
}

.pi-custom-button {
    width: 100%;
    display: block !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    text-align: center;
    cursor: pointer;
    font-size: 16px !important;
}

.pisol-view-cart {
    margin-left: 0;
    margin-right: 10px;
    border-radius: 3px;
    background: #CF9F54 !important;
    color: #fff !important;
    padding: 0.4em 1em;
    border: 0;
    line-height: 1.6;
    display: inline-block;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 0 0 -7px rgba(0, 0, 0, 0);
    width: 100%;
    text-align: center;
}

.add-to-enquiry-single:hover,
.button.add-to-enquiry-loop:hover {
    background-color: #CF9F54 !important;
    color: #ffffff !important;
    font-size: 16px !important;
}

.woosq-btn,
.woosq-btn-89,
.woosq-btn-has-icon,
.woosq-btn-text-icon {
    margin: 10px 10px 10px 0;
    width: 100%;
    justify-content: center;
    background-color: #CF9F54;
}

.view-details-btn:hover {
    background-color: #000000;
    color: #ffffff;
}

.view-details-btn {
    width: 100%;
    justify-content: center;
}

.woocommerce ul.products.woo-archive-btn-button.products-list-view .button {
    width: 100% !important;
    margin: 0 0 0 10px;
}
#wpcd_parent {
    width: 100%;
}
.widget select {
    width: 100%;
}

/*******Style Filter ********/
.woof_auto_show {
    opacity: 1 !important;
    margin-top: -5px;
}

.woof_sid_flat_white {
    background: #f9f9f9;
    border: none;
    padding: 20px;
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.woof_container .woof_container_inner input[type="search"] {
    line-height: 1.7 !important;
    border: solid 1px #aaa;
    padding: 8px;
}

.woof_show_auto_form,
.woof_hide_auto_form {
    background: url("/wp-content/uploads/2023/04/sorting-options.svg");
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
}

.woof_products_top_panel {
    background: #fff;
    padding: 10px 20px;
    border-radius: 4px;
}

/*******Flying cart ********/
#pi-eqw-cart.bottom-right {
    bottom: 12%;
    right: 25px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.25);
}

#pi-eqw-cart .pi-count {
    position: absolute;
    top: 7px;
    left: 30px;
    font-size: 0.65em;
    height: 2.1em;
    line-height: 1;
    background: var(--global-palette7);
    border-radius: 50%;
    display: flex;
    width: 2.1em;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--global-palette4);
    margin-left: 0.1em;
    transition: all 0.2s ease;
}

/*.content-wrap {
    border: 1px solid #F6E7BC;
    border-radius: 4px;
}*/

a {
    text-decoration: none !important;
}

a:link {
    text-decoration: none;
}

a:visited {
}

a:focus {
}

a:hover {

}

a:active {
}


