@import 'bootstrap.min.css';
@import 'owl.css';
@import 'swiper.min.css';
@import 'jquery.fancybox.min.css';
@import 'icomoon.css';
@import 'flexslider.css';
@import 'font-awesome.min.css';
@import 'style.css';
@import '../css/scss/elements/theme-css.css';
@import '../css/scss/elements/color-switcher/color.css';
@import 'woocommerce-layout.css';
@import 'woocommerce.css';


@font-face {
    font-family: HelveticaNeueLTGEO-75Bold;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Linotype-HelveticaNeueLTGEO55Roman.ttf') format("truetype");
}

.header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link {
    font-feature-settings: 'case' on;
}
.header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link {
    font-size: 15.5px;
}

.header .header_logo_box img {
    width:90px;
}

.header.style_five .header_content_collapse .header_right_content .search-toggler {
    font-size: 15px;
    margin-right: 5px;
    top: -2.5px;
}

.header.style_five .header_content_collapse .header_right_content .round_btn {
    margin-top:8px;
    height:38px;
   
}
.image-layer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: var(--primary-color-two);
    opacity: 0.52;
    z-index: 1;
}
.id-covers:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: var(--primary-color-two);
    opacity: 0.52;
    z-index: 1;
}

h1 a, h1, h2 a, h2, h3 a, h3, h4 a, h4, h5 a, h5, h6 a, h6 {
    font-feature-settings: 'case' on;
}
.footer_logo img {
    width:80px;
}
h5 {
    font-feature-settings: 'case' off;
}