:root .tn_gambrinus_2021 {
    --primary: #59392c;
    --primary-light: #b09083;
    --widget-color: #59392c;
    --btn-active: #212121;
}

body {
    margin-top: 70px;
    font-family: 'Roboto', sans-serif;
}

.brand-wrap .logo,
.navbar-brand .logo {
    max-height: 60px;
    padding: 5px 0;
    transition: all .5s linear;
}

#shop .section-pagetop.bg,
#content-wrapper .section-pagetop.bg {
    background-position: center !important;
    background-size: cover !important;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-title {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
}

.parallax {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Calligraffitti', cursive;
}

.section-header .navbar-light {
    background-color: var(--btn-active);
    border-color: var(--primary) !important;
    color: #fff;
}

.section-header .navbar-light a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.section-header .navbar-light a:hover,
.section-header .navbar-light a:focus {
    color: var(--primary-light);
}

.minicart-box {
    width: 320px;
}

.section-header .minicart-box .title {
    color: var(--primary);
}

.tracking-wrap .step.active .icon,
.tracking-wrap .step.active:before {
    background: var(--primary);
}

.section-footer {
    background-color: #292b33;
    color: #65666C;
}

.section-footer .title,
.section-footer a {
    color: #65666C;
}

.loading {
    position: relative;
}

.loading>* {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.8;
}

.loading::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('../img/loading.svg');
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    z-index: 1;
    background-position: center;
}

.sub-categories .list-menu>li.active a {
    font-weight: bold;
}

@media (max-width: 991px) {
    body {
        margin-top: 40px;
    }
    .section-header nav {
        justify-content: space-between !important;
    }
    #navbarMobil ul {
        display: block;
    }
    .brand-wrap .logo,
    .navbar-brand .logo {
        padding: 0;
    }
    #shop .section-pagetop.bg {
        padding: 50px 0;
    }
    .minicart-box.show {
        transform: none !important;
    }
}

@media (max-width: 767px) {
    #products .add-cart {
        display: block;
    }
    #shop .section-pagetop.bg,
    #content-wrapper .section-pagetop.bg {
        height: 200px;
    }
}

.section-header button.navbar-toggler {
    border-color: #fff;
    color: #fff;
}

.section-header button.navbar-toggler span {
    background-color: #fff;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    outline: none;
}

.footer-top aside {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-menu.acount-box a {
    color: var(--primary);
}

@media (max-width: 565px) {
    .section-header .navbar-light a {
        font-size: 10px;
    }
}

.pdffile {
    margin-bottom: 30px;
}

.pdffile.hasfile {
    height: calc(100vh - 160px);
}

.pdfviewer {
    margin-top: 120px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pdfviewer .content {
    width: 80%;
    max-width: 1400px;
}

.text-right {
    margin: 5px;
}

#biliard-img .ccm-image-block {
    max-height: 800px;
    max-width: 1200px;
}

@media only screen and (max-width: 1200px) {
    #biliard-img .ccm-image-block {
        width: 100%;
        height: 80%;
    }
    .pdfviewer .content {
        width: 100%;
    }
}

.minicart-box {
    max-height: calc(100vh - 30px);
    overflow-y: auto;
}

.minicart-box.show {
    position: fixed !important;
    top: 30px !important;
    right: 0;
    left: initial !important;
}

@media only screen and (min-width: 768px) {
    .homepalyazat a {
        position: fixed;
        right: 30px;
        bottom: 30px;
        width: 250px;
        height: 250px;
        display: block;
    }
    .homepalyazat a img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: bottom;
    }
}