/*
	Theme Name:	Xtra Child
	Theme URI:	http://themeforest.net/user/Codevz/portfolio
	Description:Sample child theme of Xtra theme for customization.
	Author:		Codevz
	Author URI:	http://themeforest.net/user/Codevz
	Template:	xtra
	Version:	1.0
*/
@media screen and (max-width: 767px) {
  .mobile-hide {
    visibility: hidden;
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .desktop-hide {
    visibility: hidden;
    display: none;
  }
}


.summary.entry-summary {
    background: #F8F1E5;
    padding: 15px;
    border-radius: 8px;
}


.woocommerce div.product form.cart .variations select {
    border: 2px solid #c39332;
}

.quantity-up, .quantity-down {
    background: #c39332 !important;
    color: #fff;
}

.codevz-checkout-details {
    background: #F8F1E5;
    padding: 20px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    background: #F8F1E5 !important;
    padding-bottom: 10px;
}

/* Sidebar verwdijderen op cat - kaas */
.tax-product_cat.term-kaas .col.s9.col_not_first.righter,

.tax-product_cat.term-geschenken .col.s9.col_not_first.righter {
    width: 100% !important;
    max-width: 100% !important;
}

.tax-product_cat.term-kaas .sidebar_primary,
.tax-product_cat.term-geschenken .sidebar_primary {
    display: none;
}

.product-categories li:has(a[href*="/product-categorie/kaas/"]),

.product-categories li:has(a[href*="/product-categorie/geschenken/"]) {
    display: none;
}

a.btn {
    background: #000;
    color: #fff !important;
    padding: 8px;
}

@media (max-width: 768px) {
    body.tax-product_cat #page_content .row.clr {
        display: flex;
        flex-direction: column;
    }

    body.tax-product_cat #page_content .sidebar_primary {
        order: 1;
        width: 100% !important;
        max-width: 100% !important;
    }

    body.tax-product_cat #page_content .col_not_first.righter {
        order: 2;
        width: 100% !important;
        max-width: 100% !important;
    }
}