.fc-navbar.black-bg {
  background-color: #000 !important;
  margin-top: 0;
}

/* Start */

/* .fc-build-your-own-tabs .nav-tabs{
    justify-content: space-around;
} */

.fc-build-your-own-tabs .nav-tabs .nav-link {
  color: #d9d9d9;
  border: none;
  width: 20%;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 35px;
  background-color: #fff;
  pointer-events: none;
}

.fc-build-your-own-tabs .nav-tabs .nav-link.active {
  border-bottom: 3px solid #e51836 !important;
  color: #e51836 !important;
  font-weight: 600;
  pointer-events: auto;
}

/*
Commented for T149 fix
.fc-build-your-own-tabs .nav-tabs .owl-item:nth-last-child(1) .nav-link {
  background-color: #d9d9d9;
  color: #000;
  border-radius: 0;
}
*/

/* Card Layout */

.fc-build-product-card {
  border: none;
  border-radius: 0;
  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19) !important;
}

.fc-build-product-card .card-img-top {
  overflow: inherit;
}

.fc-build-product-card h4 {
  font-family: Georama, sans-serif;
  color: #000;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 15px;
}

/* .fc-build-product-card .dropdown button:first-child:active,  */
.fc-build-product-card select.form-select {
  background-color: #e6e6e6;
  color: #4d4d4d;
  border: none;
  border-radius: 22px;
  margin-bottom: 25px;
}

.fc-build-product-card select.form-select:focus {
  box-shadow: none;
  outline: 0;
}

.fc-build-product-card .dropdown .dropdown-menu {
  width: 100%;
  border-radius: 25px;
  border: none;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.2);
}

.start-configuring {
  background-color: #f4f4f5;
  color: #9d9d9d;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 20px;
  font-weight: 600;
}

.start-configuring.active {
  background-color: #e51836;
  color: #fff;
}


/* .fc-build-product-card .card-body {
  padding-bottom: 40px;
} */

.fc-build-product-card .dropdown .product-dropdown li a {
  color: #000;
  font-weight: 500;
}

@media (min-width: 768px) {
  #slider-nav.slick-slider {
    top: 5% !important;
    padding: 0 0 50px 0;
  }
}

