
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.bp-hide-label label {
    display: none;
}

.quote-conf2 {

    width: 100vw;
margin-left: 50%;
transform: translateX(-50%);
}

body {
    overflow: hidden;
}

.row.bpTop {
  display: flex;
  justify-content: end;
  position: absolute;
  width: 100%;
  padding: 0 15px;
}

.footer { display: none;}

.bp-save-button {
    position: absolute;
    bottom: -110px;
    left: 6rem;
    height: 92px !important;
    visibility: visible;
    display: block !important;
}

.bp-save-button .form-group {
  padding: 15px;
  /* 	border-left: 1px solid #e5e5e5; */
}


.bp-save-button .form-group .col-sm-9 {
  width: auto !important;
}

.bp-save-button .btn-primary {
  background-color: #ffdf17 !important;
  border-radius: 0px;
  border: 0px;
  color: #972217;
  font-weight: bold;
  height: 100%;
  width: 140px;
  padding: 10px;
  text-transform: uppercase;
}

.bp-save-button .btn-primary:before {
  content: "";
  background-image: url("https://www.staging.thegaragespecialist.com/wp-content/uploads/2024/02/calculator.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 22px;
  position: absolute;
  margin-top: -2px;
  margin-left: -20px;
}

       .col-md-12, .col-sm-12 {
    	min-height: auto;
    }

.col-xs-12 {
    padding: 0
}

.row.bp7 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.panel-body.bp-product-container > .row.bp7 {
height: 100vh;
    overflow: scroll;
}

.bp-indent-0 .col-xs-12:not(.bp-hidden) .panel-group {
  text-transform: uppercase;
  position: static;
}

.bp-indent-0 .col-xs-12:not(.bp-hidden) .panel-group h3 {
  color: #972217;
  font-size: 14px;
}

.panel-heading.special {
    background-color: orange !important;
}

.panel-heading.special h3 {
    color: white !important;
}

.col-xs-12 {
  width: 300px;
}

.col-xs-12 .row { 
    margin: 0;
}

.panel-body {
    padding: 0;
}

.bp-indent-0 .col-xs-12 {
  position: static;
}

.panel-heading.product {
  display: none;
}

.panel.panel-default {
  border-radius: 0px;
  border: 0px;
  position: static;
}

.configurator-container {
  padding: 0px;
}

.bp-indent-0 .col-xs-12:not(.bp-hidden) .section {
  margin: 0px;
  position: static;
}

.bp-indent-0 .col-xs-12:not(.bp-hidden) .panel-group .panel-heading {
  width: 300px;
  padding: 25px;
  background-color: #fbfbfb;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}


.bp-indent-0 .col-xs-12:not(.bp-hidden) .panel-group > .panel .panel-heading {
    background-color: #F7931E;
}

.bp-indent-0 .col-xs-12:not(.bp-hidden) .panel-group > .panel .panel-heading h3 {
	color: white;
}

.bp-indent-0 .col-xs-12:not(.bp-hidden) .panel-group > .panel .panel-body .panel-heading{
  background-color: #e8e8e8;
}

.bp-indent-0 .col-xs-12:not(.bp-hidden) .panel-group > .panel .panel-body .panel-heading h3 {
	color: #972217;
}


/* .bp-indent-0 .col-xs-12:not(.bp-hidden) .panel-group .panel-heading.collapsed {
  background-color: #f2f2f2;
} */

.bp-indent-0
  .col-xs-12:not(.bp-hidden)
  .panel-group
  .panel-heading.collapsed
  .panel-title:before {
  content: "";
  background-image: url("https://www.staging.thegaragespecialist.com/wp-content/uploads/2024/01/plus-1.png");
  margin: 0px 4px 0px 0px;
  width: 16px;
  height: 16px;
  display: inline-block;
  bottom: -2px;
  position: relative;
}

.bp-indent-0 .col-xs-12:not(.bp-hidden) .panel-group .panel-heading:hover {
  background-color: rgba(247, 147, 30, 0.8);
}

.bp-indent-0 .col-xs-12:not(.bp-hidden) .panel-group .panel-title:before {
  content: "";
  background-image: url("https://www.staging.thegaragespecialist.com/wp-content/uploads/2024/01/plus-2.png");
  margin: 0px 4px 0px 0px;
  width: 16px;
  height: 16px;
  display: inline-block;
  bottom: -2px;
  position: relative;
}


.bp-indent-0 .col-xs-12 .tabpanel .panel-body {
  border-top: 0px;
    padding: 15px 0;
}

.tabpanel {
  position: absolute;
  top: 2px;
  left: 300px;
  padding: 0px 20px;
  background-color: #fbfbfb;
  height: 100%;
  width: 340px;
  overflow-y: scroll;
}

.tabpanel .tabpanel {
  position: relative;
  left: -20px;
  top: 0px;
}

.tabpanel .tabpanel .row.bp7 {
flex-direction: column;
    overflow: hidden; 
}

.tabpanel .tabpanel .row.bp7 .col-md-8, .tabpanel .tabpanel .row.bp7 .col-md-4  {
width: 100%;
}


.image {
  border-radius: 12px;
  outline: 5px solid white;
  background-color: white;
  margin-bottom: 5px;
}

.graphic-list-option-label {
  font-weight: bold;
  text-transform: capitalize;
}

.graphic-list-option {
  width: 50%;
  display: inline-flex;
  flex-direction: column;
  float: none;
  margin-left: -4px;
}

.selectbox {
  /* background-color: #ffdf17 !important;
  color: #972217; */
  font-weight: bold;
}

.selectbox:focus {
  border-color: #0056b3;
  /* Blue border when focused */
  outline: none;
  /* Remove default focus outline */
}

.selected-icon {
  display: none !important;
}

.selected .image {
  border: 2px solid #972217 !important;
}

.bp7 .col-sm-12.col-md-6.bp8.bp-indent-0 {
  width: 50%;
    margin: 0;
    padding: 0;
  position: relative;
  z-index: 100;
  display: grid;
 grid-template-columns: 1fr;
  align-self: baseline;
}

.bp7 .col-sm-12.col-md-6:not(label) {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    
}



#ctl7 {
  height: auto;
  float: none;
  border: 1px solid #fff;
}

#ctl7 .form-group .control-label {
  width: 100%;
  text-align: left;
  padding: 25px 25px 25px 48px;
}

