/* 
Theme Name: Compass Digital Theme
Theme URI: https://compassdigital.nl/
Description: Compass Digital theme
Author: Mark Kokkelkoren
Template: hello-elementor
Version: 1.0.1
Text Domain: compass-digital-child
*/

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	font-size: 12px;
}

/* PRICE */
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #0a0a0a;
}

.woocommerce-variation-add-to-cart {
	margin-top: 20px;
}

/* WOOCOMMERCE NOTICES */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background: var( --e-global-color-c48a6ae );
	margin: 0;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    color: var( --e-global-color-primary );
    border-top: 3px solid var( --e-global-color-primary );
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
	line-height: 2.5em;
}

.woocommerce-message::before {
	color: background: var( --e-global-color-accent );
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
	background: var( --e-global-color-accent );
	color: #ffffff;
	padding: 15px 45px 15px 45px;
	border-radius: 30px;
}

/* BADGES */
.products .acoplw-badge-icon {
	z-index: auto;
}

/* SMARTCRAWL */
.smartcrawl-breadcrumbs, .smartcrawl-breadcrumbs a {
	color: var( --e-global-color-primary )!important;
	font-size: 14px!important;
	font-family: "Roboto", Sans-serif;
}

/* Mini Cart */
.elementor-menu-cart__main {
	width: 450px;
}

/* TABS */
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-Reviews-title {
	display: none;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
	border-top: none!important;
	padding: 0!important;
}

/* WOOCOMMERCE ADDITIONAL INFORMATION */
.woocommerce table.shop_attributes {
	padding: 5px 0!important;
}

.woocommerce table.shop_attributes th {
	text-align: left;
	width: 50%;
}

.woocommerce table.shop_attributes td {
	font-style: normal;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th, table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
	background: transparent;
}

.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes, .woocommerce table.shop_attributes th {
	border: 0;
}

.woocommerce table.shop_attributes td {
	vertical-align: inherit;
}

.posted_in {
	display: none!important;
}

.woocommerce table.shop_attributes th  {
	padding: 5px 0;
}

.woocommerce table.shop_attributes td p {
	padding: 0;
}

/* CART TABLE */
.woocommerce table.cart td {
	padding: 5px 0!important;
}

/* FILTERS */
.product-categories, .woocommerce-widget-layered-nav-list, .count {
	font-size: 13px;
}

.mobile-nav a {
	font-size: 16px!important;
}

.count {
	float: right;
}

.product-categories a, .woocommerce-widget-layered-nav-list a {
	color: #0a0a0a;
}

.product-categories a:hover, .woocommerce-widget-layered-nav-list a:hover {
	font-weight: 600;
}

.widget_product_categories .product-categories ::marker {
	color: transparent;
}

/* CHECKOUT BUTTON */
:root :where(.wp-element-button, .wp-block-button__link) {
	background: var( --e-global-color-secondary );
}

/* WOOCOMMERCE QUANTITY */
input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}

ul.product-categories {
	list-style-type: none;
	margin-left: -40px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background: #0090E3;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background: #0090E3;
}

/* ADD-TO-CART */
.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart {
	margin: 30px 0;
}

.woocommerce .quantity .qty {
	width: auto;
}

/* CART & CHECKOUT */
.wp-block-woocommerce-cart {
	margin: 0;
}

.wc-block-components-button__text {
	background: var(--e-global-color-secondary);
	width: 100%;
	border-radius: 10px;
	padding: 10px 20px;
	color: var(--e-global-color-text);
	font-weight: var(--e-global-typography-secondary-font-weight);
	font-family: var(--e-global-typography-secondary-font-family);
}