/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.promocontainer{
	padding:20px;
}

.promo-details{
	width:100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    text-align:center;
	margin:0 auto;
}

.promo-details img{
	max-height: 100%;
	max-width: 100%;
}

.modal-fitter-mbl .promo-details {
	min-height: 250px;
}

.promo-bra-bundle-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.promo-bra-bundle-title {
	font-size: 34px;
	line-height: 34px;
	font-family: 'Quincy-Cf';
	color: #b58069;
}

.promo-bra-bundle-title span {
	font-size: 34px;
	line-height: 34px;
	font-family: 'Quincy-Cf-Italic';
	color: #b58069;
}

.promo-bra-bundle-details {
	font-size: 18px;
	line-height: 28px;
	font-family: 'GroteskPro-SemiBold';
	color: #b58069;
	margin: 0;
}

.promo-bra-bundle-info {
	margin-top: 80px;
    margin-bottom: 0;
    font-family: 'GroteskPro-SemiBold';
    font-size: 12px;
}

.promo-btn-container {
	padding-left: 40px;
	padding-right: 40px;
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
}

.promo-btn-container .btn-outline-black {
	background: #fff;
	width: 170px;
	margin: 0px auto 0;
	display: table;
}

.promo-btn-container .btn-outline-black a {
	display: table-cell;
    vertical-align: middle;
}

.promo-bra-bundle-link {
	font-size: 12px;
    font-family: 'GroteskPro-SemiBold';
    border-bottom: 1px solid;
}

.promo-bra-bundle-content{
	background: #f5ece6;
}

.promo-filler{
	display: none;
}

.article-products-subdiv article.article-products{
	padding:0px;
}

.live-text-cont{
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
	max-width: 250px;
	width: 100%;
}

.live-text-desc{
	font-family:'Quincy-Cf';
	font-size: 30px;
	line-height: 36px;
	color: #fff;
}

.live-text-subtext{
	margin-top:50px;
	color: #fff;
	font-size: 14px;
	font-family:'GroteskPro-SemiBold';
	border-bottom: 1px solid #fff;
	width: 100%;
	max-width: 110px;
	margin: 50px auto 0px auto;
}

.article-products-subdiv article.promotiles{
	margin-bottom: 80px;
}

@media (min-width: 576px) {
	.promo-filler{
		height: 100px;
		display: block;
	}
}

@media (min-width: 768px) {

	.promo-filler{
		height: 165px;
		display: block;
	}
	
	.article-products-subdiv.filter-on .promo-filler{
		height: 120px;
	}

	.promo-bra-bundle-content{
		padding-top: 20px;
	}

	.article-products-subdiv.filter-on .promo-bra-bundle-content{
		max-height : 253px;
		overflow: hidden;
		margin-bottom: 80px;
	}

	.promo-btn-container {
	    padding-left: 0px;
	    padding-right: 0px;
	}

	.article-products-subdiv article.promotiles{
		margin-bottom: 90px;
	}

	.live-text-cont{
		max-width: 200px;
		width: 100%;
	}

	.live-text-desc{
		font-size: 22px;
		line-height: 28px;
	}

}

@media (min-width: 992px) { 

	.article-products-subdiv.filter-on .promo-bra-bundle-content{
		max-height : 233px;
		min-height : 233px;
		overflow: hidden;
		margin-bottom: 80px;
	}
	.promo-filler{
		height: 80px;
		display: block;
	}
	.article-products-subdiv article.promotiles {
		margin-bottom: 100px;
	}
}

@media (min-width: 1200px) { 

	.live-text-desc{
		font-family:'Quincy-Cf';
		font-size: 30px;
		line-height: 36px;
		color: #fff;
	}
	
	.live-text-subtext{
		margin-top:50px;
		color: #fff;
		font-size: 14px;
		font-family:'GroteskPro-SemiBold';
		border-bottom: 1px solid #fff;
		width: 100%;
		max-width: 110px;
		margin: 50px auto 0px auto;
	}

	.promo-filler{
		height: 160px;
		display: block;
	}

	.article-products-subdiv.filter-on .promo-bra-bundle-content{
		max-height : 336px;
		min-height: 336px;
		overflow: hidden;
		margin-bottom: 80px;
		padding-top: 30px;
	}

	
	.live-text-cont{
		max-width: 250px;
		width: 100%;
	}


}

