/**
 * 2014-2017 ModMyPrestashop
 *
 * LICENSE
 * You are not allowed to share this code and or files. All rights reserved Google Translate - ModMyPrestashop
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade our products to newer
 * versions in the future. If you wish to customize our products for your
 * needs please contact us for more information.
 *
 * @author    ModMyPrestashop <support@modmyprestashop.com>
 * @copyright 2014-2017 ModMyPrestashop
 * @license   Google Translate All rights reserved
 * International Registered Trademark & Property of ModMyPrestashop
*/

#content .panel {
    margin: 0 auto;
    max-width: 1300px;
}

#content .panel p {
    margin-bottom:1em;
}

#translate-container {
    background: inherit;
    padding-top: 8px;
    padding-left: 10px;
    float: left;
}

#translate-text {
    background: inherit;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
    font-family:verdana;
    font-weight: 700;
    color: #fff;
    overflow: visible;
}

#translate-text:hover {
    color: #fff;
    
}

#google_translate_element {
    float: left;
    text-align: left;
    margin-top: 0px;
    z-index: 1000;
}

.translate-box {
    display: none;
    color: #4b4b4b;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;
    text-align:left;
    background: rgba(255,255,255,0.9);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 220px;
    padding: 15px 15px 25px 15px;
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.33);
    border-top: 3px solid #000;
    z-index: 100;
    overflow:hidden;
}

#translate-text:hover .translate-box {
    display: block;
    height: auto;
}

.translate-info {
    font-size:11px;
    color: #4b4b4b;
    font-weight: 500;
}

.translate-info span {
    font-size:9px;
    color: #4b4b4b;
    font-weight: 500;
}

@media screen and (min-width: 0px) and (max-width: 720px) {
  #translate-container{ display: none; }
  .translate-box{ display: none; }
}

