.td-main-logo img,
.siteLogo {
    height: 55px;
}

.td-header-wrap.td-header-style-10 {
    height: 100px !important;
}
@media screen and (min-width: 990px) {
    .registerUserBtn {
        position: absolute;
    }
}
@media screen and (max-width: 767.9px) {
    .modal .logo svg{margin-top:5px !important;}
    .modal .logo svg,
    #topHeader .logo svg {
        max-width: 165px;
        max-height: 30px;
        height: 30px;
    }

    .td-main-logo img,
    .siteLogo {
        height: 40px;
    }
    .td-header-wrap.td-header-style-10 {
        height: 67px !important;
    }
}
@media screen and (max-width: 570px) {
    #topHeader .logo svg {
        max-height: 30px;
        height: 30px;
        max-width: 130px;
    }
    #topHeader .logo.pro svg {
        max-width: 175px;
    }


}

#preloader {
    display: flex;
    position: fixed;
    z-index: -1070;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #020202dd;
    transition: all 0.4s ease-out;
}

.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#topHeader a,
#topHeader .button {
    color: #fff;
    text-decoration: none;
}
#topHeader .button {
    border-radius: 15px;
}

.powered_by {
    height: 12px;
    margin-top: -3px;
}

#topHeader .menuToggler i {
    color: #bbe53a;
}

#topHeader .logo {
    text-align: center;
}

#topHeader .profilo .button span,
#topHeader .profilo button.loginUserBtn span {
    width: 32px;
    height: 32px;
    line-height: 32px;
}

#topHeader .profilo button.loginUserBtn span {
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#topHeader .profilo button.loginUserBtn i {
    width: 30px;
    height: 30px;
}

#topHeader .profilo .button i {
    background-color: #020202;
    width: 30px;
    height: 30px;
}

#topHeader .profilo .button i {
    background-color: #020202;
    width: 30px;
    height: 30px;
}

#topHeader .ajaxLogin {
    background: transparent;
}
#topHeader .ajaxLogin span {
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-purple {
    background-color: #020202;
}

.bg-lime {
    background-color: #bbe53a;
}

.bg-trasparent {
    background-color: transparent;
}

#sideMenu {
    background-color: #020202;
    color: #fff;
    width: 483px !important;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}

.boxed {
    max-width: 1390px;
    margin: auto;
    width: 100%;
}

.fd {
    font-size: 0;
    width: 20px;
    height: 20px;
    background-size: 16px auto;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
    color: #020202;
    background: #020202;
    z-index: 0;
    mask-size: contain;
    -webkit-mask-size: contain;
}

.fd-user {
    border-radius: 100px;
    -webkit-mask: url(/assets/img/user.svg) no-repeat 50% 50%;
    mask: url(/assets/img/user.svg) no-repeat 50% 50%;
    background: url(/assets/img/user.svg) no-repeat 50% 50%;
    background-color: #020202;
    background: #020202;
    min-width: 20px;
    min-height: 20px;
}

.fd-burger {
    -webkit-mask: url(/assets/img/burger.svg) no-repeat 50% 50%;
    mask: url(/assets/img/burger.svg) no-repeat 50% 50%;
    background: url(/assets/img/burger.svg) no-repeat 50% 50%;
    background: #bbe53a;
    -webkit-mask-size: contain;
    mask-size: contain;
    min-width: 32px;
    min-height: 24px;
}

.fd-burger-1 {
    -webkit-mask: url(/assets/img/burger1.svg) no-repeat 50% 50%;
    mask: url(/assets/img/burger1.svg) no-repeat 50% 50%;
    mask-size: auto;
    background: url(/assets/img/burger1.svg) no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    min-width: 26px;
    min-height: 26px;
}

.fd-burger-2 {
    -webkit-mask: url(/assets/img/burger2.svg) no-repeat 50% 50%;
    mask: url(/assets/img/burger2.svg) no-repeat 50% 50%;
    mask-size: auto;
    background: url(/assets/img/burger2.svg) no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    min-width: 30px;
    min-height: 23px;
}

.widget-hamburger-menu .tornasu-invert img {
    filter: invert(1) brightness(100);
}

.tornasu {
    white-space: nowrap;
    line-height: 12px;
    height: 14px;
    display: flex;
    align-items: end;
}
