/** Shopify CDN: Minification failed

Line 46:41 Expected ":"

**/
/*   .gv-mmy-bar {float:left; width:100%; margin:10px 0 10px 0;}
  .gv-mmy-bar .mmy-tab {float:left; margin-right:20px;}
  .gv-mmy-bar .mmy-tab select {padding:5px 10px 5px 10px  !important; height:35px; min-width:200px;}
  .gv-mmy-bar .mmy-tab .gv-btn-search {height:35px; padding:5px 10px 5px 10px; margin:0 10px 0 0;}
  .gv-mmy-bar .mmy-tab .gv-btn-clear {height:35px; padding:5px 10px 5px 10px;}
  .mmy-tab.mmy-make.mmy-metadataenabled { width: 100%; }
  .mmy-metadatafullwidth { width: 100%; margin:0px !important; line-height: 40px; }
  .mmy-metadatafullwidth select { width: 100%; }
  .gv-arrow-down:after { display: block; content: url('https://car.govedia.com/Images/down-arrow.png'); margin:0 auto; display: block; width: 100px; margin: 0 auto !important; }
  .gv-hide{ display:none;}
  .gv-arrow-down-model::before { content: "Choose Sub Model"; text-align: center; margin: 0 auto; display: block; font-weight: bold; }
  .gv-arrow-down-year::before { content: "Filter by Year"; text-align: center; margin: 0 auto; display: block; font-weight: bold; } */


#shopify-section-header{
    margin-bottom:0;
}
a.go-btn.gv-btn-search.button:hover span.button-start {
    color: #000 !important;
}
.gvbar_outer-wrap{
    /* background:url("bp-search-bg-mob.jpg") repeat-x;
    background-size:626px; */
     /* background: #cbe7ff;  */
    min-height:210px;
    display:-ms-flexbox;
    display: flex;
    -ms-flex-direction:column;
    flex-direction: column;
    -ms-flex-pack:center;
    justify-content: center;
    position: absolute;
    top: var(--menuHt);
    left: 0;
    right: 0;
    z-index: 1;
    overflow:hidden;
    position: relative!important;
    top: 0px!important;
    padding: 40px 0!important;
    border-bottom: 1px ridge #000; Adjust color as needed 
}
.gvbar_outer-wrap>*{
    width:100%;
}
.gvbar_outer-wrap .page-width{
    max-width:900px;
    width:100%;
    padding-left:15px;
    padding-right:15px;
    margin:0 auto;
}
.gv_bar_text {
    text-align: center;
    max-width: 700px;
    width:100%;
    margin: 0 auto;
    color: #fff;
}
.gv_bar_text h2 { /* Adjust the Begin Build Here */
    margin-top: -10px;
    font-size: 39px;
    text-transform: uppercase;
    letter-spacing: .03em;
    line-height: 1;
    font-weight: 700;
    text-shadow: 0px 4px 9px rgba(0,0,0,.25);
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #fff!important;
    font-family: Raleway!important;
}

.gv_bar_text p { /* This is the text of the "View your specific car's collection by refining the search" */
    letter-spacing: .03em;
    font-size: 26px;
    font-weight: 700;
    text-shadow: 0px 4px 9px rgba(0,0,0,.25);
    line-height: 1.5;
    color: #000000 !important;
    text-transform: uppercase;
}

