a:hover {
  color: #0056b3;
  text-decoration: none;
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 14px;
  padding-left: 14px;
}


.navbar-nav>li:hover {
  border-bottom: 2px solid #f50303;
}

nav {
  max-width: 1880px;
  margin: auto;
}

.navbar-nav>li {
  border-bottom: 2px solid #000000;
}

.navbar-nav>li.active a {
  opacity: 1;
}

.navbar-nav>li.active {
  border-bottom: 2px solid #f50303;
}

.navbar-nav>li a {
  opacity: 1;
}

.bg-dark {
  background-color: #000000 !important;

}

.navbar {
  margin-bottom: 0px;

}


.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  color: #fff;
}

@media (min-width: 1200px) {
  .show {
    display: flex !important;
  }
}

h6 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.65rem;
}

.navbar {
  padding: 0 !important;
}

@media(max-width: 480px) {
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .navbar::after,
  .navbar::before {
    display: none;
  }

  .navbar-nav>li:hover {
    border-bottom: none;
  }

  .navbar-nav>li.active {
    border-bottom: none;
  }


  .navbar-nav>li {
    border-bottom: 2px solid #1b2025;
  }

  .navbar-dark .navbar-nav .active>.nav-link {
    color: #fff;
    /* border: 2px black; */
    border-bottom: 2px solid #1b2025;
  }
}

@media(min-width: 1199px) {
  .navbar-brand img {
    margin-top: -10px;
    margin-left: 3px;
  }
}

.btn-highlight {
  padding: 8px 16px;
  background-color: #fbac16;
  font-size: 14px;
  color: #000000;
  margin-right: 10px;
}

.navbar-toggler {
  padding: 1rem 1rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  margin-right: 8px;
}

.btn-primary,
.btn-outline-primary {
  margin-left: 50px;
  margin-top: 16px;
  background-color: #f50303;
  border-radius: 0;
  padding: 10px 20px;
  border: 1px solid #f50303;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  transform: all 0.6s ease-in;
}

.btn-primary:hover,
.btn-outline-primary:hover {
  background-color: #fff;
  color: #f50303;
  border: 1px solid #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
  transform: all 1s ease;
}

/* a:hover { */
  /* text-decoration: none; */
  /* color: #fff; */
/* } */

.fade {
  opacity: 1;
}

.form-control {
  font-size: 16px;

}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 992px;
    margin: 1.75rem auto;
  }
}

@media (max-width:480px) {
  .fw-img-wrapper {
    display: none
  }
}

@media screen and (max-width: 767px) {

  .btn-primary,
  .btn-outline-primary,
  .btn-outline-primary {
    font-size: 14px;
    padding: 6px 12px;
  }
}

/*@media (min-width: 1199px){
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

}*/

.boxview {
  border-radius: 10px;
  background-color: white;
  padding: 30px;
  text-align: left;

}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.btn-primary,
.btn-outline-primary {
  margin-left: 50px;
  margin-top: 16px;
  background-color: #f50303;
  border-radius: 0;
  padding: 10px 20px;
  border: 1px solid #f50303;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  transform: all 0.6s ease-in;
}

.btn-primary:hover,
.btn-outline-primary:hover {
  background-color: #fff;
  color: #f50303;
  border: 1px solid #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
  transform: all 1s ease;
}

td {
  text-align: left;

}

.nav-tabs .nav-link.active {
  color: #f50303;
  border-bottom: 2px solid #f50303;

}

.overview-specs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
}

.btn-primary,
.btn-outline-primary {
  margin-left: 50px;
  margin-top: 16px;
  background-color: #f50303;
  border-radius: 0;
  padding: 10px 20px;
  border: 1px solid #f50303;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  transform: all 0.6s ease-in;
}

.btn-txt-primary {
  color: #f50303;
  font-size: 18px;
  font-weight: 500;
  vertical-align: middle;
}

.btn-outline-primary {
  background-color: transparent;
  color: #f50303 !important;
}

.product-overview .btn-outline-primary:hover {
  background-color: #f50303;
  color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in;
}

.tab-content>.active {
  display: block;
  opacity: 1;
}

p {

  font-size: 14px;
  margin-top: -5px;
}

label {

  font-weight: normal !important;
  font-size: 16px !important;
}

.form-group {
  text-align: left;
}

.form-control {

  font-size: 1.55rem;

}

.btn-primary:hover {
  color: #f50303;
  background-color: #fff;
  border-color: #f50303;
}

.fade.in {
  opacity: 1 !important;
}

.section-title h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 48px;
  margin-bottom: 0;
  font-weight: 600;
}

.mega-dropdown-menu p {
  text-align: center !important;
  margin-top: 16px;
  font-size: 1.65rem;
  font-weight: 600;
}

.count-title {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  font-size: 30px;
}