.fc-navbar {
  /*margin-top: 20px;*/
  padding-top: 0;
  padding-bottom: 0;
  z-index: 99;
  background-color: transparent !important;
}

.fc-navbar .navbar-brand {
  width: 35%;
}

@media (min-width: 768px) {
  .fc-navbar .navbar-brand {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .fc-navbar .navbar-brand {
    width: 12%;
    margin-left: 15px;
  }
}

#navbar-hamburger {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

#navbar-hamburger {
  padding: 0;
}

#navbar-hamburger .bar1,
#navbar-hamburger .bar2,
#navbar-hamburger .bar3 {
  display: block;
  width: 20px;
  height: 2.2px;
  background-color: #fff;
  margin: 5px 0;
}

.fc-navbar .fc-nav-toggle a {
  height: 24px;
  margin-right: 15px;
}

.fc-navbar .fc-nav-toggle a img {
  height: 100%;
}

@media (max-width: 992px) {
  .fc-navbar .navbar-collapse {
    width: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    overflow-y: auto;
    height: 100vh;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
  }
}

.fc-navbar .navbar-collapse.show {
  right: 0;
}

.nav-close {
  z-index: 999;
  /*transform: translateY(-20px);*/
}

.nav-close .bar1 {
  transform: rotate(50deg);
  transform-origin: -9%;
}

.nav-close .bar3 {
  transform: rotate(-45deg);
  transform-origin: 10% 190%;
}

.nav-close .bar2 {
  opacity: 0 !important;
}

.navbar-toggler .fc-hamburger {
  display: block;
  width: 30px;
  height: 1px;
  border-radius: 1px;
}

.choose-location {
  padding: 15px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.choose-location .fa-location-dot {
  color: #fff !important;
  font-size: 19px;
  margin-right: 5px;
}

.choose-location a {
  color: #fff;
  max-width: 250px;
  white-space: nowrap;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fc-mobile-nav .fc-nav-dropdown .nav-link,
.fc-navbar .fc-mobile-nav .nav-link {
  color: #000;
  font-weight: 500;
  font-size: 18px;
}

.fc-navbar .fc-mobile-nav .nav-item {
  padding: 7px 20px;
  border-bottom: 2px solid #ccc;
}

.inner-dropdown,
.nav-dropdown-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Mobile Dropdown list */

.fc-navbar .fc-nav-dropdown {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  transition: all 0.6s ease-in-out;
}

.fc-navbar .fc-nav-dropdown.show {
  right: 0;
}

.fc-dropdown-category {
  display: none;
}

.fc-dropdown-category.show {
  display: block;
}

.fc-nav-dropdown .product-category-nav {
  padding: 18px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.fc-nav-dropdown .product-category-nav a {
  position: absolute;
  left: 16px;
  transform: rotate(90deg);
}

.fc-nav-dropdown .inner-dropdown.show {
  background-color: #e51836;
}

.fc-nav-dropdown .inner-dropdown.show a {
  color: #fff;
}

.fc-nav-dropdown .inner-dropdown.show img {
  transform: rotate(90deg);
}

.list {
  display: none;
}

.list.show {
  display: block;
}

.inner-dropdown-content {
  display: none;
}

.inner-dropdown-content.show {
  display: block;
}

.inner-series-list {
  padding-left: 0;
}

.inner-series-list li {
  list-style: none;
}

/* .series-nav-wrapper {
  display: flex;
  justify-content: space-between;
} */

.series-nav-wrapper p {
  color: #000;
}

.series-nav-wrapper .card-body small span {
  color: #e51836;
  font-weight: 600;
}

.fc-mobile-nav .series-nav-wrapper img {
  height: 100%;
  /* object-fit: cover; */
}

.series-nav-wrapper h4 {
  font-family: Georama, sans-serif;
  color: #000;
  text-transform: unset;
  font-weight: 600;
  font-size: 18px;
}

.series-nav-wrapper .img-thumbnail {
  width: 50%;
  height: 100%;
  padding: 0;
}

.series-nav-wrapper .text-wrapper {
  padding: 20px 25px 0 20px;
}

.inner-dropdown.bg-red {
  background-color: #e51836;
}

.inner-dropdown.bg-red a {
  color: #fff !important;
}

.inner-series-list li {
  border-bottom: 2px solid #ececec;
}

.inner-series-list li:last-child(0) {
  border-bottom: none;
}

/* @media (max-width: 768px) {
  .fc-nav-toggle {
    display: none;
  }
} */

.fc-desktop-nav li a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  .fc-navbar .fc-nav-toggle {
    display: none;
  }
}

/* Desktop Navigation */

.navbar-toggler {
  display: block;
}

@media (min-width: 992px) {
  #navbar-hamburger {
    display: none !important;
  }
}

.nav-item i,
.fc-desktop-nav li a.active,
.fc-desktop-nav li a {
  color: #fff !important;
}

.fc-secondary-nav .navbar-nav li a {
  color: #e6e6e6 !important;
}

.fc-secondary-nav .navbar-nav li:nth-last-child(1) a {
  padding-right: 0;
}

.fc-nav-custom-container {
  padding: 10px;
  /* max-width: 1500px; */
  border-bottom: 1px solid #ffffff;
}

.black-bg .fc-nav-custom-container {
  border: none;
}

@media (min-width: 1200px) {
  .fc-secondary-nav .navbar-nav li,
  .fc-desktop-nav li {
    margin: 0 15px;
  }
  .fc-nav-custom-container {
    padding: unset;
  }
}

.fc-secondary-nav .navbar-nav li a {
  color: #fff;
  font-size: 12px;
}

.secondary-nav-item a {
  color: #e51836 !important;
}

.select-location a {
  color: #fff !important;
  font-weight: 400;
  margin-right: 14px;
  font-size: 14px;
  display: inline-block;
  max-width: 150px;
  /* Set your desired width */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: text-bottom;
}

@media (max-width: 768px) {
  .fc-secondary-nav,
  .fc-secondary-nav .navbar-toggler {
    display: none;
  }
}

.black-bg {
  background-color: #000;
}

.shop-now-dropdown {
  border-radius: 0;
  padding: 20px;
  min-width: 300px;
  border: none;
  box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.75);
}

