@font-face {
    font-family: "PFBagueSansPro";
    font-display: swap;
    src: url('../fonts/bague/PFBagueSansPro-Regular.woff2') format('woff2'), url('../fonts/bague/PFBagueSansPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "PFBagueSansPro";
    font-display: swap;
    src: url('../fonts/bague/PFBagueSansPro-Italic.woff2') format('woff2'), url('../fonts/bague/PFBagueSansPro-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "PFBagueSansPro";
    font-display: swap;
    src: url('../fonts/bague/PFBagueSansPro-Medium.woff2') format('woff2'), url('../fonts/bague/PFBagueSansPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "PFBagueSansPro";
    font-display: swap;
    src: url('../fonts/bague/PFBagueSansPro-Bold.woff2') format('woff2'), url('../fonts/bague/PFBagueSansPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "PFBagueSansPro";
    font-display: swap;
    src: url('../fonts/bague/PFBagueSansPro-Black.woff2') format('woff2'), url('../fonts/bague/PFBagueSansPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "PFBagueSansPro";
    font-display: swap;
    src: url('../fonts/bague/PFBagueSansPro-Thin.woff2') format('woff2'), url('../fonts/bague/PFBagueSansPro-Thin.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "PFBagueSansPro";
    font-display: swap;
    src: url('../fonts/bague/PFBagueSansPro-XThin.woff2') format('woff2'), url('../fonts/bague/PFBagueSansPro-XThin.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "PFRegalTextPro";
    font-display: swap;
    src: url('../fonts/text-pro/PFRegalTextPro-RegularA.woff2') format('woff2'), url('../fonts/text-pro/PFRegalTextPro-RegularA.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "PFRegalTextPro";
    font-display: swap;
    src: url('../fonts/text-pro/PFRegalTextPro-RegularB.woff2') format('woff2'), url('../fonts/text-pro/PFRegalTextPro-RegularB.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "PFRegalTextPro";
    font-display: swap;
    src: url('../fonts/text-pro/PFRegalTextPro-Medium.woff2') format('woff2'), url('../fonts/text-pro/PFRegalTextPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "PFRegalTextPro";
    font-display: swap;
    src: url('../fonts/text-pro/PFRegalTextPro-Bold.woff2') format('woff2'), url('../fonts/text-pro/PFRegalTextPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "PFRegalTextPro";
    font-display: swap;
    src: url('../fonts/text-pro/PFRegalTextPro-MediumItalic.woff2') format('woff2'), url('../fonts/text-pro/PFRegalTextPro-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

.page-title-wrapper {
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    .navigation,
    .breadcrumbs,
    .page-header .header.panel,
    .header.content, .footer.content,
    .page-wrapper > .widget,
    .page-wrapper > .page-bottom,
    .block.category.event,
    .top-container,
    .page-main {
        max-width: none !important;
    }
}

.navbar {
    background-color: rgba(0, 0, 0, .16);
    color: #fff;
    padding: 0.5rem 2rem;
}

.navbar-nav {
    align-items: center !important;
}

.navbar-nav.nav-flex-icons.main-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin: 0 auto;
}

.bordered-title {
    width: 100%;
    line-height: 2em;
    border-bottom: solid;
    border-bottom-color: #acacac;
    border-bottom-width: 1px
}

.other-products-title {
    letter-spacing: 1px;
    border-bottom: solid;
    border-bottom-color: #000;
    border-bottom-width: 1px
}

@media screen and (max-width: 350px) {
    h1 {
        font-size: 2rem
    }
}

.product-price-button {
    color: #000 !important;
    border-style: solid;
    border-bottom-color: #000 !important;
    border-width: 1px;
    border-radius: 2px;
}
