/*Single page*/
p{
  font-size: 18px;
}
.pageContainer {
	background: #fff;
}

.innerVariant {
	width: 200px;
}

.varientHolder {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.varientNameNPrice {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
  font-size: small;
}

.varient , .price {
	width: 100%;
	display: block;
}

.innerVariant:hover {
	background: #cacaca;
	cursor: pointer;
	border-bottom: 2px solid #ffba00;
	transition: ease-in-out;
}


.show{
  border-bottom: 2px solid #ffba00 !important;
  background: #cacaca;
}

.innerVariant{
    border-bottom: 2px solid transparent;
}

.colorNtextHolder {
	display: flex;
	padding: 2%;
}

.colorHolder, .modelEntryinfo{
    width: 50%;
}

.bold-price {
	font-size: 37px;
	font-weight: bold;
}

.buttonsHolder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.yellowButton,
.blackButton {
    width: 49%; /* Adjust the width as needed */
    margin-bottom: 10px; /* Adjust the margin as needed */
}

.yellowButton a{
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    background-color: #ffba00;
    color: #000; /* Adjust text color as needed */
    font-weight: bold;
    font-size: 15px;
}

.quform-popup-link.quform-popup-link-5 {
	background: #000;
	padding: 11px 45px 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	display: block;
}

.varientPrice {
	border-top: 2px solid #606060;
	margin-top: 3%;
}

.textArea {
	font-size: 16px;
}

.midImagesHolder {
	display: flex;
	justify-content: space-between;
	padding: 5% 0;
}

.techSection h2, .techSection p {
	text-align: center;
}
.techSection p {
	padding: 0 100px;
  font-size: 18px;
}

.techSection {
    padding: 5% 0 10px;
}

.specHolder {
    display: flex;
    width: 100%;
    gap: 24px;
    align-items: stretch;
}

.featuresHolder,
.featureImageHolder {
    flex: 1;
}

.featureImageHolder {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    width: 100%;
}

.featuresHolder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.featuresHolder ul{
	margin-left: 0px;
  font-size: 18px;
}

.techSection.greyBackground {
	background: #d7d7d7;
}


/** Stage container **/

.connected-carousels .stage {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
  }
  
  .connected-carousels .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
  }
  
  .connected-carousels .photo-credits a {
    color: #fff;
  }
  
  .entry-content ul>li {
    list-style-type: none;
  }
  
  .vehicleColourHolder .stage {
	max-width: 550px;
	padding-top: 8%;
}
  
  .vehicleColourNavHolder .carousel-navigation ul {
	display: flex;
	justify-content: space-evenly;
	max-width: 600px;
	flex-wrap: wrap;
}
  
  .vehicleColourNavHolder 
   .carousel-navigation {
      max-width: 600px;
      margin: auto;
  }
  
  
  /** Navigation container **/
  
  .connected-carousels .navigation {
    width: 100%;
    margin: 0;
    position: relative;
  }
  
  
  /** Shared carousel styles **/
  
  .connected-carousels .carousel {
    overflow: hidden;
    position: relative;
  }
  
  .connected-carousels .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .connected-carousels .carousel li {
    float: left;
  }
  
  
  /** Stage carousel specific styles **/
  
  .connected-carousels .carousel-stage {
	height: 375px;
	-moz-box-shadow: 0 0 2px #999;
}

.gallery-section {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / .93);
    z-index: 99999;
    overflow-y: scroll;
    display: none;
}

.gallery-section.show-new {
    display: flex;
    padding: 20px;
}

.gallery-section .connected-carousels .carousel-stage {
	height: unset;
}

.gallery-section .connected-carousels .stage {
	max-width: 795px;
}
  
  /** Navigation carousel specific styles **/
  
  .connected-carousels .carousel-navigation {
	height: 100px;
	width: 100%;
}
  
.connected-carousels .carousel-navigation ul {
	width: 60%;
	height: 20000em;
	position: relative;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	top: 0 !important;
    left: 0 !important;
}

  .connected-carousels .carousel-navigation li {
	cursor: pointer;
	float: left;
	width: 20%;
	list-style-type: none;
	padding-bottom: 4px;
}

  .connected-carousels .carousel-navigation li img {
    display: block;
  }
  
  .connected-carousels .carousel-navigation li.active img {
    border-color: #A5A5A5;
  }
  
  
  /** Stage carousel controls **/
  
  .connected-carousels .prev-stage, .connected-carousels .next-stage {
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #0000008c;
      color: #fff!important;
      font-size: 36px;
      padding: 10px 10px;
      cursor: pointer;
  }
  
  .connected-carousels .prev-stage {
    left: 0;
  }
  
  .connected-carousels .next-stage {
    right: 0;
  }
  
  .connected-carousels .prev-stage.inactive,
  .connected-carousels .next-stage.inactive {
    display: none;
  }
  
  .connected-carousels .prev-stage span,
  .connected-carousels .next-stage span {
    width: 400px;
    height: 100%;
  }
  
  /** Navigation carousel controls **/
  
  .connected-carousels .prev-navigation,
  .connected-carousels .next-navigation {
    display: block;
    position: absolute;
  }
  
  .connected-carousels .prev-navigation {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    width: 100%;
    height: 100px;
    z-index: 99;
  }
  
  .connected-carousels .next-navigation {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    width: 100%;
    /*height: 100px;*/
    z-index: 998;
    bottom: 0;
  }
  
  .connected-carousels .prev-navigation.inactive,
  .connected-carousels .next-navigation.inactive {
    display: none;
  }

  @media screen and (max-width: 768px) { /* iPad */
    .colorNtextHolder {
        flex-direction: column;
        overflow: hidden;
    }

    .colorHolder, .modelEntryinfo {
        width: 100%;
    }

    .buttonsHolder {
        width: 100%;
    }

    .specHolder {
        flex-direction: column;
    }

    .featuresHolder, .featureImageHolder {
        width: 100%;
    }

    .carousel.carousel-stage img {
        width: 370px;
    }

    .connected-carousels .carousel-stage {
        width: 535px;
        left: -8%;
    }

    .gallery-section .connected-carousels{
      width: 100%;
      overflow: hidden;
  
    }
    .gallery-section .connected-carousels .stage{
      width: 500px;
    }
    .gallery-section .connected-carousels .navigation{
      width: 500px;
    }
    .gallery-section.show{
      display: flex;
      align-items: center;
    }

    }

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

    .gallery-section .connected-carousels .stage{
      width: 350px;
    }
    .gallery-section .connected-carousels .navigation{
      width: 350px;
    }
  
    .gallery-section .connected-carousels .prev-stage, .gallery-section .connected-carousels .next-stage{
      width: 50px;
    }
    .gallery-section .connected-carousels .next-stage span,   .gallery-section .connected-carousels .prev-stage span{
      display: flex;
      align-items: center;
    }
    .close-btn-container {
      position: absolute;
      z-index: 1;
    }

    .gallery-section .connected-carousels .carousel-stage {
      left: -15%;
    }

    .varientNameNPrice {
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        font-size: small;
        padding: 0 8px;
    }

    .techSection p {
        padding: 0 10px;
    }

    .featuresHolder {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: unset;
        padding: 0 10px;
    }

    .yellowButton a {
        display: block;
        padding: 10px;
        text-align: center;
        text-decoration: none;
        background-color: #ffba00;
        color: #000;
        font-weight: bold;
        font-size: 15px;
        height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
  }