/**
* 2007-2018 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-2018 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.
*/
.categoryHome{
    margin-top: 26px;
}
.categoryHome .titleHome span {
  font-family: Montserrat;
  font-size: 38px;
  font-weight: 300;
  display: block;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.79;
  letter-spacing: 3.8px;
  text-align: center;
  color: #424242;
  margin-bottom: 62px;
}
.categoryHome li {
    text-align: center;
    margin-bottom: 35px;
}

.categoryHome li .subcategory-image {
    text-align: center;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    background-color: white;
    float: left;
}
.categoryHome li .subcategory-image img {
    z-index: 1;
    margin-left: 50%;
    transform: translateX(-50%);
}
.categoryHome li .subcategory-image .info {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    padding: 0 40px 15px;
}
.categoryHome li .subcategory-image .info h5 {
    font-size: 32px;
    font-family: Butler-Medium;
    font-weight: 500;
    color: #fff;
    line-height: 34px;
}
.categoryHome li .subcategory-image .info .description {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 0;
    min-height: 105px;
}
.categoryHome li .subcategory-image .info .description p {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 0;
}
.categoryHome li .subcategory-link {
    background-color: #fff;
    border: 1px solid #efeff3;
    text-align: left;
}
.categoryHome li .subcategory-link img {
    display: inline-block;
    vertical-align: middle;
    /* max-height: 42px; */
    width: 100%;
    /* margin: 20px 0 20px 40px; */
}
.categoryHome li .subcategory-link a {
    width: 100%;
    display: block;
}
.subcategory-rectangle {
    width: 50%;
    height: 46px;
    padding: 16px 62px 15px 64px;
    object-fit: contain;
    opacity: 0.88;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
span.subcategory-title {
    width: 98px;
    height: 15px;
    object-fit: contain;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.94;
    letter-spacing: 1.6px;
    text-align: center;
    color: #121212;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.subcategory-rectangle{
    display: none;
}