/**
* 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.
*/
.container.product-features-container{
	background: #F3E9DC;
	padding-top: 0;
}
.tab-product-features .tabs{
	background: none;
	box-shadow: none;
	padding: 0;
    margin: 0;
}
.tab-product-features .tabs .nav-tabs .nav-link.active, .tab-product-features .tabs .nav-tabs .nav-link:hover{
	border-bottom: 2px solid #000;
}
.tab-product-features .nav-tabs .nav-item.open .nav-link, .tab-product-features .nav-tabs .nav-item.open .nav-link:focus, .tab-product-features  .nav-tabs .nav-item.open .nav-link:hover, .tab-product-features .nav-tabs .nav-link.active, .tab-product-features  .nav-tabs .nav-link.active:focus, .tab-product-features   .nav-tabs .nav-link.active:hover{
	background: #F3E9DC;
}
.tab-product-features .tabs .nav-tabs{
	border-bottom: none;
}
.tab-product-features .tabs .nav-tabs .nav-link, .tab-product-features .tabs .nav-tabs .nav-link.active{
	color: #000;
	padding: 0;
}
.product-features-text{
	min-height: 100px;
}
.tab-product-features .nav-link{
	font-family: Grotesk-semi;
	font-size: 20px;
}
.tab-product-features .nav-item{
	padding-right: 20px;
}
.product-features-text{
	font-family: Grotesk-book;
	font-size: 20px;
}
.tab-product-features-container-left{
	margin: 0 0 40px
}
.product-features-container .owl-dots{
	margin-top: 25px;
	margin-left: -5px;
}
.feat-heading{
	font-family: Grotesk-semi;
	font-size: 17px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    display: inline-block;
}
.feat-text, .feat-text p{
	font-family: Grotesk-book;
    font-size: 17px;
    line-height: 25px;
	margin-bottom: 0;
}
.featureImg2 {
	margin-top: 0;
}
.product-features-heading {
	font-family: Gothic-med;
	font-size: 20px;
	line-height: 22px;
}
.product-features-container .product-description-short p {
	padding: 0;
}
.product-features-container .feature-padding {
	padding: 30px 15px;
}
.feat-divider-container{
	padding: 0 20px;
}
.feat-divider {
	border-bottom: 1px solid #000;
}
.first-feat {
	padding: 0;
}
.product-features-container .owl-dots .owl-dot span {
	margin: 0 7px;
}
.product-features-container .featured-main-container {
	padding: 30px 15px 0;
}

.container.product-features-container {
	margin-bottom: 0;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.product-features-container .owl-dots {
		margin-top: 40px;
	}
	.tab-product-features-container-right {
		margin: 0 0 35px;
	}
	.product-features-container .tab-product-features-container-left {
		margin: 50px 0;
		padding: 0;
		/* position: absolute; */
		/* bottom: 0; */
	}
	.tab-product-features-container-left .featureTxt2 {
		position: absolute;
		bottom: 0;
		padding-right: 30px;
	}
	.featureImg2 {
		margin-top: 70px;
	}
	.feat-heading {
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	.product-features-heading {
		margin-bottom: 30px;
	}
	.feat-divider-container {
		display: none;
	}
	.product-features-container .feature-padding {
		padding-top: 0;
	}
	.first-feat {
		position: relative;
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.container.product-features-container{
		padding-top: 120px;
	}
	.feat-heading{
		font-size: 20px;
	}
	.feat-text, .feat-text p{
		font-size: 20px;
		line-height: 26px;
	}
}