
body.home h1.entry-title {
	display:none !important;
}

/*** Woocommerce ***/
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
	background-color:#20a814 !important;
}

body.logged-in .is_anonymous {
	display:none !important;
}

.page-template-template-fullwidth-php .woocommerce-MyAccount-content {
	margin-right:0!important;
}
.page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {
	float:left !important;
	margin-right: 4.347826087% !important;
}

/* Flexbox on WooCommerce archive products */
.woocommerce .products ul,
.woocommerce ul.products {
 display: flex !important;
 flex-flow: row wrap !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
 display: flex !important;
 flex-flow: column nowrap !important;
}

.woocommerce ul.products li.product .button {
 margin-top: auto !important;
 display: table !important;
}
/** end flexbox **/





/********************************/
/*** WOO***/
/********************************/

/*** BREADCRUMBS ***/
.woocommerce .woocommerce-breadcrumb {
	font-size: 16px;
	font-weight: bold;
	color: #222;
}
/*** BREADCRUMB LINKS ***/
/*** CHANGE COLORS ON THE FILTER DROPDOWN ***/
select.orderby { /* woocommerce class is purposely left off so other dropdowns can match but you can add it if you prefer */
	padding-left: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
}
/*** SINGLE GRID ITEM STYLING ***/
.woocommerce ul.products li.product {
	text-align: center; /* centers titles and prices */
	padding: 1.5em 1em; /* adds space around entire product */
	transition: all 0.2s;
	-moz-transition: all 0.2s; 
	-webkit-transition: all 0.2s; 
}
.woocommerce ul.products li.product:hover {
	background: #fff; /* changes background color on hover */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); /* adds shadow on hover */
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 0 10px 0px rgba(0, 0, 0, 0.1);
}
/*** CHANGE COLOR ON SINGLE GRID AND RELATED PRODUCTS (THIS IS WHERE YOU CAN CHANGE THE FONT SIZE TOO IF YOU WANT) ***/
.entry-content h2 {
	margin-top:0 !important;
}
h2.woocommerce-loop-product__title,
.product .related h2 {
	color: #000; /* change color of product titles */
}
/*** ADD TO CART BUTTON ***/
.woocommerce ul.products li.product .button {
	display: inline-block;
	box-shadow: none;
	background: #333;
	color: #fff;
	font-size: 16px;
	padding: 8px 12px;
	margin-bottom: 0.5em;
	transition: all 0.2s;
	-moz-transition: all 0.2s; 
	-webkit-transition: all 0.2s; 
	
}
.woocommerce ul.products li.product .button:hover {
	background: #963d84;
	color:#fff;
}
/*** CENTER STAR RATING AND MAKE STARS BIGGER ***/
.woocommerce ul.products li.product .star-rating {
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
}
/*** CHANGE STAR COLOR FROM THEME COLOR ***/
.woocommerce .star-rating span::before {
	color: #ffa500;
}
/*** CHANGE PRICE SIZE ON GRID AND RELATED PRODUCTS ***/
.woocommerce ul.products li.product .price, 
.woocommerce ul.products li.product .price del, 
.woocommerce-page ul.products li.product .price, 
.woocommerce-page ul.products li.product .price del {
	font-size: 18px;
}
/*** CENTER SALE BADGE AND CHANGE COLORS ***/
.woocommerce span.onsale, 
.woocommerce-page span.onsale {
	background: #FFA500;
	color: #fff;
	letter-spacing: 2px;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
/*** GET RID OF BLACK LINE UNDER IMAGE ***/
.woocommerce ul.products li.product img {
	border: 3px solid #fff; /* adds border around image and is optional */
	box-shadow: none;
	text-decoration: none;
	max-height: 204px;
	width: auto;	
}

a.woocommerce-LoopProduct-link, a.woocommerce-loop-product__link,
a.woocommerce-LoopProduct-link:hover, a.woocommerce-loop-product__link:hover,
a.woocommerce-LoopProduct-link:focus, a.woocommerce-loop-product__link:focus {
	box-shadow: none;
	outline: 0;
}
/*** REMOVE/CHANGE COLOR BEHIND PRICE ***/
.woocommerce ul.products li.product span.price ins {
	background: transparent; 
}

body.woocommerce-account.woocommerce-orders .woocommerce {
	display: flex;
	flex-direction: column;
	
}
body.woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-navigation {
	width: 100%;
	order: 2;
}
body.woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
}
body.woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content {
	width: 100%;
	order: 1;
}

.col-sm-6 {
    width: 50%;
}
.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 {
    float: left;
}

i.fab {
	color:#81ae44;
}

i.fa-envelope:after {
	color:#000;	
	content: "E-mail naar client";
	display:block;
	font-family: "Source sans pro";
	font-size:14px;
}

i.fa-copy:after {
	color:#000;	
	content: "In klembord";
	display:block;
	font-family: "Source sans pro";
	font-size:14px;
}

i.fa-save:after {
	color:#000;	
	content: "Opslaan in mijn account";
	display:block;
	font-family: "Source sans pro";
	font-size:14px;
}

#wcssc-share-cart.button {
	width:100% !important;
	font-size: 1.41575em;
}

#wcssc-share-box form,
#wcssc-share-box .sharebox-div,
#wcssc-share-box .input-text {
	width: 100%;
}
