/**
* 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.
*/

#productBenefitContainer {
	padding: 50px 0 50px;
}

#productBenefitContainer .main-template {
	margin-bottom: 0;
}

.owl-carousel .owl-item .benefit-block img {
	width: 300px;
    height: auto;
    border-radius: 200px;
    margin: 0 auto;
}

.benefit-block {
	text-align: center;
}

.benefit-title {
	font-family: 'GroteskPro-Book';
    font-size: 12px;
    letter-spacing: 1px;
	margin: 40px 0 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.benefit-content p {
	font-family:'GroteskPro-Regular';
    font-size: 16px;
    line-height: normal;
	margin-bottom: 0;
	padding: 0 20px;
}

.benefit-content a {
	font-family: 'GroteskPro-SemiBold';
}

.feature-title {
	font-size: 24px;
    line-height: 26px;
    font-family: 'Quincy-Cf';
	padding: 0 20px;
    margin-bottom: 10px;
}

#productBenefitContainer .owl-dots {
	text-align: center;
	margin-top: 20px;
}

.bnft-hdr-blk .ttl{
	font-family: 'GroteskPro-Bold';
	font-size: 16px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}
.bnft-hdr-blk .dsc{
	font-family:'Quincy-Cf';
	font-size: 23px;
	line-height: 34px;
	text-align: center;
}
.bnft-hdr-blk .dsc span{
	font-family:'Quincy-Cf-Italic';
	font-size: 23px;
	line-height: 34px;
}
.bnft-hdr-blk{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 70px;
}
.prdbnftblk .owl-carousel .owl-item .benefit-block img{
	border-radius: 0px;
}
.prdbnftblk .benefit-content{
	margin-top: 30px;
	font-size: 16px;
	line-height: 24px;
	font-family:'GroteskPro-Book';
}


/* Most of the Smartphones Mobiles (Portrait) */
@media (min-width: 320px) and (max-width: 480px) {
	.feature-title {
		padding-left: 25px;
		padding-right: 25px;
	}
	.benefit-content p {
		font-family: 'GroteskPro-Light';	
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0px;
	}
	.benefit-content p span{
		font-family: 'GroteskPro-Light';	
		font-size: 16px;
		line-height: normal;
	}
	.benefit-content{
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 768px) {

	.benefit-content p {
		font-size: 16px;
		line-height: 24px;
	}
	
	#productBenefitContainer {
		padding-top: 80px;
	}

	#productBenefitContainer.gifting-container {
		padding-bottom: 180px;
	}

	.benefit-content p span{
		font-family: 'GroteskPro-Light';	
		font-size: 16px;
		line-height: 1.4;
		padding: 0;
	}

	.feature-title {
		padding: 0;
	}

	.bnft-hdr-blk .ttl{
		margin-bottom: 40px;
	}

	.bnft-hdr-blk .dsc{
		font-family:'Quincy-Cf';
		font-size: 28px;
		line-height: 34px;
		text-align: center;
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
	}

	.bnft-hdr-blk .dsc span{
		font-family:'Quincy-Cf-Italic';
		font-size: 28px;
		line-height: 34px;
		text-align: center;
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
	}

	.owl-carousel .owl-item .benefit-block img {
		width: 100%;
	}

	.bnft-hdr-blk{
		margin-bottom: 110px;
	}
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	

}

@media (min-width: 1200px) {

	.feature-title {
		padding: 0 20px;
	}
	.benefit-content p span{
		font-family: 'GroteskPro-Light';	
		font-size: 16px;
		line-height: 1.4;
	}
	.benefit-content p {
		padding: 0 20px;
	}
}