/* Banner background white */
#apccg-banner-footer{
    display: 'block';
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    z-index: 50;
    position: fixed;
    background-color: #fff;
}

/* Block language */
#apccg-banner-lang{
    position: fixed;
    left: 80px;
    bottom:15px;
    z-index: 90;
    display: flex;
}

.apccg-box-lang {
    border-color: black;
    border: solid;
    width: 35px;
    height: 25px;
    margin-right: 3px;
}

.apccg-text-lang{
    text-align: center;
    text-transform: uppercase;
}

.apccg-box-lang-active {
    background-color: #b67d0b;
    border-color: #b67d0b;
}

.apccg-text-lang-active{
    color: white;
}

/* Block button to go top */
#apccg-banner-gotop{
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 90;
}

#apccg-gotop-icon {
    font-size: 35px !important;
    color: #b67d0b;
}

/* Disabled old block */
.leo-fly-cart {
    display: none !important;
}

#back-top {
    display: none !important;
}