html, body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #323232;
  line-height: initial;
  background-color: #eee;
  display: flex;
  flex-direction: column;
}

.page-wrapper {
  flex: 1 0 auto;
}

a {
  color: #0097A7;
  text-decoration: none;
}
a:hover, a:active {
  color: #323232;
}

p:last-of-type {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  text-transform: uppercase;
  line-height: initial;
}
h1 .svg-inline--fa, h1 .fa-solid, h1 .fas, h2 .svg-inline--fa, h2 .fa-solid, h2 .fas, h3 .svg-inline--fa, h3 .fa-solid, h3 .fas, h4 .svg-inline--fa, h4 .fa-solid, h4 .fas, h5 .svg-inline--fa, h5 .fa-solid, h5 .fas, h6 .svg-inline--fa, h6 .fa-solid, h6 .fas {
  color: #0097A7;
}

h1, h2, h3 {
  margin: 0 0 24px 0;
}

h4, h5, h6 {
  margin: 0 0 16px 0;
}

b, strong, .fw-bold {
  font-weight: 600 !important;
}

hr {
  border-color: #d0d0d0; 
  opacity: 1;
}

.btn {
  font-weight: 600;
}
.btn.btn-primary {
  background-color: #0097A7;
  border-color: #0097A7;
}
.btn.btn-primary:hover {
  background-color: #424242;
  border-color: #424242;
}
.btn.btn-outline-primary {
  color: #0097A7;
  border-color: #0097A7;
}
.btn.btn-outline-primary:hover {
  color: #fff;
  background-color: #0097A7;
  border-color: #0097A7;
}
.btn.btn-secondary {
  background-color: #323232;
  border-color: #323232;
}
.btn.btn-secondary:hover {
  background-color: #5b5b5b;
  border-color: #5b5b5b;
}

.form-control:focus, .form-select:focus, .form-check-input:focus, .page-link:focus {
  box-shadow: none;
}

.form-control, .form-select, .form-check-input {
  color: #323232;
  border-color: #e0e0e0;
}
.form-control::-moz-placeholder, .form-select::-moz-placeholder, .form-check-input::-moz-placeholder {
  color: #757575;
}
.form-control::placeholder, .form-select::placeholder, .form-check-input::placeholder {
  color: #757575;
}
.form-control:focus, .form-select:focus, .form-check-input:focus {
  color: #323232;
  border-color: #0097A7;
}
.form-control:focus::-moz-placeholder, .form-select:focus::-moz-placeholder, .form-check-input:focus::-moz-placeholder {
  color: #323232;
}
.form-control:focus::placeholder, .form-select:focus::placeholder, .form-check-input:focus::placeholder {
  color: #323232;
}

.form-check-input {
  margin-top: 3px;
}
.form-check-input:checked {
  background-color: #0097A7;
  border-color: #0097A7;
}

.table tr th {
  font-weight: 600;
}
.table.table-bordered {
  border-color: #e0e0e0;
}
.table.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: #f5f5f5;
}
.table .table-head {
  background-color: #f5f5f5;
}

.logo a {
  color: #0097A7;
  text-decoration: none;
}
.logo a:hover, .logo a:active {
  color: #323232;
}

.topbar {
  background-color: #fff;
}
.topbar .form-control {
  padding: 6px 44px 6px 12px;
}
.topbar .btn.btn-primary {
  width: 30px;
  height: 30px;
  padding: 4px;
  margin: 0 4px 0 0;
}

