/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


.woocommerce-cart .shop_table .shop_table_responsive th {
    background-color: transparent;
}

.brxe-section.header-1-section-2 {
    border-top: 2px solid var(--bricks-color-tdkgvo);
    border-bottom: 2px solid var(--bricks-color-tdkgvo);
    background-color: transparent !important;
}

.brxe-section.header-1-section-2 .brxe-container.container .brxe-nav-nested.nav-menu .brxe-block.navitems.brx-nav-nested-items {
    color: #000 !important;
}

#brxe-bpzomj .bricks-mini-cart-close > * {
    font-size: unset !important;
}

/* Dynamic front page */
.bg-secondary, .bg-faded-secondary {
    background-color: #f6f9fc !important;
}

@media (min-width: 768px) {
    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important;
    }
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

@media (min-width: 1280px) {
    .pb-xl-2, .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
}

@media (min-width: 1280px) {
    .pt-xl-2, .py-xl-2 {
        padding-top: 0.5rem !important;
    }
}
@media (min-width: 1280px) {
    .container, .page-template-default.page #comments, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1260px;
    }
}
@media (min-width: 1280px) {
    .container, .page-template-default.page #comments {
        max-width: 1260px;
    }
}
.container, .page-template-default.page #comments {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.align-items-center {
    align-items: center !important;
}

.row {
    display: flex
;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 1280px) {
    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important;
    }
}

@media (min-width: 1280px) {
    .order-xl-2 {
        order: 2;
    }
}
@media (min-width: 1280px) {
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

.cz-carousel {
    position: relative;
}

.cz-carousel .js-slick-carousel {
    position: relative;
    touch-action: manipulation;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.products .product.type-product img {
    width: 252.5px;
    height: 190px;
    object-fit: cover;
}

.products .product.type-product h5.dynamic {
    font-size: 1em !important;
    font-weight: 400;
    min-height: 100px;
    max-height: 100px;
    max-width: 252.5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products .product.type-product h2.woocommerce-loop-product__title {
    font-size: 1em !important;
    font-weight: 400;
    min-height: 100px;
    max-height: 100px;
    max-width: 252.5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.woocommerce .button {
    margin-top: 10px;
    font-weight: 500;
}

.woocommerce-checkout label {
    cursor: unset !important;
}

.woocommerce-checkout .hide-logged-in label .optional, .woocommerce-checkout .hide-logged-in label .required {
    display: none;
}

.single-product .summary .price {
    margin-bottom: 0px !important;
}

.single-product .summary .questcontrol-staffelprijs {
    font-weight: 700;
    margin-bottom: 10px !important;
}

.qc-quantity-buy-wrapper {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.single-product .summary .stock.in-stock {
    color: #116f22 !important;
}

.qc-quantity-buy-wrapper .button {
    min-width: unset !important;
    margin-top: 0px !important;
    background-color: #116f22 !important;
    color: white  !important;
    transition: all 200ms ease;
    padding: 7px 16px !important;
}

.qc-quantity-buy-wrapper .button:hover {
    background-color: #076518 !important;
}

:where(.brxe-form) .message.success {
    color: #000;
}

.button {
    border-width: 1px !important;
    border: 1px solid var(--bricks-color-tdkgvo);
    border-radius: 15px;
}

.um .um-field-label {
    display: flex !important;
    color: #000 !important;
}

.um-field-label label {
    color: #000 !important;
}

.um span.um-req {
    color: red !important;
}

.subcategory-link:hover {
    text-decoration: underline;
}

.subcategory {
    padding-bottom: 5px;
}

@media (min-width: 1280px) {
    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important;
    }
}
@media (min-width: 1280px) {
    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important;
    }
}
.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
@media (min-width: 1280px) {
    .order-xl-1 {
        order: 1;
    }
}
@media (min-width: 1280px) {
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .order-md-2 {
        order: 2;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
}
.text-center {
    text-align: center !important;
}
@media (min-width: 768px) {
    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
}
.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}
@media (min-width: 992px) {
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
}
@media (min-width: 992px) {
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
}
@media (min-width: 768px) {
    .order-md-1 {
        order: 1;
    }
}