.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

#windshield-div {
  height: 900px;
  width: 100%;
}

#windshield-feature {
  margin-top: 0px;
  padding: 0px;
  object-fit: cover;
  display: flex;
  justify-content: center;
}

#cooling-system-feature {
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 80px;
  padding: 0px;
  object-fit: cover;
  display: flex;
  justify-content: center;
}

#windshield-img-col {
  padding: 0px;
}

#windshield {
  margin-top: 0px;
}

#windshield-img {
  height: 55vh;
  width: 100%;
  background: url("../../assets/img/2023/fourth%20screen.png") center / cover no-repeat;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
}

@media (min-width: 992px) {
  #windshield-img {
    height: 65vh;
    width: 100%;
    background: url("../../assets/img/2023/fourth%20screen.png") center / cover no-repeat;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  }
}

@media (min-width: 1400px) {
  #windshield-img {
    height: 80vh;
    width: 100%;
    background: url("../../assets/img/2023/fourth%20screen.png") center / cover no-repeat;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  }
}

#cooling-system-img {
  height: 50vh;
  width: 100%;
  background: url("../../assets/img/SolidWorks/fifth%20screen%20diagram.png") center / cover no-repeat;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
}

@media (min-width: 992px) {
  #cooling-system-img {
    height: 50vh;
    width: 100%;
    background: url("../../assets/img/SolidWorks/fifth%20screen%20diagram.png") center / cover no-repeat;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  }
}

@media (min-width: 1400px) {
  #cooling-system-img {
    height: 65vh;
    width: 100%;
    background: url("../../assets/img/SolidWorks/fifth%20screen%20diagram.png") center / cover no-repeat;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  }
}

#cooling-system-text-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
  margin-bottom: 20px;
  color: black;
}

@media (min-width: 768px) {
  #cooling-system-text-div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    margin-right: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
    color: black;
  }
}

.windshield-paragraph {
  width: 100px;
  font-size: 10px;
  text-align: center;
}

.cooling-system-paragraph {
  width: 100px;
  font-size: 10px;
}

@media (min-width: 768px) {
  .windshield-paragraph {
    width: 300px;
    font-size: 16px;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .cooling-system-paragraph {
    width: 300px;
    font-size: 16px;
  }
}

.cooling-system-heading {
  font-size: 24px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 50px;
}

.windshield-heading {
  font-size: 22px;
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .windshield-heading {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .windshield-heading {
    font-size: 30px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 768px) {
  .cooling-system-heading {
    font-size: 30px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }
}

#trailing-arms-container {
  margin-top: 60px;
  width: 100%;
}

#trailing-arms-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  padding-right: 0px;
}

@media (min-width: 992px) {
  #trailing-arms-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 80px;
  }
}

#trailing-arms-img {
  background: url("../../assets/img/Section%20Images/trailing-arms-two-img.png") center / cover no-repeat;
  width: 70%;
  height: 35vh;
  padding-left: 80px;
}

@media (min-width: 576px) {
  #trailing-arms-img {
    background: url("../../assets/img/Section%20Images/trailing-arms-two-img.png") center / cover no-repeat;
    width: 70%;
    height: 50vh;
    padding-left: 80px;
  }
}

@media (min-width: 768px) {
  #trailing-arms-img {
    background: url("../../assets/img/Section%20Images/trailing-arms-two-img.png") center / cover no-repeat;
    width: 80%;
    height: 60vh;
    padding-left: 80px;
  }
}

@media (min-width: 992px) {
  #trailing-arms-img {
    background: url("../../assets/img/Section%20Images/trailing-arms-two-img.png") center / cover no-repeat;
    width: 50%;
    height: 70vh;
    padding-left: 80px;
  }
}

@media (min-width: 1200px) {
  #trailing-arms-img {
    background: url("../../assets/img/Section%20Images/trailing-arms-two-img.png") center / cover no-repeat;
    width: 50%;
    height: 70vh;
    padding-left: 80px;
  }
}

#trailing-arms-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 120px;
  margin-bottom: 120px;
}

@media (min-width: 992px) {
  #trailing-arms-row {
    display: flex;
    flex-direction: row;
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

#trailing-arms-div {
  text-align: center;
}

@media (min-width: 992px) {
  #trailing-arms-div {
    text-align: left;
  }
}

#a-arms-img-text {
  display: flex;
  flex-direction: row;
  margin-bottom: 0px;
  color: black;
}

@media (min-width: 576px) {
  #a-arms-img-text {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
    color: black;
  }
}

#a-arms-img-text-first-col {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 576px) {
  #a-arms-img-text-first-col {
    padding-left: 0px;
    padding-right: 20px;
  }
}

#a-arms-img-text-second-col {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 576px) {
  #a-arms-img-text-second-col {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#a-arms-img-text-third-col {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 576px) {
  #a-arms-img-text-third-col {
    padding-left: 20px;
    padding-right: 0px;
  }
}

