@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*,
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
a,
ul,
ol,
li,
img,
figure,
figcaption,
blockquote,
address,
time,
hr,
pre,
code,
table,
tr,
th,
td,
form,
input,
textarea,
button,
select,
option,
label,
fieldset,
legend,
caption,
article,
aside,
footer,
header,
nav,
section,
main,
menu,
summary,
details,
dialog,
figure,
figcaption,
audio,
video,
canvas,
iframe,
object,
embed,
param,
source,
track,
map,
area,
script,
noscript,
style,
link,
meta,
title,
base,
head,
body,
html {
    font-family: "Montserrat", sans-serif !important;
    font-style: normal !important;
}

.header .flex-row {
    height: unset !important;
}

.bg-image,
.shop-container,
.blog-single {
    background-image: url(../images/bg-home-about.png) !important;
}

.w3-title__border .section-title span:before {
    content: "";
    position: absolute;
    width: 132px;
    height: 13px;
    left: 0;
    bottom: 0;
}

.tnx-breadcrumb span,
.tnx-breadcrumb a {
    color: var(--text-body, rgba(255, 255, 255, 0.80));
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.tnx-breadcrumb a:hover {
    color: #fff;
    text-decoration: underline;
}

.w3-title__border .section-title span:before {
    background: url(../images/border-title.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.header-nav-main .header-button {
    display: none;
}


@media (max-width: 767px) {
    .container {
        padding: 0 20px;
    }
}


ul.nav-dropdown li a{
    color: #050821 !important;
    font-weight: 500;
}

ul.nav-dropdown li a:hover{
    color: #ed2a37 !important;
}

a.button,
a.button.alert {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


#footer.footer-wrapper,
.w3-bg__page {
    background: url('../images/bg_main.png') lightgray 50% / cover no-repeat;
    background-attachment: fixed;
}

.w3-bg__page--relative {
    background: url('../images/bg_main.png') lightgray 50% / cover no-repeat;
}

.col,
.columns,
.gallery-item {
    padding: 0 !important;
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row {
    max-width: 1320px !important;

}

.header-nav-main .html.header-button-1 {
    display: none !important;
}

.nav-spacing-large>li.menu-item-805 {
    margin-right: 0 !important;
}

.header-main .nav>li.menu-item-805>a {
    padding-right: 0 !important;
}

.w3-home__banner .flickity-viewport,
.w3-home__banner {
    max-height: calc(100vh - 110px) !important;
}

.section-title-container {
    margin-bottom: unset !important;
}

.clear:after,
.clearfix:after,
.container:after,
.row:after {
    display: none !important;
}

.w3-title .section-title {
    margin-bottom: 20px;
}

h3.section-title>span {
    text-align: center;
}

@media (max-width: 767px) {
    .tnx-single-device--title,
    .tnx-single-staff--title{
        font-size: 24px !important;
    }
}