﻿/************NEW STYLES ******/
* {
  font-family: "Montserrat", sans-serif;
}

*:focus {
  outline: none;
}

body {
  background: #fff;
  font-size: 16px !important;
}

.primary-nav {
  background-color: #ec008c;
}

.hero {
  height: 50vh;
  min-height: 500px;
  z-index: -1;
  text-align: center;
}
.hero h1 {
  font-size: 48px;
}
.hero p {
  font-weight: 600;
}

@media (max-width: 576px) {
  .hero h1 {
    font-size: 32px;
  }
}
.carousel-item {
  height: 50vh;
  min-height: 500px;
}

.carousel .carousel-item img {
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  height: 50vh;
  min-height: 500px;
  width: 100vh;
  width: 100%;
}

.carousel .carousel-item:before {
  content: "";
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(5, 29, 64, 0.9), rgba(5, 29, 64, 0));
  width: 100vw;
  top: 0;
  height: 50vh;
  min-height: 500px;
}

.carousel-caption {
  top: 50%;
  transform: translateY(-35%);
  bottom: 0;
}

.row,
.container-fluid {
  --bs-gutter-x: 1.75rem;
}

.card-body {
  --bs-card-spacer-y: 1.5rem;
  --bs-card-spacer-x: 1.5rem;
}

.carousel-caption h1 {
  font-weight: 700;
}
.carousel-caption h1 p {
  font-weight: 500;
}

#header-wrap {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#header-wrap.header-background {
  position: fixed;
  background-color: #002d6f;
}

.homepage-products {
  background-color: #fff;
  padding: 3rem 0;
}

.product-filters {
  background-color: #d9d9d9;
  padding: 2rem 0;
}

.card {
  background-color: #f4f4f4;
  border-bottom-right-radius: 50px;
  border: none;
  margin-bottom: 2rem;
  border: 1px solid #f4f4f4;
  width: 100%;
}
.card a.image-wrap {
  overflow: hidden;
}

.card.card-category .image-wrap-category,
.card.card-category .image-wrap-search,
.card.card-search .image-wrap-category,
.card.card-search .image-wrap-search {
  overflow: hidden;
}
.card.card-category .image-wrap-category .card-img-top,
.card.card-category .image-wrap-search .card-img-top,
.card.card-search .image-wrap-category .card-img-top,
.card.card-search .image-wrap-search .card-img-top {
  object-fit: scale-down;
  transform: scale(1.05);
}

.card-img-top {
  object-fit: scale-down;
  transform: scale(1.05);
}

h5.card-title {
  color: #002d6f;
  font-size: 32px;
  font-weight: 600;
}
h5.card-title a {
  color: #002d6f;
  text-decoration: none;
}
h5.card-title.card-title-inner {
  font-size: 20px;
}

.card ul li {
  margin-bottom: 10px;
  font-weight: 400;
}

p,
li {
  font-size: 16px;
}

.card li a {
  color: #002d6f;
  text-decoration: none;
  font-weight: 600;
}

.btn-submit {
  width: 100%;
  background-color: #ec008c;
  border-radius: 0;
  color: #fff;
  margin-top: 22px;
  transition: background-color 0.5s ease;
  font-size: 14px;
}

.btn-submit:hover,
.btn-submit:active {
  background-color: #d3007d !important;
  color: #fff !important;
}

.form-select {
  border-radius: 0;
}

label {
  font-size: 14px !important;
}

footer {
  background-color: #002d6f;
  padding: 3rem 0 6rem 0;
  min-height: 10rem;
  margin: 0;
}

footer img {
  margin-bottom: 1rem;
}

footer img.amk {
  position: absolute;
  bottom: -5rem;
  right: 30px;
}

footer p {
  color: #fff;
  margin-bottom: 1rem;
}

footer p a,
footer li a {
  color: #9cd7ff;
  text-decoration: none;
}

footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul li a {
  color: #9cd7ff;
  text-decoration: none;
}

.tab-filters {
  background-color: transparent;
  margin-top: -60px;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-link {
  color: #fff;
  font-weight: 600;
  border: none;
}

@media (max-width: 576px) {
  .nav-tabs .nav-link {
    font-size: 12px;
  }
}
.nav-tabs .nav-link.active {
  background-color: #d9d9d9;
  color: #002d6f;
}

.nav-tabs .nav-link:hover {
  border: none;
}

.form-control {
  border-radius: 0;
}

#sidebarMenu {
  height: 100%;
  position: fixed;
  right: 0;
  width: 400px;
  max-width: 100%;
  transform: translateX(400px);
  transition: transform 250ms ease-in-out;
  background: #002d6f;
  top: 0;
  padding-top: 80px;
  overflow-y: auto;
}

.sidebarMenuInner {
  margin: 0;
  padding: 0;
}

.sidebarMenuInner li {
  list-style: none;
  color: #fff;
  font-weight: 500;
  padding: 15px;
  padding-left: 50px;
  cursor: pointer;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebarMenuInner li.top {
  font-weight: 600;
  font-size: 20px;
}

.sidebarMenuInner li a {
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.sidebarMenuInner li a:hover {
  color: #9cd7ff;
}

input[type=checkbox]:checked ~ #sidebarMenu {
  transform: translateX(0);
  -webkit-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.2);
}

input[type=checkbox] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}

.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 35px;
  right: 100px;
  height: 32px;
  width: 32px;
}

.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
}

.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 4px;
}

.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}

.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 4px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -8px;
}

#language-switch {
  position: absolute;
  top: 30px;
  right: 200px;
}
#language-switch .languages ul {
  padding-left: 0;
  border: 1px solid #fff;
}
#language-switch .languages ul li {
  border-right: 1px solid #fff;
}
#language-switch .languages ul li:last-child {
  border-right: none;
}
#language-switch .languages ul li a {
  text-decoration: none;
}