.pricing-wrapper {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pricing-wrapper.pricing-wrapper-alignment {
  justify-content: unset;
}

.warranty-content {
  top: 10px;
  left: 10px;
}

@media (min-width: 992px) {
  .warranty-content {
    top: unset;
    left: unset;
    bottom: 10px;
    right: 10px;
  }
}

.warranty-content p {
    font-size: 0.813rem;
    margin-bottom: 10px;
    color: #5e5e5e;
}

.warranty-content p > small {
  color: #e51836;
  font-weight: 500;
}

.product-pricing h2 {
  font-size: 30px;
  font-weight: 600;
  font-family: Georama, sans-serif;
}

@media (min-width: 768px) {
  .product-pricing h2 {
    font-size: 40px;
  }
}

.product-pricing p {
  color: #000;
  margin-bottom: 0;
  margin-left: 10px;
}

/* Implements Section */

/* .implements-wrapper {
  border: 1px solid #333;
} */

.implements-wrapper .heading {
  background-color: #4d4d4d;
  padding: 15px 50px 15px 25px;
}

.implements-wrapper .heading h3 {
  margin-bottom: 0;
  color: #fff;
}

/* .implements-wrapper .implements-list .title, .implements-wrapper .implements-list .content p {
  color: #000;
} */

.implements-wrapper .implements-list .content {
  padding-top: 25px;
}

.implements-list {
  padding-left: 0;
  margin-bottom: 0;
}

.implements-list li {
  list-style: none;
  padding: 20px;
}

.implements-list li:nth-child(2n) {
  background-color: #fff;
}

.implements-column {
  background-color: #f4f4f5;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19) !important;
}

.implements-column .btn-red {
  padding: 15px 0;
}

.implements-wrapper .implements-list .title {
  position: relative;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}

.implements-list .title::after {
  content: url("../img/down-arrow.png");
  position: absolute;
  right: 30px;
}

.implements-list .title.show::after {
  transform: rotate(180deg);
}

.start-over-wrapper .fc-rounded-btn {
  background-color: transparent;
  color: #000;
  font-weight: 600;
  border: 1px solid #000;
}

.start-over-wrapper .fc-rounded-btn img {
  margin-right: 10px;
}

.custom-product h2 {
  color: #000;
  text-transform: none;
  font-weight: 600;
  font-family: Georama, sans-serif;
}

.custom-product p {
  color: #4d4d4d;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 18px;
  letter-spacing: 0.5px;
}

/* .sidbar-list-wrapper {
  height: 65vh;
  overflow-y: auto;
} */

.sidbar-list-wrapper::-webkit-scrollbar {
  width: 0;
}

.slider-nav div img {
  height: auto;
  width: 100px;
}

.choose-btn:hover,
.choose-btn {
  background-color: #e51836;
  color: #fff;
  border-radius: 10px;
}

.implements-list .choose-btn {
  height: 40px;
  border-radius: 25px;
  font-size: 16px;
  padding: 5px 15px;
}

.implements-list .list-item-content p {
  font-size: 13px;
  margin-bottom: 10px;
  color: #5e5e5e;
}

.implements-list .list-item-content label {
  color: #000;
  font-weight: 500;
}

.implements-list .form-check {
  border-bottom: 1px solid #00000066;
  padding-bottom: 10px;
  padding-top: 10px;
}

.implements-list .form-check.parent-level, .implements-list .form-check.second-level {
  border-bottom: 1px solid #0000001a;
}

.implements-list > li .content > .form-check.parent-level.last-child {
  border-bottom: 1px solid #00000066;
}

.implements-list .list-item-content .include-status {
  color: #e51836;
  font-weight: 500;
}

.implements-list .form-check .form-check-input {
  border: 1px solid #000;
}

@media (max-width: 768px) {
  .pricing-wrapper {
    position: fixed;
    bottom: 55px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 15px 10px 20px;
  }
}

@media (max-width: 768px) {
  .start-over-wrapper {
    width: 100%;
    text-align: end;
  }
}

/* Product summary */

@media (min-width: 992px) {
  .product-summary {
    height: 85vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.display-model-section img {
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19) !important;
}

@media (min-width: 768px) {
  .display-model-section {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .title-content-wrapper {
    margin-left: 30px;
  }
}

.title-content-wrapper h2 {
  font-family: Georama, sans-serif;
  color: #000;
  text-transform: inherit;
  font-weight: 600;
  font-size: 30px;
}

.title-content-wrapper p {
  font-size: 18px;
  color: #4d4d4d;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.fc-border-bottom {
  border-bottom: 1px solid #000;
}

.summary-title {
  font-family: Georama, sans-serif;
  color: #000;
  text-transform: inherit;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.summary-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e6e6e6;
  padding: 15px 20px;
}

.summary-content .price {
  font-weight: 600;
  font-size: 20px;
}

.content-strip p,
.summary-content p {
  margin-bottom: 0;
}

.edit-model-link {
  color: #e51836;
  font-size: 16px;
  font-weight: 600;
}

.content-strip {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19) !important;
}

.final-pricing h2,
.content-strip .price {
  color: #e51836;
  font-weight: 600;
  /*font-size: 20px;*/
}

.about-product {
  display: flex;
  align-items: center;
}

.final-pricing p,
.about-product h4,
.about-product p {
  color: #000;
}

.add-ons-list li,
.implements-list li {
  color: #000;
  font-weight: 500;
}

.grey-bg {
  height: 100px;
  width: 100px;
  background-color: #e6e6e6;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.grey-bg h4 {
  margin-bottom: 0;
  color: #e51836;
  text-transform: uppercase;
  font-size: 25px !important;
  font-weight: 700;
}

.grey-bg p {
  margin-bottom: 0;
  color: #e51836;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.about-product h4 {
  font-size: 16px;
  font-weight: 600;
}

.about-product p {
  margin-bottom: 10px;
  font-size: 15px;
}

.pricing-summary {
  background-color: #e6e6e6;
  padding: 15px;
}

.pricing-summary .detail,
.pricing-summary .title {
  color: #000;
}

.pricing-summary li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  color: #4d4d4d;
  font-weight: 400;
  margin-bottom: 10px;
}

.pricing-summary li:nth-last-child(1) {
  margin-bottom: 0;
}

.pricing-summary span {
  font-weight: 600;
  color: #000;
}

.offers-wrapper {
  padding: 35px 50px;
}

.offers-wrapper .final-pricing {
  border-bottom: 1px solid #e6e6e6;
}

.implements-column.offers {
  background-color: #fff;
}

.purchase-list li h5,
.final-pricing h2 {
  font-family: Georama, sans-serif;
}

.purchase-list {
  padding-left: 0;
}

.purchase-list li {
  background-color: #e6e6e6;
  padding: 15px 20px;
  margin-bottom: 30px;
}

.purchase-list li.hidden-item {
  visibility: hidden;
  height: 100px;
  background-color: lightgray;
  margin-bottom: 0;
  /*Optional: Add a background color for better visibility;*/
}

.final-model {
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19) !important;
}

.fc-input-field {
  border: none;
  background-color: #e6e6e6;
  border-radius: 25px;
  padding: 10px 25px;
}

.fc-input-field:active,
.fc-input-field:focus {
  box-shadow: none;
  background-color: #e6e6e6;
}

.input-field-wrapper {
  margin: 10px 0;
}

.fc-form-submit:hover,
.fc-form-submit:active,
.fc-form-submit {
  background-color: #e51836 !important;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 15px;
}

.build-your-own-footer {
  padding: 1rem 0 !important;
}

.display-model-section .model-img {
  height: 300px;
}

.display-model-section .model-img img {
  height: 100%;
  width: 100%;
}

.product-summary h4 {
  font-family: Georama, sans-serif;
}

.summary-btn {
  font-size: 25px;
  font-weight: 500;
  z-index: 999;
  text-transform: capitalize;
}

.specifications-table::-webkit-scrollbar {
  display: none;
}

@media (min-width: 992px) {
  .shop-now-slider-for .slick-slide img {
    display: block;
    max-height: 370px;
    width: auto;
    margin: 0 auto;
  }

  .shop-now-slider-for .slick-slide img.featured-image {
    max-height: unset;
  }
}

.byo-short-description span{
  color: #4d4d4d;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.5px;
}

.byo-item-title{
  font-size: 13px !important;
}

#buildYourOwnModal ul li{
	margin-bottom: 5px;
}

#buildYourOwnModal ul li a{
  color: #e51636;
  font-size: 16px;
	font-weight: 500;
  text-decoration: none;
}

.fc-product-disclaimer{
  font-size: 10px;
  text-align: center;
}

@media(min-width: 768px){
  .fc-product-disclaimer{
    text-align: end;
  }
}

.fc-disclaimer-content ol li::marker,
.fc-disclaimer-popup{
  color: #e51636;
}