/*
Theme Name: Woo360 Child Theme
Theme URI: http://madwire.com
Version: 1.7.4
Description: An example child theme that can be used as a starting point for custom development.
Author: Madwire
template: bb-theme
*/


.end-tax::after {
	content: "";
	clear: both;
	display: table;
}
.row-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin: 15px -15px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.row-flex .col {
	width: 100%;
	padding: 0 15px;
}
.aligned-flex {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
h3.woocommerce-loop-product__title {
	padding: .5em 0;
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
	letter-spacing: 0px;
	text-align: center;
}
@media all and (max-width: 700px) {
	.row-flex {
		display: block;
	}
}

footer .fl-menu a {
	display: inline-block;
}

.cart {
	position: relative;
}

/* .cart .quantity {
    position: absolute;
    top: 30px;
    right: 100px;
}

.cart .single_add_to_cart_button {
	position: absolute !important;
    right: 10px;
    top: 30px;
} */