@media (max-width: 991px) {
  #language-switch {
    right: 90px;
  }
  .sidebarIconToggle {
    right: 30px;
  }
}
.language-picker__form select {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

label,
input {
  display: block;
}

.signin {
  padding-top: 30px;
}

.signin p {
  font-weight: 300;
}

.signin p a {
  font-weight: 300;
}

.signin label {
  font-size: 13px !important;
  font-weight: 300;
}

.breadcrumb {
  margin-top: 90px;
  background-color: #f4f4f4;
  margin-bottom: 0;
}
.breadcrumb ul {
  padding: 8px;
  margin-bottom: 0;
}

@media (max-width: 659px) {
  .breadcrumb {
    margin-top: 70px;
  }
}
.breadcrumb li {
  display: inline;
  font-size: 12px;
}
.breadcrumb li a {
  text-decoration: none;
  color: #002d6f;
}

.signin .btn {
  text-transform: none;
  background-color: #ec008c;
  border-radius: 0;
  color: #fff;
  transition: background-color 0.5s ease;
}
.signin .btn:hover {
  background-color: #d3007d;
  color: #fff;
}

p.reset {
  font-size: 13px;
  font-weight: 300;
}

.product-image img {
  width: 100%;
}

.product-details-container-2023 {
  background: #fff;
  padding-bottom: 60px;
  padding-top: 50px;
}
.product-details-container-2023 h1 {
  font-size: 32px;
  color: #002d6f;
  margin-bottom: 30px;
  font-weight: 600;
}

table {
  width: 100%;
  max-width: 600px;
}

table td {
  width: 33%;
  padding: 8px 8px 8px 0;
  border-bottom: 1px solid #d9d9d9;
}

.table-heading {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
}

ul.downloads {
  padding-left: 0;
}

ul.downloads li {
  list-style: none;
  padding: 8px 0;
}
ul.downloads li a {
  text-decoration: none;
  color: #002d6f;
  font-weight: 600;
  padding: 0;
}

p span,
li span {
  font-size: 16px !important;
}

.product-description {
  background-color: #eaf6fe;
  padding: 60px 0;
}

.relatedproducts {
  padding: 60px 0;
}
.relatedproducts h3.related-products {
  text-align: center;
  font-size: 32px;
  color: #002d6f;
  padding-bottom: 60px;
}

h3.code {
  font-size: 16px;
  font-weight: 600;
}

.print-button {
  margin-top: 0;
  font-size: 16px;
  margin-right: 1rem;
}
.print-button a {
  margin-top: 0;
  color: #002d6f;
  text-decoration: none;
}

h3.code {
  margin-bottom: 0;
}

.pagination-centered {
  text-align: center;
}
.pagination-centered .page-count {
  float: none;
}
.pagination-centered ul {
  padding-left: 0;
  margin: 2rem auto;
}

.pagination ul li {
  display: inline;
  list-style: none;
  padding: 10px;
}
.pagination ul li a {
  color: #002d6f;
  text-decoration: none;
}

.hero-distributor {
  background-image: linear-gradient(to bottom, rgba(5, 29, 64, 0.9), rgba(5, 29, 64, 0.3)), url("/assets/img/amk_bg_wave.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  min-height: 500px;
}

.hero-policy {
  background-image: linear-gradient(to bottom, rgba(5, 29, 64, 0.9), rgba(5, 29, 64, 0.3)), url("/assets/img/tipper.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 33vh;
  min-height: 300px;
}

.hero-distributor h1 {
  font-weight: 600;
  padding: 1rem;
}

.contact-card .card-title {
  font-size: 20px;
  font-weight: 600;
}
.contact-card a {
  text-decoration: none;
  color: #002d6f;
}

.productSearch select {
  width: 100%;
  font-size: 14px;
}

#keyword {
  font-size: 14px;
}

#sign-in-form .btn-submit {
  margin-top: 0;
  margin-bottom: 16px;
}

#sign-in-form p a {
  color: #002d6f;
}

.modal-dialog .modal-title {
  font-weight: 700;
}

.modal-dialog a {
  color: #002d6f;
}

#autocomplete-componentsearch {
  position: absolute;
  z-index: 999;
  background-color: #f9f9f9;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
#autocomplete-componentsearch a {
  color: #002d6f;
  text-decoration: none;
}

.autocomplete ol {
  padding-left: 0;
}

.autocomplete ol li a {
  line-height: 30px;
}

.btn-submit-reset {
  margin-top: 20px;
  margin-right: 30px;
  background-color: #d3007d;
  color: #fff;
  border-radius: 0;
  font-size: 14px;
  transition: background-color 0.5s ease;
}

.btn-submit-reset:hover,
.btn-submit-reset:active {
  background-color: #d3007d !important;
  color: #fff !important;
}

.btn-cancel-reset {
  margin-top: 20px;
  margin-right: 30px;
  background-color: #666;
  color: #fff;
  border-radius: 0;
  font-size: 14px;
  transition: background-color 0.5s ease;
}

.btn-cancel-reset:hover,
.btn-cancel-reset:active {
  background-color: #444444 !important;
  color: #fff !important;
}

input#reset-username {
  width: 100%;
}

#welcome-driverite {
  text-align: center;
}
#welcome-driverite h3 {
  font-size: 16px;
}
#welcome-driverite a {
  color: #002d6f;
}
#welcome-driverite a:hover {
  color: #002d6f;
}

.sign-in-page {
  min-height: 400px;
}

#sys-messages {
  background-color: #d3007d;
  height: 34px;
}