.shop-now-dropdown .fc-input-field {
  border: none;
  background-color: #e6e6e6;
  border-radius: 20px;
  padding: 8px 15px;
  font-size: 0.8rem;
}

.shop-now-dropdown .btn {
  font-size: 0.8rem;
  padding: 5px 30px;
}

.shop-now-dropdown #fc-shop-now-header-error-message {
  font-size: 0.75rem;
}

.shop-now-dropdown h4 {
  font-family: Georama, sans-serif;
  font-size: 1rem;
  margin-bottom: 13px;
  text-transform: initial;
}

.shop-now-dropdown .red-btn:hover {
  color: #fff;
}

/* Desktop Mega Menu */
.menu-tractor-detail {
  display: none;
}

.menu-tractor-detail.active {
  display: block;
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.75);
}

.menu-tractor-detail .nav-tabs {
  border: none;
  border-bottom: 1px solid #ccc;
}

.menu-tractor-detail .nav-tabs .nav-item {
  border-right: 1px solid #ccc;
}

.menu-tractor-detail .nav-tabs .nav-link {
  border: none !important;
  color: #000;
  font-weight: 500;
  margin-bottom: unset;
  border-radius: unset !important;
  padding: 1rem;
}

.menu-tractor-detail .nav-tabs .nav-link:hover {
  color: #e51836;
}

.menu-tractor-detail .img-wrapper,
.nav-series-wrapper .card-thumbnail {
  height: 100%;
}

.menu-tractor-detail .img-wrapper img,
.nav-series-wrapper .card-thumbnail img {
  object-fit: cover;
  height: 100%;
  border-radius: 0;
}

.nav-series-content h3,
.nav-series-wrapper .series-card h5 {
  font-family: Georama, sans-serif;
  text-transform: inherit;
  font-size: 25px;
  font-weight: 600;
}

.nav-series-wrapper .series-card {
  border-radius: 0;
}

.nav-series-wrapper .series-card p {
  font-size: 13px;
}

.nav-series-content .price,
.nav-series-wrapper .series-card .price {
  font-size: 22px;
  font-weight: 600;
  color: #e51836;
  margin-bottom: 0;
}

.nav-series-wrapper {
  overflow-y: auto;
  max-height: 442px;
  /* Adjust this value according to your needs */
}

.nav-series-content {
  margin-top: 15px;
}

.nav-series-content .fc-btn .btn-bg-before {
  background-color: #e6e6e6;
}

.nav-series-content .fc-btn .title-btn,
.nav-series-content .fc-btn .fc-btn-icon .fa-angle-right {
  color: #000;
  font-family: Georama, sans-serif;
  letter-spacing: 0;
}

.nav-series-content .fc-btn:hover .fc-btn-icon .fa-angle-right,
.nav-series-content .fc-btn:hover .title-btn {
  color: #fff;
}

.nav-series-content .fc-btn .fc-btn-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.nav-series-content .fc-btn .fc-btn-icon .fa-angle-right {
  font-size: 14px;
}

.nav-series-content .buttons-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}

.nav-series-content .buttons-wrap .fc-btn {
  margin-bottom: 10px;
}

.nav-series-wrapper::-webkit-scrollbar-track {
  padding: 2px 0;
  background-color: #e6e6e6;
}
.nav-series-wrapper::-webkit-scrollbar-thumb {
  background-color: #e51836;
}
.nav-series-wrapper::-webkit-scrollbar {
  width: 3px;
} 

.nav-series-content table tr td:nth-last-child(1) {
  text-align: right;
}

#menu-tractor-open-close {
  cursor: pointer;
}

.fc-desktop-nav .dropdown-toggle::after,
#menu-tractor-open-close::after {
  content: url(../img/white-down-arrow.png);
  /* Replace with your image path */
  display: inline-block;
  margin-left: 5px;
  border: none;
  vertical-align: middle;
}

.hover-series-card {
  cursor: pointer;
}

.hover-series-card.active,
.hover-series-card:hover {
  background-color: #e6e6e6;
}

.menu-tractor-detail > .nav-tabs > .nav-item .nav-link.active {
  background-color: #e51836;
  color: #fff;
}

.nav-series-content p {
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
}

.series-card small,
.nav-series-content small {
  font-size: 0.7rem;
}

/* Mobile Nav */
.inner-dropdown.bg-red img {
  transform: rotate(90deg);
}

.menu-opacity {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

.menu-tractor-detail .nav-tabs .nav-item:first-child{
  background-color: #000;
}
.menu-tractor-detail .nav-tabs .nav-item:first-child .nav-link{
  color: #fff;
}

.menu-tractor-detail .nav-tabs .nav-item:first-child .nav-link:hover{
  color: #e51836;
}

#fc-get-a-quote-nav-item a{
	padding: 8px;
    color: #fff;
}