/**
* 2007-2022 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-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
*/

body {
    top: 0 !important;
}




.wi-gtranslate.desktop ul.dropdown-menu {
    border: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    padding: 0.5rem 1rem;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    margin: .125rem 0 0;
    margin-top: 0.125rem;
    color: #373a3c;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
}

.wi-gtranslate.open > .dropdown-menu {
    display: block !important;
}


.wi-gtranslate.menu {
    width: 100%;
}

.wi-gtranslate.menu > button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ccc;
    padding: 10px 15px !important;
    background-color: transparent;
    width: 100%;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.wi-gtranslate.menu li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body .skiptranslate,
#google_translate_element2,
#goog-gt-tt,
.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}

.goog-text-highlight {
    background-color: transparent !important;
    box-shadow: none !important;
}