#a-arms-img-heading {
  font-size: 24px;
  text-align: center;
}

@media (min-width: 768px) {
  #a-arms-img-heading {
    font-size: 30px;
    text-align: center;
  }
}

#a-arms-img-subheading {
  font-size: 14px;
  text-align: center;
}

@media (min-width: 576px) {
  #a-arms-img-subheading {
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  #a-arms-img-subheading {
    font-size: 16px;
  }
}

#specs-img {
  background: url("../../assets/img/2023/eight%20screen.png") center / cover no-repeat;
  width: 80%;
  height: 20vh;
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  #specs-img {
    background: url("../../assets/img/2023/eight%20screen.png") center / cover no-repeat;
    width: 50%;
    height: 20vh;
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {
  #specs-img {
    background: url("../../assets/img/2023/eight%20screen.png") center / cover no-repeat;
    width: 50%;
    height: 50vh;
    margin-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  #specs-img {
    background: url("../../assets/img/2023/eight%20screen.png") center / cover no-repeat;
    width: 50%;
    height: 60vh;
    margin-bottom: 0px;
  }
}

#specs-heading {
}

#specs-text-heading {
  font-size: 20px;
  margin-bottom: -1px;
}

#specs-text-paragraph {
  font-size: 14px;
  margin-bottom: 0px;
}

#specs {
  background-color: black;
  margin-top: 100px;
}

@media (min-width: 992px) {
  #specs {
    background-color: black;
    margin-top: 0px;
  }
}

#specs-bar {
  width: 45px;
  margin-bottom: 8px;
  border: 1px solid #b4b4b4;
}

#specs-text {
  display: flex;
}

#specs-row {
  margin-top: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 576px) {
  #specs-row {
    margin-top: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  #specs-row {
    margin-top: 0px;
    padding-top: 200px;
    padding-bottom: 200px;
    display: flex;
    align-items: center;
  }
}

#current-choices-subheading {
  color: black;
  text-align: center;
  margin-top: 50px;
  font-size: 20px;
}

#current-choices-heading {
  color: black;
  text-align: center;
  margin-top: 0px;
  font-weight: bold;
  font-size: 28px;
}

#trailing-arms-text {
  margin-right: 0px;
  margin-left: 0px;
}

#trailing-arms-btns {
  margin-right: 0px;
  margin-left: 0px;
}

#copyright-paragraph {
  color: black;
  margin-right: 10px;
  margin-left: 10px;
}

#footer-paragraph {
  color: black;
  margin-right: 10px;
  margin-left: 10px;
}

#footer-col {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#sidebar-message-btn {
  color: black;
  background-color: rgba(255,255,255,0);
  width: 125px;
  height: 35px;
}

#hor-bar-3 {
  margin-top: 220px;
  margin-bottom: 0px;
  transition: 0.5s;
  align-items: center;
}

@media (min-width: 768px) {
  #hor-bar-3 {
    margin-top: 140px;
    margin-bottom: 50px;
    transition: 0.5s;
  }
}

@media (min-width: 992px) {
  #hor-bar-3 {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

#hor-bar {
  margin-top: 0px;
  margin-bottom: 60px;
  align-items: center;
}

@media (min-width: 768px) {
  #hor-bar {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

#bar {
  border-top: 2px solid black;
  width: 80%;
}

#hor-bar-2 {
  margin-top: 50px;
  margin-bottom: 80px;
  align-items: center;
}

@media (min-width: 768px) {
  #hor-bar-2 {
    margin-top: 100px;
    margin-bottom: 80px;
  }
}

#windshield-text-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
  color: black;
}

@media (min-width: 768px) {
  #windshield-text-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    color: black;
    margin-left: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  #windshield-text-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    color: black;
    margin-left: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1400px) {
  #windshield-text-div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    color: black;
    margin-left: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

#windshield-text-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 80px;
}

@media (min-width: 768px) {
  #windshield-text-col {
    display: flex;
    flex-direction: column;
    align-items: start;
    height: initial;
    margin-bottom: 10px;
  }
}

.underline-bullet {
  text-decoration: none;
}

#windshield-bullet-heading {
  font-size: 20px;
  color: black;
  padding-top: 20px;
}

#carousel-bullet-heading {
  font-size: 28px;
  color: black;
  padding-top: 20px;
}

@media (min-width: 768px) {
  #windshield-bullet-heading {
    font-size: 20px;
    color: black;
    padding-top: 0px;
  }
}

@media (min-width: 768px) {
  #carousel-bullet-heading {
    font-size: 20px;
    color: black;
    padding-top: 0px;
  }
}

#frame-more-paragraph {
  font-size: 0px;
  margin-left: 22px;
  transition: 0.5s;
  color: black;
}

#trailing-arms-more-paragraph {
  font-size: 0px;
  margin-left: 22px;
  transition: 0.5s;
  color: black;
}

