/**
Theme Name: ndg-core
Author: Alex Godijn
Author URI: https://ndgmedia.nl
Description: Child theme for Astra. Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ndg-core
Template: astra
*/

/* MAIN */

a:hover {
	color: #d82530 !important;
}
/* BUTTONS */

.button {
	font-size: 12px !important;
	color: #D82530 !important;
	background-color: transparent !important;
}
a.button {
	margin-top: 12px !important;
	color: #D82530 !important;
}
a.button:hover {
	color: white;
}
.button:hover {
	color: white !important;
	background-color: #D82530 !important;
}
.elementor-button-text:hover {
	color: white !important;
}
.checkout-button:hover {
	color: white !important;
}
.elementor-button-link a:hover {
	color: white !important;
}
/* PRODUCTS */

.woolentor-recently-view-content {
	border: 0;
}
.ast-col-sm-12 {
	border: 0 !important;
}
.ast-col-sm-12:hover {
	border-bottom: 2px solid #D82530 !important
}
.wlsingle-categorie {
	border: 0;
}
.product-type-simple {
	background-color: white !important;
}
.product {
	background-color: transparent !important;
}
.woolentor-recently-view-content {
	background-color: transparent;
}
.page-numbers a:hover {
	color: white !important; 
}
.single_add_to_cart_button {
	border-color: #D82530 !important;
	color: #D82530 !important;
}
.single_add_to_cart_button:hover {
	background-color: #D82530 !important;
	border-color: #D82530 !important;
	color: white !important;
}
/* HOMEPAGE PRODUCTS */

.ht-product-content {
	background-color: transparent !important;
}
.ht-product-inner:hover {
	box-shadow: none !important;
	border-bottom: 2px solid #D82530 !important;
}

/* FA icons */
.elementor-social-icon {
	 background-color: transparent !important;
}

/* CATEGORY SHOP */

.slick-arrow {
	border: none !important;
}
.ht-category-content h3 {
	font-size: 16px !important;
}
.ht-category-wrap .ht-category-image a.ht-category-border::before {
	border: none !important;
}

/* FORM */
.wpforms-submit {
	background-color: #D82530;
	padding-left: 25px;
}

/* footer */

.widget_block {
	margin-bottom: .8em;
}

/* COOKIES */

.cli_settings_button {
	background-color: transparent !important;
	color: white !important;
}
.cli_settings_button:hover {
	background-color: transparent !important;
	color: white !important;
	border: 1px solid white;
}
.wt-cli-accept-all-btn:hover {
	background-color: white !important;
}
.wt-cli-privacy-accept-btn {
	background-color: transparent !important;
	border: 1px solid rgb(216, 37, 48) !important;
	color: black !important;
}