html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.navbar .navbar-brand img {
    height: 70px;
}
/* Cookies START*/
.overlay-cookies {
    background: rgb(0 0 0 / 80%);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}

    .overlay-cookies.cookies-hide {
        display: none;
    }

.bg-wgt-cookies {
    position: fixed;
    width: 30%;
    background: #fff;
    z-index: 9999;
    padding: 40px;
    color: #000;
    font-size: 14px;
    line-height: 1.3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.msg_cookies p:last-child {
    margin-bottom: 0;
}

.msg_cookies a {
    color: #3f57ae;
}

    .msg_cookies a:hover {
        color: #08274a;
    }

.bg-wgt-cookies .popup_total {
    text-transform: uppercase;
    color: #3c3c3b;
}

    .bg-wgt-cookies .popup_total:hover {
        text-decoration: underline;
    }
/* Cookies End*/

@media (max-width: 1200px) {
    .bg-wgt-cookies {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .bg-wgt-cookies {
        width: 80%;
    }
}

@media (max-width: 576px) {
    .bg-wgt-cookies {
        width: 90%;
    }
}

.max-w-200{
    max-width:200px;
}

.or-register-bar {}

    .or-register-bar span {
        display: inline-block;
        position: relative;
    }

        /*.or-register-bar span:before,
        .or-register-bar span:after {
            content: "";
            position: absolute;
            border-top: 1px solid #e5e5e5;
            top: 10px;
            width: 40px;
        }

        .or-register-bar span:before {
            right: 100%;
            margin-right: 15px;
        }

        .or-register-bar span:after {
            left: 100%;
            margin-left: 15px;
        }*/

#filtersList button.remove-filter {
    height: 24px;
    width: 24px;
    padding: 0;
    color: #474747;
}