@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&display=swap');

@import url(global.css);

@font-face {
    font-family: 'benguiat_bk_btbold';
    src: url('/templates/benguiab_1-webfont.woff2') format('woff2'),
         url('/templates/benguiab_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #FFF;
}

h1 {
    font-family: 'benguiat_bk_btbold';
}

.t-primary-bgcolor {
    background-color: #2e78ba;
}

.container {
    width: 1170px;
}

.nav__wrapper {
    background-color: #2e78ba;
    position: relative;
}

.header__nav {
    height: 95px;
    display: flex;
    padding: 0 15px;
}

.header__nav div {
    flex-grow: 1;
}

.header {
    text-align: center;
    width: 100%;
    margin-bottom: 100px;
    padding: 0;
}

.header__top {
    background-color: #444;
    height: 50px;
}

.header__top ul {
    text-align: center;
    padding-top: 1em;
    padding-left: 0;
}

.header__top ul li {
    display: inline-block;
    margin-right: 3em;
    color: white;
}

.header__top ul li a {
    color: white;
    text-decoration: none;
}

.header__top i {
    margin-right: 5px;
    color: white;
}

.header__nav a {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    padding: 39px 15px;
    color: white;
    line-height: 22px;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    z-index: 1;
}

.header__nav a:hover {
    opacity: 0.6;
}

.header__nav a:nth-of-type(2),
.header__nav a:nth-of-type(3) {
    padding-left: 17px;
}

.header__nav a:nth-of-type(4),
.header__nav a:nth-of-type(5) {
    padding-right: 17px;
}

.logo__wrapper {
    position: absolute;
    width: calc(100% + 30px);
    left: 0;
    top: 0;
    z-index: 0;
}

.header__logo {
    margin: 5px auto 0;
    width: 414px;
    display: inline;
}

body.page-supplies .button {
    display: initial!important;
}