.product {
	background: #ededed;
	padding: 10px;
	max-width: 300px;
	margin: 0 auto;
	height: 100%;
}
.product_title {
		font-size: 16px;
	line-height: 16px;
	font-weight: 300;
	margin: 5px 0;
}
.product_title a {
	color: #000;
	transition: 0.5s ease all;
}

.product_title:hover a {
	color: #fa8b23;
}

/* .button_buy, .button_detail {
	display: inline-block;
	background: #fa8b23;
	color: #fff;
	padding: 8px 20px;
	border-radius: 3px;
	font-size: 13px;
	transition: 0.5s all ease;
	margin: 5px 0;
	border: 0;
}
.button_buy:hover, .button_detail:hover {
	background: #222;
	color: #fa8b23;
} */

.product_title_h1 {
	font-size: 20px;
	line-height: 20px;
	color: #333;
	margin: 0px;
	font-weight: unset;
	text-transform: none;
}
.productfull {
	background: #ededed;
	border-radius: 3px;
	padding:10px !important;
}
@media (min-width: 400px) {
.prod_price {
float: right;
margin-right: 15px;	
text-align: right;
color: #333;
}
}

.su-shortcodes-loaded .alert.alert-warning {
	padding: 0 !important;
}
.bd-lightbox {
	display: none;
}
.row-flex {
    display: flex;
    flex-flow: row wrap;
}