/*Change Product Price Size*/
.woocommerce span.woocommerce-Price-amount { font-size: 21px; font-weight: bold;}

/*Product Sale Icon Change*/
.woocommerce span.onsale { background: 
	#fff; color: black;
	font-size: .9rem;
	font-weight: 600;
	border-radius: .1rem;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	font-size: .875em;
}

/*Product Sale Icon Change*/
.woocommerce div.product span.onsale { position: absolute;
	left: .3rem;
  top: .3rem;
	width: 2.9rem;
	height: 2.5rem;
  z-index: 1;
}

/*Hides Checkout Bar On Mobile*/
@media (max-width: 1024px) {
    .wp-container-core-group-is-layout-2.wp-container-core-group-is-layout-2 {
        display: none
    }
}

/*Makes Pointer Cursor Over Cart*/
.wc-block-mini-cart__button {
	cursor: pointer; }

/*Makes correct font size when viewing product but it is minimal in cart this is a workaround*/
.woocommerce div.product div.summary {
  font-size: 19px;
} 

/*Carousel Change Title Colour
.jdgm-carousel-title {
    color: #9e3a00;
}
Redundant
*/
/*Needs to be added to hide the Floating Reviews Tab. Why? because for some reason the floating reviews tab makes the review carousel have proper image size
.jdgm-revs-tab-btn[data-style="text"][position="bottom"] {
    left: 50%;
    transform: translateX(-50%);
		display: none;
}
Redundant
*/

/*Makes correct font size when viewing product but it is minimal in cart this is a workaround*/
.woocommerce wc-block-components-product-metadata__description {
  font-size: 19px;
} 

/*Amount of products in cart wasn't showing on homepage. This forces it to show*/
.wc-block-mini-cart__badge {
	background-color: rgb(59, 55, 55);
  color: rgb(255, 255, 255); }

/*Makes "Available on backorder bold*/
.stock { font-size: 23px; font-weight: bold;}

/*Makes the review stars disapear as they were not showing correctly
.crstar-rating-svg{
	visibility: hidden;}*/

/*Makes the review stars disapear as they were not showing correctly
.postid-11 .crstar-rating-svg
{
	visibility: visible;
}*/


/*Changes the woocomerce star colour*/
.woocommerce .star-rating{
	color: #FFD84F;
}

/* adjusts tick colour on verified badge*/
.cr-reviews-slider .cr-review-card .cr-avatar-check{
	background-color: #9E3A00;
}

div.wc-block-grid__product-rating
{
	visibility: hidden
}

/* Change the Cusrev default yellow to the wesbite start yellow theme */
.crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon
{
	    fill: #FFD84F;
}

.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-add
{
	    background-color: #9E3A00;
}
	


	
	