.custom-navbar {
  background-color: #323232;
}
.custom-navbar a {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #5b5b5b;
  border-right: 1px solid #323232;
  float: left;
  transition: all 0.15s ease-in-out;
  padding: 12px 16px 12px 16px;
}
.custom-navbar a:hover {
  background-color: #0097A7;
}
.custom-navbar .btn-hamburger {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  line-height: initial;
  padding: 11px 16px 11px 16px;
}
.custom-navbar .custom-dropdown {
  float: left;
  overflow: hidden;
}
.custom-navbar .custom-dropdown .custom-dropdown-button {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #5b5b5b;
  border: none;
  border-right: 1px solid #323232;
  outline: none;
  transition: all 0.15s ease-in-out;
  padding: 12px 16px 12px 16px;
  margin: 0;
}
.custom-navbar .custom-dropdown .custom-dropdown-button:last-of-type {
  border-right: 0;
}
.custom-navbar .custom-dropdown:hover .custom-dropdown-button {
  background-color: #0097A7;
}
.custom-navbar .custom-dropdown:hover .custom-dropdown-content {
  display: block;
}
.custom-navbar .custom-dropdown-content {
  background-color: #fff;
  width: 100%;
  max-height: 640px;
  overflow-y: auto;
  display: none;
  position: absolute;
  left: 0;
  z-index: 2;
}
.custom-navbar .custom-dropdown-content .custom-dropdown-column {
  background-color: #fff;
  float: left;
  width: 20%;
  padding: 16px;
}
.custom-navbar .custom-dropdown-content .custom-dropdown-column a {
  font-weight: 400;
  font-size: 14px;
  color: #323232;
  background-color: transparent;
  border: 0;
  border-radius: 0.375rem;
  float: none;
  display: block;
  padding: 8px 16px 8px 16px;
}
.custom-navbar .custom-dropdown-content .custom-dropdown-column a:hover {
  background-color: #eee;
}
.custom-navbar .custom-dropdown-content .custom-dropdown-column h1 {
  font-size: 16px;
  color: #0097A7;
  margin: 0 0 16px 0;
}
.custom-navbar .custom-dropdown-content .custom-dropdown-row::after {
  content: "";
  display: table;
  clear: both;
}

.card-wrapper, .box {
  background-color: #fff;
  border-radius: 0.375rem;
  padding: 16px;
}
.card-wrapper .card, .box .card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
.card-wrapper hr, .box hr {
  border-color: #e0e0e0;
  opacity: 1;
}

.card {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding: 4px;
}
.card .card-img-top {
  background-color: #fff;
  border-radius: 0.375rem;
  height: 192px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card .card-title {
  transition: all 0.15s ease-in-out;
}

.product .list-inline .list-inline-item:not(:last-child) {
  margin-right: 0;
}
.product .frame {
  border: 1px solid #e0e0e0;
  border-radius: 0.375rem;
  padding: 16px;
}
.product .price {
  color: #0097A7;
  text-transform: none;
  background-color: #E0F7FA;
  border-radius: 0.375rem;
  display: inline-block;
  padding: 4px 8px 4px 8px;
  margin: 0;
}
.product .nav-tabs {
  background-color: #fff;
  border-color: #e0e0e0;
  border-radius: 0.375rem 0.375rem 0 0;
  padding: 16px 16px 0 16px;
}
.product .nav-tabs .nav-item {
  overflow: hidden;
  margin: 0 8px 0 0;
}
.product .nav-tabs .nav-item:last-child {
  margin: 0;
}
.product .nav-tabs .nav-item .nav-link {
  color: #323232;
  text-transform: uppercase;
  border-color: #e0e0e0;
}
.product .nav-tabs .nav-item .nav-link:hover {
  color: #323232;
  background-color: #f5f5f5;
}
.product .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  background-color: #0097A7;
  border-color: #0097A7;
}
.product .tab-content {
  background-color: #fff;
  border-radius: 0 0 0.375rem 0.375rem;
  padding: 16px;
}
.product .logo {
  max-height: 48px;
}
.product .card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 8px;
}
.product .card .card-header {
  font-size: 13px;
  color: #0097A7;
  background-color: transparent;
  border-bottom: 1px dashed #0097A7;
  padding: 0 0 8px 0;
}
.product .card .card-header h6 {
  font-size: 13px;
}
.product .card .card-body {
  padding: 16px 8px 16px 8px;
}
.product .card.highlighted {
  background-color: #E0F7FA;
  border: 2px solid #0097A7;
}
.product .card.highlighted .price {
  background-color: #fff;
}

.tab-gallery .img-wrapper {
  background-color: #e0e0e0;
  border-radius: 0.375rem;
  transition: all 0.15s ease-in-out;
  padding: 1px;
}
.tab-gallery .img-wrapper:hover {
  background-color: #0097A7;
}
.tab-gallery .img-wrapper img {
  background-color: #fff;
  border-radius: 0.375rem;
  padding: 8px;
}
.tab-gallery .img-wrapper img:hover {
  cursor: pointer;
}

.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #0097A7;
  border-color: #0097A7;
}
.pagination .page-item.active .page-link:hover {
  color: #fff;
  background-color: #0097A7;
  border-color: #0097A7;
}
.pagination .page-item .page-link {
  font-weight: 600;
  color: #323232;
  border-color: #e0e0e0;
  padding: 4px 12px 4px 12px;
}
.pagination .page-item .page-link:hover {
  color: #323232;
  background-color: #f5f5f5;
}

