/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/



/*************** ADD CUSTOM CSS HERE.   ***************/
/* Billing details section */ 
/* Additional information section */
.woocommerce-additional-fields, .woocommerce-billing-fields {
  background-color: #fff !important;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  padding: 20px;
  margin-bottom: 20px;
	margin-right: 8px; 
}

/* order review */
 .woocommerce-checkout .large-5 {
  background-color: #fff !important;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  height: 100%;
  
}
.woocommerce-checkout .large-5 .has-border{
	border: 0px !important;
	
}

body.page-id-16 #main{
	background-color: #F4F4F4;
}
.checkout-page-title{
	background-color: #fff;
}
.checkout-page-title .page-title-inner{
	padding: 10px !important;
}


p.product-title a{
	color: #000 !important;
}

.product_meta span.tagges_as{
	display: none !important;
}

.variation-availability .in-stock {
    color: #7a9c59;
    font-weight: bold;
}
.woocommerce-variation-availability .out-of-stock{
	display: none !important;	
}

#size-guide-jersey{
	color: red;
	text-decoration: underline;
	cursor: pointer;
}