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

.evoproducthome {
	margin-bottom: 3.75rem;
}

body:not(.shop_pro) .JSdatas .featured-products {
	max-width: 1200px;
	margin: auto;
}

.evoproducthome .JSlisttab {
	gap: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: unset;
}

.evoproducthome .nav-tabs .nav-item {
	display: flex;
	align-items: center;
	width: 100%;
}

.evoproducthome .nav-tabs .nav-item a {
	font-family: "Teko", sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	letter-spacing: 1.14px;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #ddd;
	height: 50px;
	transition: all 0.25s ease-in-out;
	color: #727272;
}

.evoproducthome .nav-tabs .nav-item a .JStab--name svg {
	fill: #727272;
}

.evoproducthome .nav-tabs .nav-item a:not(.active):hover,
.evoproducthome .nav-tabs .nav-item a:not(.active):focus{
	border-color: #727272;
}

.evoproducthome .nav-tabs .nav-item a.active {
	border-color: #e4262a;
	background: #e4262a;
	color: #fff;
}

.evoproducthome .nav-tabs .nav-item a.active .JStab--name svg {
	fill: #fff;
}

.evoproducthome .JStab .JStab--name {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 100%;
}

@media (min-width: 768px){
	.evoproducthome {
		margin-bottom: 80px;
	}

	.evoproducthome .JSlisttab {
		gap: 0;
	}

	.evoproducthome .nav-tabs .nav-item {
		width: auto;
	}

	.evoproducthome .nav-tabs .nav-item a {
		border: 0;
		height: 40px;
		min-width: 222px;
		border-bottom: 1px solid transparent;
		border-radius: 0;
	}

	.evoproducthome .nav-tabs .nav-item a.active {
		background: none;
		color: #e4262a;
	}

	.evoproducthome .nav-tabs .nav-item a.active .JStab--name svg {
		fill: #e4262a;
	}

	.evoproducthome .JStab .JStab--name {
		font-size: 16px;
		line-height: 20px;
	}
}