.footer {
  color: #fff;
  background-color: #323232;
}
.footer .footer-top {
  color: rgba(255, 255, 255, 0.8);
  background-color: #00838F;
  border-bottom: 1px solid #0097A7;
}
.footer .logo a {
  color: rgba(255, 255, 255, 0.8);
}
.footer .logo a:hover, .footer .logo a:active {
  color: #fff;
}
.footer .nav .nav-item {
  margin: 8px 0 0 0;
}
.footer .nav .nav-item:first-child {
  margin: 0;
}
.footer .nav .nav-item .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  padding: 0;
}
.footer .nav .nav-item .nav-link:hover {
  color: #fff;
}
.footer .form-control {
  color: rgba(255, 255, 255, 0.6);
  background-color: #555;
  border: 0;
}
.footer .form-control:focus {
  color: #fff;
  border-color: #fff;
}
.footer .form-control:focus::-moz-placeholder {
  color: #fff;
}
.footer .form-control:focus::placeholder {
  color: #fff;
}
.footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer .btn.btn-primary:hover {
  color: #323232;
  background-color: #fff;
  border-color: #fff;
}

#scrollTop {
  font-size: 16px;
  color: #fff;
  background-color: #0097a7;
  border-radius: 0.375rem;
  border: none;
  outline: none;
  display: none;
  width: 32px;
  height: 32px;
  line-height: 31px;
  position: fixed;
  right: 48px;
  bottom: 48px;
  transition: all 0.15s ease-in-out;
  z-index: 9999;
}
#scrollTop:hover {
  background-color: #00ACC1;
}

@media (min-width: 0px) and (max-width: 767.98px) {
  .custom-navbar .custom-dropdown-content {
    background-color: #323232;
    max-height: 320px;
    overflow-y: scroll;
  }
  .custom-navbar .custom-dropdown-content .custom-dropdown-column {
    background-color: #323232;
    width: 50%;
  }
  .custom-navbar .custom-dropdown-content .custom-dropdown-column a {
    color: #fff;
  }
  .custom-navbar .custom-dropdown-content .custom-dropdown-column a:hover {
    color: #fff;
    background-color: #5b5b5b;
  }
  .custom-navbar .custom-dropdown-content .custom-dropdown-column h1 {
    color: #4db6c1;
  }
  .card .card-body .card-title {
    font-size: 13px;
  }
  .product .nav.nav-tabs .nav-item {
    overflow: initial;
    margin: 0 0 8px 0;
  }
  .product .nav.nav-tabs .nav-item .nav-link {
    border-radius: 0.375rem;
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 991.98px) {
  .custom-navbar {
    display: flex;
    flex-direction: column;
  }
  .custom-navbar a {
    text-align: center;
    border-right: 0;
    border-bottom: 1px solid #323232;
  }
  .custom-navbar h1 {
    text-align: center;
  }
  .custom-navbar .custom-dropdown .custom-dropdown-button {
    border-bottom: 1px solid #323232;
    width: 100%;
  }
  .custom-navbar .custom-dropdown .custom-dropdown-button:last-of-type {
    border: 0;
  }
  .custom-navbar .custom-dropdown .custom-dropdown-content {
    box-shadow: none !important;
  }
  .modal#hamburgerModal .modal-dialog .modal-content {
    background-color: #323232 !important;
  }
  .modal#hamburgerModal .modal-dialog .modal-content .modal-header {
    background-color: #00ACC1;
    border: 0;
    padding: 0;
  }
  .modal#hamburgerModal .modal-dialog .modal-content .modal-header .btn-close {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background: none;
    width: 100%;
    height: auto;
    opacity: 1;
    padding: 12px 16px 12px 16px;
    margin: 0;
  }
  .modal#hamburgerModal .modal-dialog .modal-content .modal-body {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .custom-navbar .custom-dropdown-content {
    max-height: 480px;
    overflow-y: scroll;
  }
  .custom-navbar .custom-dropdown-content .custom-dropdown-column {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .custom-navbar .custom-dropdown-content {
    max-height: 480px;
    overflow-y: scroll;
  }
  .custom-navbar .custom-dropdown-content .custom-dropdown-column {
    width: 25%;
  }
}/*# sourceMappingURL=main.css.map */