/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: https://www.linotype.com
*/

@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=ea11de3c-f864-4d09-8b22-d287f85d3942&fontids=5607195,6149672");

@font-face {
    font-family: Avenir Next Variable;
    /*font-family: "Avenir Next Variable W05607195";*/
    src: url("../fonts/5607195/56b59602-81b2-45db-91e1-da92d39f3ebc.woff2") format("woff2"),url("../fonts/5607195/2f2e081e-91c9-4952-81fe-c299420d928a.woff") format("woff");
}
@font-face {
    font-family: Avenir Next Medium;
    /*font-family: "Avenir Next LT W05 Medium";*/
    src: url("../fonts/6149672/9548fa3a-05c3-47ef-a6d5-f2f6fef54f84.woff2") format("woff2"),url("../fonts/6149672/7667f1c1-c3ca-4520-aead-66f9d93d55a0.woff") format("woff");
}


html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Avenir Next Variable' !important;
    font-size: 18px;
    line-height: 1.25;
    color: #333;
}

h1, h2, h3, h4, h5 {
    font-family: 'Avenir Next Medium';
}

a {
    color: #666;
    text-decoration: none;
}

.page-title {
    font-family: 'Avenir Next Medium';
    color: #66aed5;
    font-size: 36px;
    line-height: 1.25;
}

.section-title {
    font-family: 'Avenir Next Medium';
    color: #66aed5;
    font-size: 36px;
    line-height: 1.25;
}

.text-small {
    font-size: 16px;
}

.dropdown-item {
    font-size: 18px;
    line-height: 1.5;
}

.alert-secondary {
    background-color: #f8f8f8 !important;
}

.download-link {
    text-decoration: none;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

div.dataTables_processing > div:last-child > div {
    background: #777 !important;
}

.btn {
    transition: .5s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn:focus {
    box-shadow: none !important;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    width: 38px;
    height: 38px;
    color: #666;
    text-decoration: none;
}

.form-control:focus {
    box-shadow: none;
}

.topbar {
    background-color: #eeeeee;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    border-bottom: 1px solid #ddd;
}

.navbar .navbar-nav .nav-link {
    font-family: 'Avenir Next Medium';
    font-size: 18px;
    margin-left: 30px;
    padding: 10px 0;
    color: var(--secondary);
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle:after {
    content: none
}

.navbar .nav-item .dropdown-menu {
    border: 1px solid #eeeeee !important;
    border-radius: 0 !important;
}

.navbar .nav-item:hover > .dropdown-menu {
    display: block;
}

.carousel-item {
    height: 400px !important;
}

.carousel-inner {
    height: 400px !important;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--dark);
    border: 15px solid var(--dark);
    border-radius: 50px;
}

.logo {
    max-width: 300px;
    height: auto;
}

@media screen and (max-width: 600px) {
    .page-title {
        font-size: 20px;
    }
    .logo {
        max-width: 250px;
    }
}

@media (max-width: 768px) {
    .page-title {
        font-size: 24px;
    }
}

.root-category-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
    background-color: #b8c6db;
    background-image: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 74%);
}

.root-category:hover .root-category-text::before {
    cursor: pointer;
    height: 100%;
    opacity: 1;
}

.root-category-text * {
    cursor: pointer;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.root-category-text h5, .root-category-text p {
    text-decoration: none;
}

.contact {
    background-color: #b8c6db;
    background-image: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 74%);
}

.footer {
    color: #999;
    background-color: #b8c6db;
    background-image: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 74%);
}

.footer .btn.btn-link {
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #333;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: #0d6efd;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

/* Catalog */

.breadcrumb-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.breadcrumbs {
    text-decoration: none;
    list-style-type: none;
}

.breadcrumbs-item {
    float: left;
    margin-right: 5px;
}

.breadcrumbs-item-active {
    font-weight: bold;
}

.breadcrumbs-item a {
    text-decoration: none;
}

table.dataTable  tbody tr.odd {
    background-color: #f8f8f8 !important;
}

.card-footer > a {
    font-family: 'Avenir Next Medium';
}

.item-number {
    color: #6CACE4;
}

@media (min-width: 576px) {
    .w-sm-50 {
        width: 50% !important;
    }
    .w-sm-75 {
        width: 75% !important;
    }
    .w-sm-100 {
        width: 100% !important;
    }
}
@media (min-width: 768px) {
    .w-md-50 {
        width: 50% !important;
    }
    .w-md-75 {
        width: 75% !important;
    }
    .w-md-100 {
        width: 100% !important;
    }
}
@media (min-width: 992px) {
    .w-lg-50 {
        width: 50% !important;
    }
    .w-lg-75 {
        width: 75% !important;
    }
    .w-lg-100 {
        width: 100% !important;
    }
}