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

.logout {
    float: right;
    text-transform: lowercase;
    border: 1px solid;
    padding: 5px 10px !important;
    margin-top: -50px;
    font-size: 10px;

}
label.col-form-label.col-sm-2.text-sm-left {
    font-size: 12px;
}
input {
    background: white !important;
}
ul#categoryHome {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
ul#categoryHome li {
    list-style: none;
    flex: 1 0 33.3333%;
    padding: 1rem;
}
ul#categoryHome li a {
    padding: 45px 20px 0;
    background: #efefef;
    display: block;
    width: 100%;
    height: 150px;
    font-weight: 900;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    line-height: 30px;
}
#category-list h2 {
    margin: 2.5rem 0;
    font-weight: 500;
    text-align: center;
}
.close-container {
    margin: auto;
    width: 50px;
    height: 50px;
    margin-top: -35px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    transform: scale(0.5);
}

.leftright {
    height: 4px;
    width: 50px;
    position: absolute;
    margin-top: 24px;
    background-color: #cf141d;
    border-radius: 2px;
    transform: rotate(45deg);
    transition: all .3s ease-in;
}

.rightleft {
    height: 4px;
    width: 50px;
    position: absolute;
    margin-top: 24px;
    background-color: #cf141d;
    border-radius: 2px;
    transform: rotate(-45deg);
    transition: all .3s ease-in;
}

label {
    color: black;
    font-family: sans-serif;
    font-size: .6em;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .3s ease-in;
}

.close {
    margin: 60px 0 0 5px;
    position: absolute;
}

.close-container:hover .leftright {
    transform: rotate(-45deg);
    background-color: #cf141d;
}

.close-container:hover .rightleft {
    transform: rotate(45deg);
    background-color: #cf141d;
}

.close-container:hover label {
    opacity: 1;
}
#messageDiv p {
    margin-bottom: 0px;
}
#locInfoHEXIS {
    display:none;
    min-width: 350px;
	width:100%;
    max-width: 500px;
    height: 600px;
    bottom: 0px;
    right: 0px;
    position: fixed;
    z-index: 99999;
    background: white;
    cursor: pointer;
}



#locInfoHEXIS > div {
    background: black;
    color: white;
    padding: 20px 30px;
}
#locInfoHEXIS > p {
    padding: 30px;
 }
 #locHEXIS {
	 position: fixed;
    right: 32px;
    bottom: 34px;
    width: 40px;
    height: 40px;
    z-index: 9999999;
    background: white;
    border-radius: 50px;
    padding: 7px;
    cursor: pointer;
	 
 }
 @media (max-width: 600px) {
    #locHEXIS {
        position: fixed;
       right: 19px;
       bottom: 75px;
    }
 }

#locInfo {
    display:none;
    min-width: 350px;
	width:100%;
    max-width: 500px;
    height: 600px;
    bottom: 0px;
    right: 0px;
    position: fixed;
    z-index: 99999;
    background: white;
    cursor: pointer;
}



#locInfo > div {
    background: black;
    color: white;
    padding: 20px 30px;
}
#locInfo > p {
    padding: 30px;
 }