/*
Theme Name:     Flying Wines Child Theme
Theme URI: 		http://brivaglobal.com
Description:    Child theme licensed to Briva. Programming by Briva.
Author:         Briva Global
Theme URI: 		http://brivaglobal.com
Template:       jupiter
Version:        4.x Licensed to Briva
*/


/* CUSTOM CODE STARTS HERE */

/*Footer Columns*/
.brv-footercolumn-left {
	float: left; width: 80%;
}
.brv-footer-column-right{
	float: right;
	width: 20%;
	text-align: right;
}
.brv-footer-column-center{
	display: inline-block;
	width: 60%;
	text-align: center;
}

/*FORCE FOOTER CONTAINER TO HEIGHT*/
#sub-footer {
	padding: 25px 0 25px 0!important;
}
.mk-footer-copyright {
	opacity: 1 !important;
	font-size: 13px !important;
	float: none !important;
	text-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
}
/*BRV Price from Red to Black*/
.mk-single-product .mk-single-price {
  color: #000000!important;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* BRV Force height of product to align to top */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
 min-height: 440px!important;
}