
/**
* 2011-2022 Helios IT
*
* 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
*
* 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.heliosit.tn for more information.
*
* @author Helios IT
* <contact@heliosit.mobi>
* @copyright  2011-2022 Helios IT
*/

/************************product tab *******************/
.hittab-product-list-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}
.hittab-product {
	position: relative;
}
.hittab-title-product {
	margin-bottom: 100px;
	position: relative;
}
.hittab-product-main .hittab-title-wrapper .hittabs-products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  margin-bottom: 30px;
}
.hittab-title-wrapper .hittabs-products li {
	padding: 5px 15px;
	cursor: pointer;
}
.hittab-title-wrapper .hittabs-products li span {
	color: #777;
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0.5px;
}
.hittab-product,
.tvtab-pagination{
	display: none;
}
.tvtab-pagination-tab {
	position: relative;
}
.tvproduct-image {
	position: relative;
}
.tvproduct-image a {
	text-align: center;
}
.tvproduct-image a img {
	width: auto;
	margin: auto;
}
.hittab-title-wrapper .hittabs-products li:hover, .hittab-title-wrapper .hittabs-products li.active{
	/*border: 1px solid #eeeeee;*/
	background-color: #ffffff;
}

.hittab-title-wrapper .hittabs-products li{
	position: relative;
	padding: 9px 14px;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	border: 1px solid transparent;
	margin: 0 8px;
	padding: 5px 15px;
	cursor: pointer;
}
@media(max-width: 991px) {
	.hittab-product-main .hittab-title-wrapper .hittabs-products {
		display: block;
		text-align: center;
	}
	.hittab-title-product {
		margin-bottom: 50px;
	}
}