/**
* 2007-2020 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-2020 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.
*/
@media (max-width: 991px) {
    .business_to_business{
        margin-top: 30px;
    }
}


@media (max-width: 767px) {
    .business_to_business{

        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }
}

@media (max-width: 480px) {
    .business_to_business{
        width: 100%;
    }
}


@media (max-width: 480px) {
    .business-to-business-container{
        padding: 0px 15px;
        margin-bottom: 40px;
    }
}

.business-to-business-container{
    margin:0 auto;
    width: 800px;
}
.business-to-business-container h1{
    overflow: hidden;
    letter-spacing: .6em;
    max-width: 100%;

    font-weight: 400;
    word-break: break-word;
    font-size: 24px;
    margin-top: 21px;
    text-align: center;
}

@media (max-width: 1000px){
    .business-to-business-container h1{
        font-size: 30px;
        line-height: 30px;
    }
}
.business-to-business-content{
    max-width: 830px;
    margin: auto;
    min-height: 50px;
    padding: 30px 10px;
    /*text-align: center;*/
}

.sidebar-business-to-business{
    position: fixed;
    top: 0;
    right: 0;
    width: 550px;
    height: 100%;
    z-index: 101;
    overflow-y: hidden;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    /* box-shadow: rgb(0 0 0 / 40%) 0px 0px 4px; */
    font-weight: 300;
    /* padding: 15px; */
    margin: 0px;
    display: block;
    z-index: 9999999999999;
    height: 100%;
    background-color: #fff;
    overflow: auto;


}
@media (max-width: 700px) {
    .sidebar-business-to-business{
        width: 480px;
    }


}

@media (max-width: 480px) {
    .sidebar-business-to-business{
        width: 100%;
    }
}

@media (max-width: 320px) {
    .sidebar-business-to-business{
        width: 100%;
    }
}
.authorization-close{
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    color: #fff;
    font-size: 0;
}

html.business-to-business-open .sidebar-business-to-business {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.overlay-sidebar-business-to-business{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 601;
    background: #313335;
    opacity: .6;
    display: none;
}
html.business-to-business-open{
    overflow: hidden;}

html.business-to-business-open .sidebar-business-to-business {
    z-index: 999999;
}

.bussiness-to-business-wrapper{
    padding: 50px 0;
    position: relative;
    margin: 0 50px 0 50px;}


.b2b-authorization-content .top-container{
    margin: 15px 0 25px;
    font-size: 14px;
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 378px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.b2b-authorization-content .top-container span{
    font-size: 15px;
    text-transform: uppercase;

    letter-spacing: 1.7px;
}



/**
form
 */
.business-to-business-error-ajax{
    display: none;
}
.business-to-business-error-ajax.active{
    display: inline-block;
    text-align: center;
    width: 100%;
    background: red;
    color: #fff;padding: 15px 0;
}
.business-to-business-success-ajax{
    display: none;
}

.business-to-business-success-ajax.active{
    display: block;
    background: linear-gradient(270deg, #24ad66 -5.28%, #21b07d 91.13%),#1ec287;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
}
.close-btn-business-to-business{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 27px;
    cursor: pointer;
    right: 24px;
}
.close-btn-business-to-business:before{
    content: '\e940';
    font-family: IcoMoon;
}

.close-btn-business-to-business:hover:before{
    font-weight: bold;
    cursor: pointer;
}
.gdpr-business-to-business{
    text-align: center;
    font-size: 12px;
    padding: 0px 52px;
    margin-bottom: 10px;
}

#business-to-business-register{
    /*margin: 0 auto;*/
    /*width: 600px;*/
    /*padding:0px 20px;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



#business-to-business-register .form-row {
    padding: 0;
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    margin-top: 0px;
}



#business-to-business-register .form-row.full-width-row{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100% ;
    max-width: 100%;
}

#business-to-business-register .form-row{

    width: 100%;
    /*padding: 0 0 15px;*/
    position: relative;    margin-bottom: 12px;

}

#business-to-business-register .form-row .label-wrapper{
    padding: 0 0 5px;
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: 6px;
}
#business-to-business-register .form-row .label-wrapper label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;

    color: #000;
    margin:0;


}
.business-to-business-desc{
    text-align: center;
    /*padding: 40px 15px;*/
    margin-bottom: 55px;
    /*border-bottom: 1px solid #e0e0e0;*/
    position: relative;
    /*height: calc(100% - 328px);*/
    /*overflow-y: auto;*/

    height: auto;
}

.business-to-business-form{
    position: relative;
    /*height: auto;*/
    height: calc(100% - 230px);
    position: relative;
    /*boder: 1px sorlid;*/
    overflow-y: auto;
    /*padding: 30px 0;*/
    /*border:1px solid red;*/
}
.title-business-to-business{
    overflow: hidden;
    /*letter-spacing: .1em;*/
    max-width: 100%;


    word-break: break-word;
    font-size: 20px;
    margin-top: 21px;
    font-weight: bold;
    line-height: 33px;
    text-align: center;
    padding: 0px 30px;
}

