* {
    font-family: 'Proxima Nova';
}

html::-webkit-scrollbar {
    width: 12px;
    height: 7px;
    margin-right: 2px;
}

html::-webkit-scrollbar-thumb {
    background: linear-gradient(60deg, #00345b 43%, #00345b 49%);
    border-radius: 12px;
}

html::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(13deg, #00345b 14%, #00345b 64%);
}

html::-webkit-scrollbar-track {
    background: rgba(245, 245, 245, 0.88);
    border-radius: 10px;
    -webkit-box-shadow: inset 0px 0px 0px rgba(245, 245, 245, 0.88);
    box-shadow: inset 0px 0px 0px rgba(245, 245, 245, 0.88);
}

.nav-link:hover {
    text-decoration: none;
    color: #00345b;
    opacity: 80%;
    transition: all 0.2s;
}

.gallery-tab-wrapper .tab {
    overflow: auto;
    width: 100%;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    scrollbar-width: none !important;
}

.gallery-tab-wrapper .tab::before {
    display: none;
}

.gallery-tab-wrapper .tab::-webkit-scrollbar {
    display: none;
}

.gallery-tab-wrapper .uk-tab .uk-active a {
    color: #fff !important;
    font-weight: 500 !important;
    background-color: #EF6E5D;
}

.gallery-tab-wrapper .uk-tab a {
    color: #111;
    text-transform: none;
    font-size: 18px;
    padding: 9px 28px 7px 28px;
    border-radius: 30px;
}

.gallery-tab-wrapper .uk-tab a:hover {
    color: #111;
}

.gallery-tab-wrapper  {
    width: 550px !important;
}

.gallery-tab-wrapper ul li:nth-child(1) {
    padding-left: 0 !important;
}

@media (max-width: 1180px) {
    .gallery-tab-wrapper {
        width: 100% !important;
        border: none;
        border-bottom: 2px solid #977a7a11;
        border-radius: 0;
    }
}

.video-section-lightbox-gradient::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00345B;
    mix-blend-mode: multiply;
    opacity: 0.18;
}

.main-section-gradient::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(90deg, rgba(0, 52, 91, 0.72) -27.66%, rgba(0, 52, 91, 0.54) 9.03%, rgba(0, 52, 91, 0) 52.4%);
    opacity: 0.72;
}

@media (max-width: 960px) {
    .video-section-lightbox-gradient::after {
        opacity: 0 !important;
        display: none !important;
    }
}

@media (max-width: 500px) {
    .product-content-wrapper-switcher {
        margin-top: 70px !important;
    }
}

.navbar-second-dropdown {
    left: 0 !important;
}
