
.site-footer {
    padding: 4.5rem 0 4.5rem 0;
    background-color: #1B1A17;
}
@media screen and (max-width: 768px) {
    .site-footer {
        padding: 0.5rem 0 0.5rem 0;
        background-color: #1B1A17;
    }
}
.site-footer.v2 {
    background-color: #FFFFFF;
    
}
.site-footer p {
    margin: 0;
    padding: 2px;
}
#cookie-notice .cn-button {
    background-color: #000000; 
    color: #ffffff; 
    text-decoration: none;
    padding: 3px 10px;
}
.site-footer__under__inner {
    display: flex;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    height: 100px;
    border-top: 1px solid #D3BA7A;
    padding-top:40px;
}
.v2 .site-footer__under__inner {
     color: #1B1A17;
}
@media (max-width: 767px) {
    .site-footer__under__inner {
        padding-top:20px;
        flex-direction:column;
        height:auto;
        width:80%!important;
    }
}
.site-footer__under__inner p {
    margin: 0;
    cursor: pointer;
}
.site-footer__under__inner__col-one {
    width: 30%;
    font-size: 10px;
}
@media (max-width: 767px) { 
    .site-footer__under__inner__col-one {
        font-size: 14px;
        width: 100%;
        text-align: center;
        padding-bottom:20px;
    }
}
.site-footer__under__inner__col-two {
    font-size: 14px;
    line-height: 20px;
    font-weight:400;
}
@media (max-width: 767px) {
    .site-footer__under__inner__col-two {
        font-size: 12px;
        width: 100%;
        text-align:center;
        padding-bottom:20px;
    }
}
.site-footer__under__inner__col-three {
    font-size: 8px;
    width: 30%;
    text-align: right;
}
@media (max-width: 767px) {
    .site-footer__under__inner__col-three {
        width: 100%;
        font-size: 12px;
        text-align:center;
        padding-bottom:20px;
    }
}
.site-footer__under__inner__col-three.social-icons-list img {
    margin-right: 5px;
}
.social-icons-list a {
    color:transparent;
}
#goTopButton {
    position: fixed;
    bottom: 150px;
    right: 52px;
    display: none;
    z-index: 1000;
}

#goTopButton img {
    width: 52px;
    height: 52px;
    cursor: pointer;
}

@media screen and (max-width: 1023px) {
    #goTopButton {
        right: 20px;
        bottom: 180px;
    }

    #goTopButton img {
        width: 60px;
        height: 60px;
        cursor: pointer;
    }
}
.bottom-bar {
    position: fixed;
    text-align: center;
    background-color: #F3F3F3;
    padding-top:15px;
    padding-bottom:15px;
    bottom: 0;
    width: 100%;
     display: none;
     z-index: 1000;
}
.bottom-bar .btn-main {
    width: 90%;
    border:2px solid transparent;
}
