
/* Barra on the bottom of product - woocommerce */

.fixed_price_bar {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: #f5f5f5;
	z-index: 9999;
	color: #000;
	border-top: 2px solid #dadada;
	
	
	width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    display: inline-block;
}

.Grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
    list-style: none;
    margin: 0;
    padding: 0;
}
.flex_middle {
	align-items: center;
}

.Grid-cell {
    -webkit-box-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
}
.Grid_price_bar  {
	height: 80px;
	width: 100%;
}
.Grid_price_bar .Grid-cell h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 1.800rem;	
}
.Grid_price_bar .Grid-cell a.read-more.black_bt {
	margin-bottom: 0px;
	margin-left: 30px;	
}
.bar_price {
	font-size: 15px;
}
.bar_fade {
	-webkit-transition: all .5s;
	transition: all .5s;
	-moz-transition: all .5s;
	opacity: 0;
}

.bar_fade.visible{
	opacity: 1;
}
@media (max-width: 780px) {
	 .bar_fade {
	 	display: none;
	}
}

.sold_out {
	background: #fde4ca;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #272727;
    position: absolute;
    top: 0px;
    right: 0;
    line-height: 14px;
    padding: 17px 1px 1px;
    text-transform: uppercase;
    font-size: 12px;
   }

.sold_out_page {
	background: #fde4ca;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #272727;
    line-height: 14px;
    padding: 17px 1px 1px;
    text-transform: uppercase;
    font-size: 12px;
}

@media (min-width: 780px) {
	.template_request_cont {
		max-width: 50%;
	}
}