/**
 * 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 <contact@prestashop.com>
 * @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 & Property of PrestaShop SA
 */
.cattab-container { margin:0; display:inline-block; }
.cattab-container .home-title { text-align:center; margin-bottom:15px;}
.list_cattab { margin:0 -7.5px; 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;}
.list_cattab .row_items { width:33.33%; float:left; margin-bottom:15px;}
.layout-both-columns .list_cattab .row_items { width:50%;}
.layout-left-column .list_cattab .row_items, .layout-right-column .list_cattab .row_items { width:50%;}  
.category-wrap { margin:0 7.5px;}
.category-wrap .cattab_img {
	padding: 0px;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
position: relative;
overflow:hidden;
}
.view_category { position: absolute;
right: 0;
bottom: 0;
background: #000000;
color: #fff;
padding: 10px;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.category-wrap:hover .view_category {
	border-radius: 15px 0 0 0;
}
.cattab_list {
    padding: 20px 0;
}
.category-wrap {
background: #ffffff;
padding-top: 5px;
border: 1px solid #efefef;
position:relative;
overflow: hidden;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
-js-display: flex;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.category-wrap:hover {
box-shadow: 0 2px 8px rgba(0,0,0,.16);
}
.category-wrap:hover .cattab_img img {
	transform: scale(1.1);
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.category-wrap .cattab_img img {
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
max-width:100%;
height:auto;
}
.category-wrap .subcategory {
	float:left;
	clear:both;
	font-size: 14px;
}
.category-wrap .subcategory li {
    color: #1d252c;
    margin: 0 0 5px;
    border: none;
	float: left;
	clear:both;
	transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.cattab_name {
	color: #000000;
display: inline-block;
font-size: 18px;
font-weight: 600;
position: relative;
text-transform: capitalize;
overflow: hidden;
float: left;
line-height: 1;
margin: 0 0 15px 0;
text-align: left;
padding: 0;
border: none;}
ul.sublink-category { list-style:circle;}
.subcategory li { clear:both; padding-bottom:5px;}
.cattab_list .subcategory li a::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 8px;
    margin-left: 0;
    border: 1px solid #c7c7c7;
    border-radius: 50%;
    display: inline-block;
}
@media (max-width: 640px) {
	.list_cattab .row_items { width:100%;}
}
@media (min-width: 641px) and (max-width: 991px) {
	 .list_cattab .row_items { width:50%;}
	 .layout-both-columns .list_cattab .row_items { width:100%;}
	.layout-left-column .list_cattab .row_items, .layout-right-column .list_cattab .row_items { width:100%;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	 .list_cattab .row_items { width:50%;}
	 .layout-both-columns .list_cattab .row_items { width:100%;}
	 .layout-left-column .list_cattab .row_items, .layout-right-column .list_cattab .row_items { width:50%;}
 }
 