#gv-mmy {
    display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap:nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack:center;
    justify-content: center;
    -ms-flex-align:center;
    align-items: center;
    margin-top: 10px;
    margin-left:-7.5px;
    margin-right:-7.5px;
}
.gv-mmy-bar .mmy-tab {
    padding:0 7.5px;
    width:25%;
    margin-right: 20px; /* Adjust the margin-right value based on the desired gap */
    /* animation: fadeIn 0.5s ease-out;  Adjust the animation duration and timing function */
}
.gv-mmy-bar .mmy-tab select { 
  padding:5px 40px 5px 17px !important; 
  height:50px; 
  background:#fff url('select-dropdown.svg') no-repeat center right 17px;
  background-size:14px;
  border:0;
  border-radius:0;
  letter-spacing: 0.02em;
  font-size: 15px;
  width:100%;
  min-width:auto;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  border-radius: 30px;
  font-weight: 500;
  background:#494848;
  color:white !important;
}
.gv-mmy-bar .mmy-ops {
    display:-ms-flexbox;
    display: flex;
    -ms-flex-align:center;
    align-items: center;
}
.gv-mmy-bar .mmy-tab .gv-btn-search { 
    min-height: 50px;
    background: linear-gradient(to right, #023b70 0%, #014886 20%, #015196 40%, #005aa8 55%, #0262b6 70%, #016ecb 100%);
    text-align: center;
    letter-spacing: .235em;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 950;
    width: 100%; 
    display:inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 30px; 
    transition: background-color 0.3s ease;
    /* border: 1px solid  #016ecb;  */
} 

.gv-mmy-bar .mmy-tab .gv-btn-search:hover {
    background: linear-gradient(to right, #023b70 0%, #014886 20%, #015196 40%, #005aa8 55%, #0262b6 70%, #016ecb 100%);
    border-color: #016ecb;
    border-width: 3px;
    /* Change background color of start to yellow on hover */
}


.gv-mmy-bar .mmy-tab .gv-btn-search .button-start { /* Change the color of the buttons to white*/
  color: white !important;
}

/*********** This area is the change the font family and font size and spacing for the text inside the 3 bubbles for the fitment search bar *************/
#GetYear{
  font-family: Teko;
  font-size: 18px;
  letter-spacing: 1px;
  cursor:pointer;
}

#GetMake{
  font-family: Teko;
  font-size: 18px;
  letter-spacing: 1px;
  cursor:pointer;
}

#GetModel{
  font-family: Teko;
  font-size: 18px;
  letter-spacing: 1px;
  cursor:pointer;
}

/*********** This area is the change the font family and font size and spacing for the text inside the 3 bubbles for the fitment search bar (Above) *************/

.gv-mmy-bar .mmy-tab .gv-btn-clear {
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    letter-spacing: .235em;
    text-transform: uppercase;
    font-size: 15px;
    display: block!important;
    margin-left: 15px;
}
header#section-header.Header--transparent{
    background:#000;
    color:#fff;
    border-bottom: 0;
    box-shadow: none;
}
#section-header.Header--transparent .Header__LogoImage{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

/* @media screen and (min-width: 1140px){
  .Footer__Inner .Footer__Block--newsletter {
      margin-left: auto;
      margin-right: auto;
      flex-basis: 320px;
  }
  .Footer__Inner .Footer__Block--text{
      flex-basis: 220px;
  }
  
} */

.Footer__Inner .Footer__Title {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.03em;
}
.Footer__Inner .Footer__Social {
    display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
}
.Footer__Inner .Footer__Social li{
    display:inline-block;
    margin:0 24px 0.5rem 0;
}
.Footer__Inner .Footer__Social li:last-child{
    margin-right:0;
}
.Footer__Inner .Footer__Social li a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
}
#section-footer .Footer__Inner .Footer__Social li svg.Icon{
    width:28px !important;
    height:28px !important;
}
.Footer__Inner .Footer__Social li svg path {
    fill: #000;
}
.Footer__Inner .Footer__Social .Icon-Wrapper--clickable:before{
    display:none;
}

.go-btn.disabled{
  pointer-events: none;
  opacity: 0.7;
}

/* start 15/12/2022 */
#section-template--16665714819323__07be94f5-c32f-48ad-84fa-ddd519628578 .Rte {
    text-align: left !important;
}
#section-template--16665714819323__64ba88cb-057e-4289-b951-01d4074de392 .Rte{
    text-align: left !important;
    color: #fff;
}
#shopify-section-template--16665714819323__64ba88cb-057e-4289-b951-01d4074de392 {
    background: url("credible-source-bg.jpg");
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}
#shopify-section-template--16665714819323__64ba88cb-057e-4289-b951-01d4074de392 h2,
#shopify-section-template--16665714819323__64ba88cb-057e-4289-b951-01d4074de392 h4,
#shopify-section-template--16665714819323__64ba88cb-057e-4289-b951-01d4074de392 a {
    color: #fff;
}