#cooling-system-more-paragraph {
  font-size: 0px;
  margin-left: 22px;
  transition: 0.5s;
}

#windshield-more-paragraph {
  font-size: 0px;
  margin-left: 22px;
  transition: 0.5s;
}

#carousel-more-paragraph {
  font-size: 0px;
  margin-left: 22px;
  transition: 0.5s;
}

#frameExpItem {
  color: #007aff;
}

#trailingArmsExpItem {
  color: #007aff;
}

#coolingSystemExpItem {
  color: #007aff;
}

#windshieldExpItem {
  color: #007aff;
}

#carouselExpItem {
  color: #007aff;
}

#cooling-system-text-col {
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  #cooling-system-text-col {
    height: initial;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}

#carousel-btn-message:hover {
  border-color: #007aff;
  transition: 0.35s;
}

#frame-btn-order:hover {
  border-color: #007aff;
  transition: 0.35s;
}

#windshield-btn-order:hover {
  border-color: #007aff;
  transition: 0.35s;
}

#windshield-btn-message:hover {
  border-color: #007aff;
  transition: 0.35s;
}

#cooling-system-btn-order:hover {
  border-color: #007aff;
  transition: 0.35s;
}

#cooling-system-btn-message:hover {
  border-color: #007aff;
  transition: 0.35s;
}

#trailing-arms-btn-order:hover {
  border-color: #007aff;
  transition: 0.35s;
}

#trailing-arms-btn-message:hover {
  border-color: #007aff;
  transition: 0.35s;
}

#a-arms-btn-order:hover {
  border-color: #007aff;
  transition: 0.35s;
}

#a-arms-btn-message:hover {
  border-color: #007aff;
  transition: 0.35s;
}

#frame-btn-message:hover {
  border-color: #007aff;
  transition: 0.35s;
}

#product-list {
  color: black;
}

.ref-heading {
  font-size: 28px;
  margin-top: 10px;
}

.ref-name {
  font-size: 28px;
}

#shop-nav-item {
  font-size: 28px;
}

.ref-image {
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
}

#product-list-paragraph {
  color: black;
}

.reflow-product {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .reflow-product {
    margin-top: 30px;
  }
}

#back-button-container {
  display: flex;
  flex-direction: row;
  justify-content: end;
}

#products {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#list-of-products {
}

#back-button {
  background: rgba(13,110,253,0);
  color: rgb(0,0,0);
  border-style: none;
  font-size: 28px;
  padding: 0px;
  margin-bottom: 10px;
  margin-top: 20px;
}

#cart-val {
  font-size: 20px;
}

#landing-logo {
  width: 80%;
}

@media (min-width: 576px) {
  #landing-logo {
    width: 60%;
  }
}

@media (min-width: 768px) {
  #landing-logo {
    width: 30%;
  }
}

@media (min-width: 1200px) {
  #landing-logo {
    width: 20%;
  }
}

#body-frame-img {
  width: 100vw;
  height: 40vh;
  background: url("../../assets/img/2023/second%20screen.png") center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  #body-frame-img {
    width: 80%;
    height: 55vh;
    background: url("../../assets/img/2023/second%20screen.png") center / cover no-repeat;
    display: flex;
    justify-content: center;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  }
}

@media (min-width: 1400px) {
  #body-frame-img {
    width: 80%;
    height: 70vh;
    background: url("../../assets/img/2023/second%20screen.png") center / cover no-repeat;
    display: flex;
    justify-content: center;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  }
}

#body-frame-img-container {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  display: flex;
  justify-content: center;
}

#replacement-parts {
  margin-top: 40px;
  margin-bottom: 80px;
}

#upgrades {
  margin-top: 40px;
}

section {
  scroll-snap-align: start;
}

html {
  /*scroll-snap-type: y mandatory;*/
}

.button-logo {
  width: 45%;
}

@media (min-width: 576px) {
  .button-logo {
    width: 50%;
  }
}

.button-logo-row {
  text-align: center;
  margin-top: 20px;
}

#trailing-arms-buttons {
  align-items: center !important;
}

@media (min-width: 576px) {
  #trailing-arms-buttons {
    align-items: start !important;
  }
}

.horizontal-logo {
  width: 30%;
}

@media (min-width: 576px) {
  .horizontal-logo {
    width: 20%;
  }
}

@media (min-width: 768px) {
  .horizontal-logo {
    width: 10%;
  }
}

.horizontal-bar {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-left: 0px;
}

#windshield-bar {
  margin-top: 180px;
}

@media (min-width: 992px) {
  #windshield-bar {
    margin-top: 0px;
  }
}

#cooling-system {
  margin-bottom: 30px;
}

.horizontal-bar-ecomm {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ref-product {
  padding-bottom: 10px;
  padding-top: 10px;
}

li {
  color: black;
}

