/*
Theme Name:   Biznessapps Marketplace Child
Description:  Biznessapps Marketplace Child Theme
Author:       Starlitdevs
Template:     biznessapps
Author URI:   http://devmahfuz.com
Version:      1.0
*/


.quantity {
	
	display:inline-block!important;
}
.single_product {
    border: 1px solid #c1cccf;
    margin-bottom: 30px;
    text-align: center;
    height: 400px;
}
.summary.entry-summary .btn-default {
   background: #ff9900 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    padding: 15px 70px;
    text-transform: uppercase;
}
.summary.entry-summary .btn-default:hover {
    opacity: .5;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.total_sale_share {
	display:none;
}
#reviews {
	display:none;
}

@media only screen and (min-width: 641px) {
.remodal {
    max-width: 500px;
    text-align: left;
    width: 100%;
}
}