/**
* 2010-2021 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright 2010-2021 Webkul IN
* @license LICENSE.txt
*/

.google_translate_container.nav_menu_padding {
    display: inline-block !important;
    padding-top: 30px;
}

@media screen and (max-width: 767px) {
    .google_translate_container.nav_menu_padding {
        padding-top: 20px;
    }

    #google_translate_element .goog-te-gadget-simple {
        width: 26px;
        overflow: hidden;
        font-size: 0px;
        padding: 3px 2px 2px 2px !important;
    }

    #google_translate_element .goog-te-gadget-simple img {
        margin: 0;
    }
}

#google_translate_element .goog-te-gadget-simple {
    padding: 4px;
    border: solid 1px #B1B1AE !important;
    border-radius: 3px;
}

#google_translate_element img.goog-te-gadget-icon {
    padding: 5px !important;
}