#ctl7 .form-group .control-label span {
  color: #972217;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

#ctl7 .form-group .col-xs-12.col-sm-12.col-md-4 {
  position: absolute;
  top: 0px;
  right: -300px;
  width: 300px;
  height: 100vh;
  padding: 25px;
  background: #fbfbfb;
}

#ctl8 .form-group .col-xs-12.col-sm-12.col-md-4 {
  position: absolute;
  top: 0px;
  right: 0;
  width: 300px;
  height: 100vh;
  padding: 0 25px;
  background: #fbfbfb;
}

#ctl8 .value.selectbox.form-control.dropdownlist {
  width: 100% !important;
}

#ctl3,
#ctl4,
#ctl5 {
  display: inline-block;
}

.bpControl.numberEdit,
.bpControl.dropdownEdit,
.bpControl.textEdit {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.bpControl.numberEdit .form-group .control-label,
.bpControl.dropdownEdit .form-group .control-label,
.bpControl.textEdit .form-group .control-label {
  text-align: left;
}

.bpControl.numberEdit .col-xs-12.col-sm-12.col-md-4,
.bpControl.dropdownEdit .col-xs-12.col-sm-12.col-md-4,
.bpControl.dropdownEdit .col-xs-12.col-sm-12.col-md-6,
.bpControl.textEdit .col-xs-12.col-sm-12.col-md-6,
.bpControl.textEdit .col-xs-12.col-sm-12.col-md-8 {
  width: 100%;
}

.qty {
  width: auto !important;
  padding: 0 !important;
  margin-bottom: 10px;
}

.value.selectbox.form-control.dropdownlist {
  width: auto !important;
}

.panel-heading .collapsed .panel-title:before {
  content: "+";
  display: inline-block;
  vertical-align: center;
}

/* Mobile Styling*/

@media screen and (max-width: 1190px) {
    
  .row.bp7 {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 40px;
  }

  .bp7 .col-sm-12.col-md-6:not(label) {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }

  .bp7 .col-sm-12.col-md-6.bp8.bp-indent-0 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 15px 0;
    height: auto;
  }
    .col-xs-12 {width: 100%}
    
    .bp-indent-0 .col-xs-12 {
    order: 2;
    }
    

  #ctl3 .row.bp12,
  #ctl4 .row.bp12,
  #ctl5 .row.bp12 {
    height: 260px;
    width: 260px;
  }

  #ctl3,
  #ctl4,
  #ctl5 {
    width: 100%;
    margin-top: 0;
    top: 0;
    transform: none;
  }

  #ctl7 {
    width: 100%;
    margin: 0;
  }

  #ctl7 .form-group .col-xs-12.col-sm-12.col-md-4 {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .bp-save-button {
    position: relative;
    width: 100%;
    height: 75px;
    left: 0px;
      top: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    border: none;
    z-index: -1;
  }

  .bp-save-button .form-group {
    border: none;
  }

  .bp-indent-0 .col-xs-12:not(.bp-hidden) .panel-group .panel-heading {
    width: 100%;
  }

  .tabpanel {
      padding: 0;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
  }
    .tabpanel .tabpanel {
    position: relative;
    left: 0;
    top: 0px;
    padding: 0 15px;
    }
}

