/*
 Theme Name:   LynTec
 Template:     yootheme
 Author:       Robert Hansen
 Description:  LynTec Child Theme
 Version:      1.0.0
 Text Domain:  yootheme-lyntec
*/

.uk-sticky.uk-animation-slide-top {
    background: rgba(255,255,255,0.2)!important;
}

.uk-navbar-sticky {
    background: rgba(6,1,61,0.75)!important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
}

.uk-navbar-sticky.uk-dark {
    background: rgba(255,255,255,0.2)!important;
}

body.single-product header {
    z-index: 981;
}

body.single-product .sticky-glass.uk-sticky-fixed .tm-header-placeholder {
    display: none;
}

body.single-product .sticky-glass.uk-sticky-fixed .sticky-divider {
    display: none;
}

body.single-product .sticky-glass.uk-sticky-fixed {
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}