/**
* 2007-2017 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-2017 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.
*/
.jashtabhomeproducts-wrapper{
    padding: 1.5rem 0;
}
.jashtabhomeproducts-wrapper .title-h2{
	text-align: center;
	margin: 0;
	position: relative;
	z-index: 1;
	font-weight: 400;
	line-height: 1.9rem;
	display: inline-block;
    width: 100%;
    font-size: 2.4rem;
    color: #253237;
}
.jashtabhomeproducts-wrapper .tab ul {
    text-align: center;
    margin: 1.2rem 0 3rem;
}
.jashtabhomeproducts-wrapper .tab ul .tablinks.active {
    color: #012E41;
    position: relative;
}
.jashtabhomeproducts-wrapper .tab ul .tablinks.active::before{
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    background: var(--c-primary-darker);
    left: 0;
    bottom: -5px;
}
.jashtabhomeproducts-wrapper .tab ul .tablinks{
    display: inline-block;
    vertical-align: top;
    line-height: 1.8rem;
    font-size: 1.4rem;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0 1.8rem;
    cursor: pointer;
}
.jashtabhomecontent .jashtabcontent{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.jashtabhomeproducts-wrapper .jashtabcontent{
    display: none;
    opacity: 0;
    visibility: hidden;
}
.jashtabhomeproducts-wrapper .jashtabcontent.active-tab{
    display: flex;
    opacity: 1;
    visibility: visible;
}