@media (max-width: 480px) {
    .title-business-to-business{
        font-size: 27px;
        padding: 0px;
    }
}
.business-to-business-cap{
    display: block;

    font-weight: 300;
    font-size: 12px;
    margin-top: 20px;
    letter-spacing: .8px;
    padding: 0px 57px;

}

#business-to-business-register .form-row .label-wrapper label span{
    color: red;
}
#business-to-business-register .form-row .input-wrapper{


background-color: #F5F5F5;
    /* border: 1px solid #F2F2F2; */
    height: 45px;
    /* border-radius: 7px; */
    /* padding-left: 30px; */
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border .2s ease;
    -webkit-transition: border .2s ease;
    -o-transition: border .2s ease;
    transition: border .2s ease;
}
#business-to-business-register .form-row .input-wrapper input{
    outline: 0;
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 12px;
    /* font-weight: bold; */

    line-height: 30px;
    padding: 0 8px 0 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#business-to-business-register .form-row .login-error-message{
    color: #e62d05;
    text-align: center;

    font-weight: 400;
    /*letter-spacing: .1px;*/
    font-size: 13px;
    margin-top: 5px;
}



#business-to-business-register .form-row button:focus{
    outline: none;
}

#business-to-business-register .form-row .business-to-business-error-message{

    color: #e62d05;
    text-align: left;
    font-weight: bold;
    /* letter-spacing: 0.8px; */
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 10px;


}

#business-to-business-register .form-row .input-wrapper input.error{
    border:1px solid #e62d05 !important;
    background: #fff;
}

#business-to-business-register .form-row  .input-wrapper.authorization-login-error:after{
    position: absolute;
    content: "\e90b";
    color: #e62d05;
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    top: 15px;
    font-size: 20px;
    right: 15px;
}
#business-to-business-register .form-row  .input-wrapper.authorization-login-error {
    border: 1px solid #e62d05;
}

#business-to-business-register .form-row  .input-wrapper.authorization-login-error:before
{
    color: #e62d05;
}

#business-to-business-register .form-row  .input-wrapper input::-webkit-input-placeholder { /* Edge */
    font-size: 14px;color: #111;
}

#business-to-business-register .form-row  .input-wrapper input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    font-size: 14px;
    color: #111;
}

#business-to-business-register .form-row  .input-wrapper input::placeholder{
    font-size: 14px;color: #111;
}
.create-account-business-to-business{
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 100%;*/
}

#business-to-business-register .form-row.full-width-row:last-child{
    display: flex;
    justify-content: center;
    align-items: center;
}
.create-account-business-to-business:after{

    color: #fff;
    margin-left: 10px;
    font-weight: normal;
    content: '\e908';
    font-family: IcoMoon;

}


/***
bar
 */
.bar-notification-customer-business-to-business {
    padding: 15px;
    text-align: center;
    /*background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);*/
    /*background-size: 400% 400%;*/
    /*animation: gradient 15s ease infinite;*/
    color: #fff;
    font-size: 14px;
    /*font-weight: bold;*/
    background: #000;
    font-style: italic;
}
.btn-action-b2b:hover,
.btn-action-b2b:focus,
.btn-action-b2b:active{
    outline: none !important;
    text-decoration: none;
    color: #fff;

}
.btn-action-b2b:before {
    content: '\e900';
    font-family: 'icomoon';
    font-size:18px;
    margin-right: 10px;
}

@media(max-width: 480px){
    .bar-notification-customer-business-to-business{
        font-size: 14px;
    }
}

.price-is-business-to-business{
    background: #009ada;
    padding: 10px;
    color: #fff;
    border-radius: 16px;
    text-align: center;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 600px) {
    #business-to-business-register{
        width: 100%;
    }
    #business-to-business-register .form-row{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100% ;
        max-width: 100%;
        margin-bottom: 2rem;
    }


    .bregister input, .GEMI input{
        font-size: 12px;
    }

    .btn-action-b2b{
        width: 100%;
    }
}
#businesstobusiness-link-auth:active,
#businesstobusiness-link-auth:focus,
#businesstobusiness-link-auth:hover{
    cursor: pointer;
    border: none;
    outline: none;
}
#businesstobusiness-link-auth{
width: 100%;
    border: none;
    background: #009ada;
    color: #fff;
    padding: 20px 0px;
}
#businesstobusiness-link-change:hover,
#businesstobusiness-link-change:active,
#businesstobusiness-link-change:focus{
    cursor: pointer;
    outline: none;
}
#businesstobusiness-link-change{
    border: none;
    background: #fff;
    color: #000;
    padding: 7px 20px;
    border-radius: 50px;
    font-size: 13px;
    margin-left: 20px;
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    vertical-align: middle;
}
#businesstobusiness-link-change::before{
    content: '\e924';
    display: inline-block;
    vertical-align: middle;
    font-family: 'icomoon';
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 667px) {
    #businesstobusiness-link-change{
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    #businesstobusiness-link-change{
        margin-top: 15px;
        margin-left: 0px;
        width: 100%;
        display: inline-block;
    }
}

