/*------------------------------------------------------------------------------------------------------/
				Brainset SL 
/-------------------------------------------------------------------------------------------------------/

	@version		1.0.114
	@build			21st April, 2020
	@created		13th August, 2019
	@package		BP Plan
	@subpackage		productslist.css
	@author			Brainpies Team <http://brainpies.com>	
	@copyright		Copyright (C) 2019. All Rights Reserved
	@license		GNU/GPL Version 3 or later - http://www.gnu.org/licenses/gpl-3.0.html

/------------------------------------------------------------------------------------------------------*/

/* CSS Document */

.bp-prodlist-container{
  padding-bottom:25px;
  border-bottom: 1px solid #cccccc !important;
}
.bp-padding-bottom-20{
  padding-bottom:20px;
}
.bp-mosaiclist-container{
  min-height: 400px;
}
.bp-mosaiclist-duration {
    font-size: 0.9rem;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 20px;
	margin-top: 15px;
	text-align: center !important;
}
.bp-mosaiclist-title {
  	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: 800;
}
.bp-mosaiclist-desc{
	
}
.bp-mosaiclist-price{
  	font-size: 1.5rem;
	line-height: 1.4;
  	font-weight: 800;
}
.bp-mosaiclist-buynow {
	padding-top: 30px;
	
}
.bp-mosaiclist-button-buynow:hover {
    background-color: #ffffff;
}
.bp-mosaiclist-readall{
	padding-top: 10px;
    padding-bottom: 20px;
}
.bp-mosaiclist-button-readall:hover{
    background-color: #ffffff;
}
.bp-mosaiclist-featured{
	background-color:#ff7e00;
	color:#fff;
	box-shadow: 0 5px 15px rgba(0,0,0,.20);
}
