/* Change button color */
.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .wp-block-button__link.add_to_cart_button.ajax_add_to_cart, .wp-block-button__link.add_to_cart_button.wc-block-components-product-button__button {
background: #c7dff4 !important;
color:white !important;
text-shadow: transparent !important;
border-color:#ca0606 !important;
	border-radius: 0px;
  font-weight: bold;
}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover,.wp-block-button__link.add_to_cart_button.ajax_add_to_cart:hover, .wp-block-button__link.add_to_cart_button.wc-block-components-product-button__button:hover {
background: #ec784f !important;
box-shadow: none;
text-shadow: transparent !important;
color:white !important;
border-color:#ca0606 !important;
	border-radius: 0px;
  font-weight: bold;
}


/* Change the default Woo upsells and related products wording */
.single-product #page #woocommerce-wrapper div.product .up-sells > h2 {
	font-size: 0px;
}

.single-product #page #woocommerce-wrapper div.product .up-sells > h2::after {
	content: "Ook iets voor jou?";
	font-size: 1.48832rem;
	font-weight: 400;
}

/* Change the default Woo upsells and related products wording */
.single-product #page #woocommerce-wrapper div.product .related > h2 {
	font-size: 0px;
}

.single-product #page #woocommerce-wrapper div.product .related > h2::after {
	content: "Andere producten";
	font-size: 1.48832rem;
	font-weight: 400;
}


/* Changing border color in Cart page | */
body[class*="woocommerce"] #page .woocommerce-message, body[class*="woocommerce"] #page .woocommerce-info {
    border-top-color: #ec784f;
}
body[class*="woocommerce"] #page .woocommerce-message:before {
    color: #ec784f;
}

body[class*="woocommerce"] #page .woocommerce-info:before {
    color: #ec784f;
}
body[class*="woocommerce"] #page .woocommerce-info {
    background-color: #FFFFFF;
}

/* Change the color of the remove from cart "X" */
body[class*="woocommerce"] #page a.remove {
   color: #C7DFF4 !important;
}

/* Replace red hover background on "X" remove buttons */
body[class*="woocommerce"] #page a.remove:hover {
		color: #ec784f !important;
   background-color: #FFFFFF;
}



/*change heading for crosssells block on cart page */
.woocommerce-cart .cross-sells h2:first-child {
    font-size: 0px !important;
}

.woocommerce-cart .cross-sells h2:first-child:before{
    font-size: 1.44rem !important;
    content: "Snel nog deze er bij?";
}

/*change NAME totaal */
.woocommerce-cart .cart_totals  h2:first-child {
    font-size: 0px !important;
}

.woocommerce-cart .cart_totals h2:first-child:before{
    font-size: 1.44rem !important;
    content: "Totaal";
}

/* Remove cart shipping options text */
.woocommerce-shipping-destination {
    display: none;
}

/* Make WooCommerce pages full width

#woocommerce-wrapper {
	max-width: 100%;
} */

/* Change opacity of header background */
.site-header.alignfull {
background-color: white;	
opacity: 0.9;
	margin-top: 0px;
	padding-bottom: 0px;
		padding-top: 0px;
}


/* Change place site logo  */
.site-header.alignfull .site-branding .site-logo {
		margin-left: -50px;
}


/* Change margin main site 
.site-content .site-main {
		margin-top: -100px;
} */


/* width header
#header .site-branding {
   height:90px;
   width:90px !important;
	background-color: #000000;
}
*/


.post-1658 .wc-block-product-category a.wp-block-button__link{
	background: #c7dff4 !important;
	border-color:#ca0606 !important;
	border-radius: 0px;
  font-weight: bold;
}
.page-id-1658 .wp-block-button__link:not(.has-background):hover{
	background: #ca0606!important;
}

/* Change color of sale indicators | 37502872-hc bb */
body[class*="woocommerce"] #page span.onsale, #content .wc-block-grid .wc-block-grid__product-onsale {
display: none; 
	/*	background-color: #ec784f;
	color: #c7dff4;
	border: none;*/
}

#content .wc-block-grid .wc-block-grid__product-price ins {
	color: #ec784f;
}

/* Change Sale Price Color on Products | 5645713-ZD BB */
ins{
    color: #ec784f !important;
}

