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

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}



	
	
.product-info .product-info-stock-sku .stock.available, .product-info .product-info-stock-sku .stock.unavailable {
    font-weight: 700;
}

.product-info .stock.available, .product-info .stock.unavailable {
    display: inline-flex;
    align-items: center;
}
.product-info .stock.available {
    display: inline-block;
    text-decoration: none;
    color: #67aa3c;
	float: right;
}


.product-info-stock-sku {
	width: 50%;
    float: right;
    margin: 10px 0 15px;
}
	
	
	

.delivery-section {
	font-size: 15px;
    font-weight: 500;
    margin: 10px 0 15px;
    width: 100%;
    color: #67aa3c;
    display: inline-block;
    text-decoration: none;
	width: 50%;
	float:left
}
	
	
	.clear-float {
		clear: both;
		
	}
	
	
@media only screen and (max-width: 767px) {
	.product-info-stock-sku {
		width: 100%;
		float:none;
	}

	.delivery-section {
		width: 100%;
		float: none;
	}

	.product-info .stock.available {
		float: none;
	}
}
