/*
Theme Name: Shoptimizer Child Theme
Theme URI:
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI:
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/


.below-content:has(.eplus-wrapper.alignfull) {
    padding-block: unset;
}

.below-content:has(.eplus-wrapper.alignfull) .col-full {
    max-inline-size: unset;
    padding-inline: unset;
}

.below-content:has(.eplus-wrapper.alignfull) .col-full .widget {
    padding-inline: unset;
}


/**
* Hide Fokker field
* https://github.com/PuroNL/puro.nl/issues/1
*/
#naam_fokker_kennel_field {
    display: none;
}

/**
 * Stock Manager
 * https://github.com/PuroNL/puro.nl/issues/19
 */

#naam_fokker_kennel_field .stock_notifier-subscribe-form .woo_fields_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
}

#naam_fokker_kennel_field .stock_notifier-subscribe-form [type="text"] {
    font-size: var(--wp--preset--font-size--small);
    padding: 0.9rem 1.1rem;
}

#naam_fokker_kennel_field .stock_alert_button {
    background-color: var(--wp--preset--color--secondary);
    border-radius: 1rem;
    border-width: 0;
    color: var(--wp--preset--color--base);
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
}


#naam_fokker_kennel_field .stock_alert_button:hover {
    background-color: var(--wp--preset--color--contrast);
    color: var(--wp--preset--color--base);
}

/**
 * verberg "selecteer bank"
 * https://github.com/PuroNL/puro.nl/issues/221
 */
.payment_box.payment_method_mollie_wc_gateway_ideal {
    display: none !important;
}




dl > div {
    display: flex;
    justify-content: flex-start;
}

dl > div > * {
    flex: 1;
}


.cluster {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: var(--puro-cluster-justify-content, flex-start);
    gap: var(--puro-cluster-gap, 1em);
    padding-inline-start: unset;
    list-style-type: none;
}

.cluster--center {
    --puro-cluster-justify-content: center;
}


.below-content .widget .wp-block-social-links svg {
    position: initial;
    stroke: none;
}

.below-content .widget .wp-block-social-links li {
    font-size: inherit;
}

.below-content .widget .wp-block-social-links .wp-social-link svg {
    width: 1em;
    height: 1em;
}

.wp-block-woocommerce-attribute-filter .wc-block-components-checkbox {
    accent-color: #004e3d;
}

.wp-block-woocommerce-attribute-filter .wc-block-components-checkbox svg {
    display: none;
}