/* End 15/12/2022 */

/* start 19/12/2022 */
.template-index header#section-header {
    position: absolute;
    left: 0;
    right: 0;
    /* transition: .5s ease; */
}
.template-index header#section-header.Header--transparent{
    background:none;
}
.pointer-non {
    pointer-events: none !important;
    opacity:0.7;
}
.Header__Wrapper .HorizontalList__Item a {
    transition: none;
    text-shadow:none;
}
.template-index header#section-header.Header--transparent .HorizontalList__Item a {
    color: #fff;
}

/* End 19/12/2022 */

#shopify-section-template--16666670792955__64ba88cb-057e-4289-b951-01d4074de392{
    background: url(desktop-car.jpg);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    position:relative;  
    z-index:1;
}
#shopify-section-template--16666670792955__64ba88cb-057e-4289-b951-01d4074de392::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background-color: rgb(0 0 0 /50%);
  z-index:-1;
}
#shopify-section-template--16666670792955__64ba88cb-057e-4289-b951-01d4074de392 *{
  color:#fff;
  text-align:left;
}




/* Responsive */
@media screen and (max-width: 1139px){
  .Search[aria-hidden="false"]{
    z-index:9;
  }
}

@media screen and (min-width: 901px) and (max-width: 1139px) {
  .gvbar_outer-wrap{
    padding-top: 65px !important;
  }
}

@media screen and (max-width: 991px){
/*   .shopify-section--slideshow .Slideshow__Content{
    top:60%;
  } */
}

@media screen and (max-width: 991px){
  #gv-mmy{
      margin-left:-5px;
      margin-right:-5px;
  }
  .gv-mmy-bar .mmy-tab{
      padding:0 4px;
  }
}

@media screen and (max-width: 767px){
  .gv_bar_text h2{        /* This is the Build Begin Bar for the mobile version */
      font-size:30px;
      margin-top: -10px;
  }
  .gv_bar_text p{   
      /*font-size:16px;*/
      font-size:24px;
  }
  
  
  #gv-mmy{
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-height: 255px; /*This is the height for the overall bar in the mobile version */
  }
  .gv-mmy-bar .mmy-tab{
      width:100%;
      margin-bottom:10px;
  }
 .gv-mmy-bar .mmy-tab:last-child {
    margin-bottom: 0;
    text-align: center;
}
  .gvbar_outer-wrap{
    position: relative;
	padding-top: 0; /* Remove any top padding */
	/*background: url("carbon-bg-2.jpg") no-repeat center !important;
	background-size: cover !important; */ 
    
	margin-top: -15px;

  }

  /*
  .gvbar_outer-wrap:after{
      content:"";
      background: rgba(0,0,0,0.4);
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      z-index:-1;
      pointer-events:none;
  }
  */
  
  #shopify-section-template--16665714819323__64ba88cb-057e-4289-b951-01d4074de392 {
      background: url("credible-bgmob.jpg") !important;
      background-size: cover !important;
      background-position: bottom !important;
      background-attachment: inherit !important;
  }
/*  .shopify-section--slideshow .Slideshow__Content{
      top:auto;
      bottom:40px;
  }
  .shopify-section--slideshow .Slideshow__Content .Heading.u-h1 {
      line-height: 1.2;
  }
  .shopify-section--slideshow .Slideshow--fullscreen {
      min-height: 610px;
  } */


  #shopify-section-template--16666670792955__64ba88cb-057e-4289-b951-01d4074de392{
    background-image: url(/cdn/shop/files/bg-mob.jpg?v=1671683676);
    background-attachment: unset;
    background-size: cover !important;
    background-position: bottom !important;
  }


  
}


@media screen and (max-width:475px){
  #infiniteoptions-container .spb-label-tooltip+span>label{
  max-width: max-content;
}
/*   #infiniteoptions-container .spb-productoptionswatch{
    margin-left:auto;
    margin-right:auto;
  } */
  #infiniteoptions-container .spb-label-tooltip+span input[type=text]{
      max-width: 300px;
  }
}
