/**
* 2007-2021 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-2021 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.
*/
#module-b2bregistration-business #currencies_block_top_mod {
    display: none;
}
#module-b2bregistration-business .shop_logo {
    width: 170px!important;
    margin-left: 15px;
}
#module-b2bregistration-business .fto-earth {
    margin-right: 2px;
}

#module-b2bregistration-business #header_right .logo {
    height: 80px;
    margin-top: 10px;
    border-radius: 15px;
    width: 1250px;
    object-fit: cover;
    display: block;
}


#module-b2bregistration-business .gdpr_module_165 .flex_child:before {
    content: "*";
    padding-right: 2px;
    color: red;
}


.mam_b2b2 {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 0px 0px 20px 0px;
}
.mam_b2b2 a {
    color: #41b238;
}

#module-b2bregistration-business .top-link-text {
    background: #2fb5d2;
    height: 3rem;
    padding: .75rem;
    margin-left: .9375rem;
    text-align: center;
    white-space: nowrap;
}

#module-b2bregistration-business .top-link-text a {
    color: white!important;
}

#module-b2bregistration-business .top-link-text-ps6 a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 8px 9px 11px 8px;
    cursor: pointer;
    line-height: 18px;
}

#module-b2bregistration-business .top-link-text-ps6 {
    float: right;
    border-left: 1px solid #515151;
    border-right: 1px solid #515151;
}