.auth-links li.b2b-action-auth{
    border:none;
}
@media (max-width: 700px) {
    #business-to-business-register{
        width: 100%;
    }
}




@media (max-width: 767px) {

    .header-b2b{
        width: auto;
        padding: 0 10px !important;
    }
    .header-b2b:before{
        font-weight: normal;
        font-size: 20px;
        /*padding: 0rem 25px;*/

    }
}
.header-b2b:before{
    color: #fff;
    font-size:20px;
    font-weight: normal;

}


.header-b2b{

    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-direction: column; */
    /* border-left: 1px solid #e7e7e7; */
    /* border-right: 1px solid #e7e7e7; */
    padding: 15px 30px;
    color: #fff;
    background: #af2f62;
    /*border-radius: 50px;*/
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.header-b2b > .txt_b2b{

    font-size: 11px;
    order:1;
    font-weight: bold;

    text-transform: uppercase;
    letter-spacing: .8px;

}


@media (max-width: 767px) {
    .header-b2b .txt_b2b{
        font-size: 0px;
        margin-left: 0;
        display: none;
    }
    .header-b2b{
        display: none;
    }
}

.input-about .form-control{
    height: 100px !important;
}

.b2bClick{
    display: flex;
    justify-content: center;
    width: 280px;
    margin: 0 auto;
    color: #fff !important;
    padding: 25px;
    margin-top: 34px;}

.b2bClick:before{
    content: '\e9fd';
    font-family: 'icomoon';
    font-size: 18px;    color: #fff !important;
    margin-right: 10px;}




/***
new
 */

.bar-top-b2b{
    background: #000;
    /*border: 1px solid #000;*/
    text-align: center;
    padding: 5px;
}
.bar-top-b2b a{
    font-size: 13px;
    color: #fff;
    transition: opacity .2s;
}

.blocktxt-bussiness  p{
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}
.simple-text-block-to-business{
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.blocktxt-bussiness  ol li{
    font-size: 12px;
    font-style: italic;
}

.bregister, .GEMI{
    padding: 20px 0px !important;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mb2{
      font-size: 11px;
      font-style: italic;
    margin-top: 5px;
}




#business-to-business-register .form-row .label-wrapper small{
    font-style: italic;
    text-transform: none;
    font-size: 10px;
}

.b2b-title{
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    gap: 10px;


}
.b2b-title h3{
    font-size: 30px;
    margin-bottom: 0;
}

.b2b-title:before{
    content: '\e900';
    font-family: 'icomoon';
    font-size: 30px;
    margin-right: 10px;
}
#register-b2b{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    line-height: 35px;

}
#register-b2b:before{
    content: '\e900';
    font-weight: normal;
    font-family: 'icomoon';
}

@media (max-width: 991px) {
    .business-to-business-container{
        width: 100%;
    }
}
.bregister input, .GEMI input {
    font-size: 12px;
}
@media (max-width: 600px) {
    .b2b-title h3 {
        font-size: 22px;
    }
    .gdpr-business-to-business{
        padding:unset;
        font-size: 12px;
    }
}

.autoinput input{

    font-size: 11px !important;
    font-style: italic;
    opacity: .5 !important;
}

#business-to-business-register .form-row .input-wrapper.autoinput{
    background: unset !important;
}

.business-to-business-verify-wrapper .is_confirmed,  .business-to-business-verify-wrapper .wait_confirmed {
    display: flex;
    justify-content: center;
    align-items: center;    flex-direction: column;
    gap: 10px;
}

.business-to-business-verify-wrapper .is_confirmed  .text, .business-to-business-verify-wrapper .wait_confirmed .text{
    font-weight: bold;
    font-size: 17px;
    color: #000;
}

.business-to-business-verify-wrapper .is_confirmed .icon , .business-to-business-verify-wrapper .wait_confirmed .icon{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.business-to-business-verify-wrapper .is_confirmed .icon:before{
content: '\e913';
font-family: IcoMoon;
    font-size: 20px;
}

.business-to-business-verify-wrapper .wait_confirmed .icon:before{
    content: '\e938';
    font-family: IcoMoon;
    font-size: 20px;

}




#verify-account .icon:before {
    content: '\e92e';
    font-family: IcoMoon;
    color: #e6e6e6;
    font-size: 20px;
    font-weight: 700;
    font-size: 40px;
}

.succes-message-b2b{
    color: #3c763d;
    font-size: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-weight: bold;
}
.succes-message-b2b:before{
    content: '\e913';
    font-family: IcoMoon;
    background: #3c763d;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.succes-message-b2b small{
    color: #000;
    font-size: 11px;
    font-style: italic;
}

@media (max-width: 480px) {
    .succes-message-b2b{
        font-size: 16px;
    }
}