<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * 2007-2021 PrestaShop SA and Contributors
 *
 * 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 &lt;contact@prestashop.com&gt;
 * @copyright 2007-2021 PrestaShop SA and Contributors
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 * International Registered Trademark &amp; Property of PrestaShop SA
 */

#tab-homeproducts {
	z-index: 1;
	position: relative;
}
#tab-homeproducts .tab-content &gt; .tab-pane {
	opacity: 0;
}
#tab-homeproducts .tab-content &gt; .tab-pane.active {
	opacity: 1;
}
.hometab-products.active &gt; .tab-products-owl {
	display: block;
}
.hometab-products &gt; .tab-products-owl {
	display: none;
}
#tab-homeproducts .tab-content {
	position: relative;
}
.hometab-products {
margin-left: -7.5px;
margin-right: -7.5px;
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.hometab-products.active, #tab-homeproducts .tab-content &gt; .tab-pane.active {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
-js-display: flex;
display: flex; 
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
#tab-homeproducts ul.nav-tabs {
	list-style: none;
	overflow-x: visible;
	overflow-y: visible;
	margin: 0 auto;
	width: 100%;
	border-bottom:0;
	text-align:center;
}
#tab-homeproducts .tab-content {
	padding-top: 20px;
}
#tab-homeproducts li.tab-homeproduct a {
	color: #000;
	width: 100%;
border: 1px solid rgba(0, 0, 0, 0.1);
background:#fff;
}

#tab-homeproducts.auto_tab ul.nav-tabs { border-bottom: 1px solid #efefef;}
#tab-homeproducts.auto_tab li.tab-homeproduct { padding:0 20px; border-bottom:2px solid transparent;}

#tab-homeproducts.auto_tab li.tab-homeproduct.selected { border-bottom: 2px solid #90C322;}
#tab-homeproducts.full_tab li.tab-homeproduct a { padding:12px 15px; background: #fff; color:#000;}
#tab-homeproducts.full_tab li.tab-homeproduct { background:#fff; color:#000; }
#tab-homeproducts.full_tab li.tab-homeproduct.selected a {border: 1px solid rgba(0,0,0,.07); color: #ffffff; background: #333;}
#tab-homeproducts.full_tab li.tab-homeproduct:hover a {border: 1px solid rgba(0,0,0,.07); color: #ffffff; background: #333;}
#tab-homeproducts li.tab-homeproduct {
	display: inline-block;
	float: none;
	position: relative;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#tab-homeproducts ul.nav-tabs li { margin-left:5px;}
@media (max-width: 620px) {
#tab-homeproducts li.tab-homeproduct a {
	padding: 6px;
}
#tab-homeproducts ul.nav-tabs li {
	display: block;
	margin-top: 5px;
	margin-left:0;
}
#tab-homeproducts {
	max-width: 100%;
}
.hometab-products {
	margin:0 -7.5px;
}
}
@media (max-width: 358px) {
	#tab-homeproducts .product-miniature { width:100%;}
}
@media (min-width: 359px) {
	#tab-homeproducts .product-miniature { width:50%;}
}
@media (min-width: 576px) {
	#tab-homeproducts .product-miniature { width:33.33%;}
}
@media (min-width: 920px) {
	#tab-homeproducts .product-miniature { width:25%;}
}
@media (min-width: 1200px) {
	#tab-homeproducts .product-miniature { width:20%;}
		.left-column:not(.right-column) #tab-homeproducts .product-miniature, .right-column:not(.left-column) #tab-homeproducts .product-miniature {width:25%;}
	.left-column.right-column #tab-homeproducts .product-miniature {width:33.33%;}
}

</pre></body></html>