@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
body,
html {
  width: 100%;
  height: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  font-size: 12pt;
  color: black;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.6;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  font-family: "Open Sans";
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p {
  font-weight: 400;
}

a {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  color: black;
  position: relative;
  font-weight: 400;
}

a:hover {
  color: black;
}

a,
a:link,
a:visited,
a:active,
a:focus,
a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: 0 !important;
}

h1,
h3 {
  letter-spacing: 0px;
}

h4,
h5,
h6 {
  font-size: 26pt;
}

h1 {
  font-size: 26pt;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 18pt;
}

strong {
  font-weight: bold;
}
strong p, strong a {
  font-weight: bold;
}

#content {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.iconimg {
  font-size: 75px !important;
}

.footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #666;
}
.footer .footer-col-item {
  margin-bottom: 30px;
}
.footer p, .footer a {
  color: white !important;
}
.footer .footer-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer .footer-row a:hover {
  border: 0;
}
.footer .footer-row .footer-col {
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer .footer-row #menu-footer-menu {
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.footer .footer-row #menu-footer-menu .menu-item {
  text-transform: uppercase;
  padding-right: 15px;
}
.footer .footer-row .footer-logo-area {
  display: flex;
  align-items: center;
}
.footer .footer-row .footer-logo-area p {
  margin: 0;
}
.footer .footer-row .footer-media-area {
  display: flex;
  align-items: center;
}
.footer .footer-row .footer-media-area .iconimg {
  font-size: 32px !important;
}
.footer .footer-row .footer-media-area p {
  margin: 0;
}

a.go-top {
  z-index: 100;
  width: 40px;
  height: 40px;
  line-height: 34px;
  border: 1px solid #002b60;
  position: fixed;
  overflow: hidden;
  right: 20px;
  bottom: 20px;
  text-align: center;
  color: #002b60;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

a.go-top:after {
  display: none;
}

a.go-top.active {
  opacity: 1;
  visibility: visible;
}

a.go-top:hover {
  background: #002b60;
  color: #fff;
}

.m3r0 {
  margin: 3rem 0;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.displaynone {
  display: none;
}

img.alignleft {
  margin: 5px 20px 15px 0;
}

img.alignright {
  margin: 5px 0 15px 20px;
}

img.aligncenter {
  margin: 15px auto;
  clear: both;
  display: block;
}

.gallery-item {
  margin-top: 5px !important;
  margin-bottom: 10px;
}

.gallery-item img {
  border-color: #fff !important;
}

.img-full {
  width: 100%;
  height: auto;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.table-cell-bottom {
  display: table-cell;
  vertical-align: bottom;
}

.space15 {
  height: 15px;
}

.space20 {
  height: 20px;
}

.space30 {
  height: 30px;
}

.space40 {
  height: 40px;
}

.space50 {
  height: 50px;
}

.space100 {
  height: 100px;
}

#navigation {
  background-color: white;
  z-index: 2000;
  width: 100%;
  padding: 0;
  padding: 20px;
}

.header-container {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid black;
  padding-bottom: 20px;
}
.header-container .header-teaser-textbox h1 {
  line-height: 0.9 !important;
}
.header-container .nav-logo-wrapper {
  z-index: 5;
  padding: 0;
}
.header-container .nav-logo-wrapper img {
  height: 150px;
}
.header-container .sub-menu {
  list-style: none !important;
  position: absolute;
  display: none;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.75);
}
.header-container .sub-menu li {
  border-color: black;
  padding: 5px;
}
.header-container .sub-menu li a {
  font-weight: normal !important;
}
.header-container #menu-main-menu-1 li:hover > ul.sub-menu {
  display: block !important;
  margin: 0;
}

.menu {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  position: fixed;
  right: 15px;
  cursor: pointer;
  height: 40px;
  z-index: 1500;
}

.menu a,
.menu span {
  display: inline-block;
}

.menu .lines-button {
  line-height: 40px;
  padding-left: 40px;
}

.menu .lines {
  top: 50%;
  width: 25px;
  margin-top: -2px;
}

.menu .lines,
.menu .lines:after,
.menu .lines:before {
  display: inline-block;
  position: absolute;
  left: 0;
  height: 3px;
  background: black;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu .lines:after,
.menu .lines:before {
  content: "";
  width: 100%;
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}

.menu .lines:before {
  top: 7px;
}

.menu .lines:after {
  top: -7px;
}

.menu:hover .lines-button .lines:before {
  top: 9px;
}

.menu:hover .lines-button .lines:after {
  top: -9px;
}

body.menu-open .menu .lines-button .lines {
  background: transparent;
}

body.menu-open .menu .lines-button .lines:after,
body.menu-open .menu .lines-button .lines:before {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 25px;
  background: white;
}

body.menu-open .menu .lines-button .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

body.menu-open .menu .lines-button .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.menu .spacer {
  margin: 0 5px;
}

aside {
  position: fixed;
  top: 0;
  z-index: 200;
  background: #1c93ab;
  background: linear-gradient(180deg, rgba(28, 147, 171, 0.95) 33%, rgba(170, 162, 149, 0.95) 66%);
  color: white;
  transition: 0.7s top;
  align-items: center;
  height: 75%;
  overflow: auto;
}
aside .menu-list {
  display: block;
}
aside .menu-list .sub-menu {
  position: relative;
  background-color: transparent;
}
aside .menu-list .sub-menu .menu-item {
  font-size: 28px;
}
aside .menu-list .menu-item {
  font-size: 36px;
  margin: 15px 0;
}
aside .menu-list .menu-item a:hover {
  border-bottom: 2px solid white;
}

body.menu-open aside {
  top: 0 !important;
}

.menu-list a {
  color: white;
}

@media (max-width: 767px) {
  aside {
    height: 100%;
  }
}
@media (max-width: 991px) {
  aside {
    top: -100% !important;
    width: 100% !important;
  }
  aside .menu-list {
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .menu {
    display: none;
  }

  aside {
    display: none;
  }
}
.home-container .product-container {
  margin-top: 60px;
}
.home-container .product-container .single-product-container {
  margin-bottom: 40px;
}
.home-container .product-container .single-product-container .single-product-name {
  margin-bottom: 30px;
}
.home-container .product-container .single-product-container .single-product-name p {
  margin: 0;
}
.home-container .product-container .single-product-container .single-product-info {
  border-bottom: 1px solid lightgray;
}
.home-container .product-container .single-product-container .single-product-info .single-product-image-wrapper {
  border: 1px solid black;
  display: flex;
  justify-content: center;
  padding: 15px;
}
.home-container .product-container .single-product-container .single-product-info .single-product-image-wrapper img {
  max-height: 300px;
}
.home-container .product-container .single-product-container .single-product-info .single-product-files {
  margin-top: 40px;
}
.home-container .product-container .single-product-container .single-product-info .single-product-files a {
  border-bottom: 1px solid black;
}

/*# sourceMappingURL=style.css.map */
