*:not(i){
    font-family: 'Montserrat', 'Open-sans' !important;
}


/*Ensure reCaptcha badge is hidden*/
.grecaptcha-badge { visibility: hidden; }

#new_gen_builder{
    overflow: hidden !important;
}

#new_gen_builder > .row,.loader{
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    min-height: -webkit-fill-available;
    max-height: -webkit-fill-available !important;
}

 html, body {
    overflow: hidden; 
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
} 

.going-dark{
    background: #000 !important;
}

.clear_anchor:hover{
    text-decoration: none;
}

.clear_anchor:visited{
    color: inherit;
}

#main_content_pane{
    height: 35%;
    min-width: 100vw;
}

#menu_bar{
    background: #535353;
    /* min-width: 22.65rem; */
    overflow: hidden;
    height: 65%;
}

#menu_bar.pane-active{
    height: 100%;
    transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
#main_content_pane.pane-active{
    height: 0;
    overflow: hidden;
    padding: 0!important;
    transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.scrollbar_padding{
    padding-right: 5px !important;
    padding-left: 10px !important;
}

.menu_bar_container{
 
    position: relative;
}


.list_model_options::-webkit-scrollbar-track,.content_wrap::-webkit-scrollbar-track
{
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  background-color: #d1d1d1;
}

.list_model_options::-webkit-scrollbar,.content_wrap::-webkit-scrollbar
{
  width: 8px;
  background-color: #d1d1d1;
}

.config-standards__popup-content::-webkit-scrollbar{
    width: 5px;
    background-color: #d1d1d1;
}

.config-standards__popup-content::-webkit-scrollbar-thumb{
    background-color: #282828;
    border: 1px solid;
}


.list_model_options::-webkit-scrollbar-thumb,.content_wrap::-webkit-scrollbar-thumb
{
  background-color: #282828;
  /* border: 2px solid #555555; */
}

.list_model_options.scroll_inactive::-webkit-scrollbar,.content_wrap.scroll_inactive::-webkit-scrollbar{
    display: none;
}



.list_model_options{
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.list_model_options .option_group_parent:last-child .option_holder:last-child{
    padding-bottom: 3rem;
}


#main_content_pane{
    background: #000;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size:  cover;
    -o-background-size:  cover;
    background-size:  cover;
    overflow: hidden;
    position: relative;
    transition: background-image 1s ease-in-out;
}

.letter-spacing-sm{
    letter-spacing: 2px;
}

.letter-spacing-lg{
    letter-spacing: 5px;
}

.border-none{
    border: none;
}
.flex-grow-1{
    flex-grow: 1;
}


.crest_logo{
    max-width: 4.75rem;
    /* max-width: 20%; */
}
.crest_logo:hover,#msrp_value{
    cursor: pointer;
}

.hr-1{
    background: #fff;

}
.hr-2{
    background: #d1d1d1;
}

.small-text{
    letter-spacing: 1px;
    font-size: .5rem;
}

h4.model-title{
    font-size: 24px;
    font-size: clamp(1.1rem, 2vw,1.5rem);
}

.msrp_container,.dealer_margin_price_container{
    color:#9bd914;
    font-size: 24px;
    font-size: clamp(.9rem, 2vw,1.5rem);
}


#summary_view{
    position: absolute;
    bottom: .725rem;
    right: 0;
    left: 0;
    background: #555;
    z-index: 10;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
    width: calc(100% - 12.5*2px);
    margin: 0 auto;
    display: flex;
    align-items: stretch;
}


#summary_view div:first-child{
    flex: 2;
}
.menu_ellipse{
    width: 50px;
    border-left: 2px solid #474747;
}
.menu_ellipse i{
    font-size: 18px;
    font-size: clamp(1rem, 2vw,1.3rem);
}


#summary_pane{
    background: #555;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 12;
    left: 0;
    bottom: 0;
    height: 0;
    padding-left: 15px;
    padding-right: 15px;
    transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}

#summary_pane.active,#user_info_pane.active
{ 
    height: 100%;
    transition-property: all;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}


.hide_summary,.return_summary{
    display: none;
    
}

#summary_pane.active .hide_summary, #user_info_pane.active .return_summary{
    color: #fff;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #555;
}

#user_info_pane{
    background: #555;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 15;
    left: 0;
    bottom: 0;
    height: 0;
    padding-left: 15px;
    padding-right: 15px;
    transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}

.brand-icon{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15;
    width: 100%;
    text-align: center;
    background: #555;
}

.option_group_dropdown {
    color: #fff;
    background: #535353 !important;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.32);
    position: absolute;
    top: 1.5rem;
    right: 0;
    left: 0;
    z-index: 10;
    width: calc(100% - 12.5*2px);
    margin: auto;
    overflow: hidden;
}

.close-main-builder-link{
    display: none;
}

.close-main-builder-link:hover{
    text-decoration: none;
}



i.close-main-builder{
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1rem;
    transition: transform .15s ease-in-out;
    color: #565656;
    z-index: 50;
}   

i.close-main-builder:hover{
    cursor: pointer;
    transform: scale(1.2);
}

.option_group_dropdown .list-group{
    height: 0;
    overflow-y: scroll;
}
.option_group_dropdown .list-group.active{
    max-height: initial;
    overflow-y: scroll !important;
}

.option_group_dropdown h6 ,#summary_view h6,.hide_summary h6,.return_summary h6{
    font-size: 10px;
    font-size: clamp(.525rem,1.2vw,.6rem);
    letter-spacing: 1px;
    line-height: 1.5;
}

.option_group_dropdown .list-group-item{
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.125);
    background: #535353;
    font-size: 11px;
    font-size: clamp(.425rem,2vw,.7rem)
    
}
.option_group_dropdown .list-group-item:first-child{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 1px solid rgba(0,0,0,.125);
}


.option_group_name h4{
    color: #d1d1d1;
    font-size: 17px;
    font-size: clamp(.8rem, 1.2vw, 1.2rem);
    letter-spacing: 1px;
}

 #summary_pane .summary_content h4, #user_info_pane h4
 {
    color: #d1d1d1;
    font-size: 14px;
    font-size: clamp(.6rem, 2vw, .8rem);
    letter-spacing: 2px;
    line-height: 1.5;
 }

.sub_option_group{
    color: #d1d1d1;
    font-size: 11px;
    font-size: clamp(.5rem, 2vw, .7rem);
    letter-spacing: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}


.sub_option_group:not(h4)
{
    font-weight: 600;
}

.sub_option_group span{
    text-transform: uppercase;
    font-size: 10px;
    font-size: min(max(.5rem, 2vw), .6rem);
    font-weight: 600;
    display: flex;
    align-items: center;
}
.sub_option_group p span{
    color: #d1d1d1;
    font-size: 11px;
    font-size: clamp(.5rem, 2vw, .7rem);
    letter-spacing: 1px;
}
.sub_option_group span i{
    font-size: .6rem;
    margin-right: .2rem;
}


.option_holder input{
    visibility: hidden;
    position: absolute;
}
.labelWrap{
    position: relative;
}

.option_display_wrap{
    display: inline-block;
}

.option_group_parent .sub_option_group:not(h4){
    margin-top: 1rem;
}

.option_group_parent .sub_option_group:first-of-type:not(h4){
    margin-top: 2rem;
}

/* .option_price_container,.option_image_container{
    flex-grow: 1;
} */

.option_title_container{
    flex-grow: 1;
}

.option_title_container h5,.popper_content h5,.popper-content-wrapper h5{
    font-size: 12px;
    font-size: clamp(.525rem,2vw,.725rem);
    line-height: 1.5;
}
.option_title_container h6,.popper_content h6,.popper-content-wrapper h6{
    font-size: 10px;
    font-size: clamp(.425rem,2vw,.625rem);
    letter-spacing: .5px;
}

.option_requires_container
{
    overflow: hidden;
}
.option_requires_container br,.popper-content-wrapper br
{
    display: none;
}
.option_requires_container p, .option_requires_container .example{
    font-size: 9.5px;
    font-size: clamp(.425rem,2vw,.625rem);
    line-height: 1.5;
    letter-spacing: .3px;
    color: #cdcdcd;
}
.option_requires_container .example{
    font-size: 9.5px;
    font-size: clamp(.425rem,2vw,.625rem);
    line-height: 1.5;
    letter-spacing: .3px;
}

.option_requires_container p > span{
    display: block;
    margin-top: .5rem;
}

.option_holder[data-hover="true"] .option_image_container img{
    max-width: 50px;
}

/* ---------- Custom Popper CSS ------------- */

#custom_popper{
    position: absolute;
    left: 15px;
    top: -999;
    /* transform: translateX(-999px); */
}

#custom_popper.active{
    animation: slide-in 0.4s ease;
    transform:translateX(0);
    -webkit-transform:translate3d(0,0,0);
}

#custom_popper.active-small{
    top: 50%;
    transform: translateY(-50%);
    animation: slide-in-small 0.4s ease;
}

#custom_popper.active .popper_arrow, #custom_popper.active-small .popper_arrow{
    opacity: 1;
}

.popper_arrow{
    position: absolute;
    width: 20px;
    height: 20px;
    left: -10px;
    border-width: 1px;
    border-style: solid;
    border-right: none;
    border-bottom: none;
    border-color: #e6ebeb;
    transform: rotate(-45deg);
    opacity: 0;
}

.popper_content{
    position: relative;
    z-index: 2;
}

#custom_popper .text-danger,#custom_popper .text-danger span
{ 
    font-size: 9.5px;
    font-size: clamp(.425rem,2vw,.625rem);
    letter-spacing: .5px;
}

#custom_popper img {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

#custom_popper .text-danger{
    max-width: 300px;
}

.popper_content,#custom_popper img {
    max-width: 350px;
}

/* ----------  End Custom Popper CSS ------------- */



/* -------- Configurator Start Page --------- */
.btn_lg{
    max-width: 100%;
    width: 200px;
    height: 55px;
    background-color: #fff;
    background-clip:unset;
    color: #000;
    margin-bottom: 5px;
    border-radius: 0px;
    font-size: .7em;
    margin-left:auto;
    margin-right:auto;
}

.btn_lg:hover{
	background-color:#282828;
	color:#fff;
}

.p_small{
	color:#fff;
	font-size:.7em;
	padding: 20px 35px 20px 35px;
	text-align:justify;
}


.circle_white{
  height: 8px;
  width: 8px;
  background-color: #797979;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 10px 3px 5px;
}
.sel_white{
	background-color:#fff;
}
.sel_arrow{
	display:inline;
	cursor:pointer;
	color:#ccc;
}
.sel_arrow:hover{
	color:#fff;
}
.sel_arrow_left{
	float:left !important;
}
.sel_arrow_right{
	float:right !important;
}

.select-container{position:relative;left:50%; transform:translate(-50%,0%);-ms-transform:translate(-50%,0%); text-align:center; padding-left:35px; padding-right:35px;}
.configurations {display:none;}

/* --------- END Configurator Start Page CSS -------- */


/* ---------- Input Selector CSS ------------- */

.main_option_label{
    cursor: pointer;
}

.option_holder[data-hover="true"] input:checked + label{
    outline: 2px solid rgb(255, 255, 255);
    position: relative;
}
.option_holder[data-hover="true"] input:disabled + label{
    position: relative;
}

.option_holder input:disabled + label:hover{
    cursor: not-allowed;
}


.option_holder[data-hover="true"] input:checked + label img{
    opacity: 0.3;
}
.option_holder[data-hover="true"] input:disabled + label img{
    opacity: 0.1;
}
.option_holder[data-hover="true"] input + label i{
    color: #fff;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.3rem;
}
.option_holder[data-hover="true"] input:checked + label i.fa-check-square{
    opacity: 1;
}
.option_holder[data-hover="true"] input:disabled + label i.fa-ban{
    opacity: 0.75;
    color: #969696
}

/* Non grid selectors */

.option_holder:not([data-hover="true"]) input:checked + label{
    /* padding: .5rem; */
    background: #313131;
    position: relative;
}

.option_holder:not([data-hover="true"]) input:disabled + label > div:not(.option_requires_container){
    opacity: 0.4;
}

.option_holder:not([data-hover="true"]) input:disabled:not([checked]) + label > div:not(.option_requires_container){
    opacity: 0.5;
    -webkit-filter: blur(.75px);
    -moz-filter: blur(.75px);
    -o-filter: blur(.75px);
    -ms-filter: blur(.75px);
    filter: blur(.75px);
}

/* .option_holder:not([data-hover="true"]) input:disabled:not([checked]) + label > div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */


.option_holder:not([data-hover="true"]) input:checked + label #boat_gallery {
    position: relative;
}

.option_holder:not([data-hover="true"]) input:checked + label #boat_gallery img {
    opacity: 0.3; 
}

.option_holder:not([data-hover="true"]) input + label #boat_gallery i{
    color: #fff;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.3rem;
} 

.option_holder[data-hover="true"] input + label{
    position: relative;
}

.option_holder[data-hover="true"] input + label .price-tag-icon{
    margin: 0;
    bottom: 1px;
    right: 1px;
    font-size: .5rem;
    font-weight: bold;
    background: #282828;
    padding: .2rem;
    letter-spacing: .725px;
}



.option_holder:not([data-hover="true"]) input:checked + label #boat_gallery i.fa-check-square{
   opacity: 1;
} 


/* ---------- EndInput Selector CSS ------------- */




/* ---------- Pricing  CSS ------------- */

    .msrp_col{
        display: flex;
        justify-content: flex-end;
    } 
    .cost_col span{
        color: #50a4ff;
        font-size: 12px;
        font-size: clamp(.525rem,2vw,.725rem);
    }

    .margin_col span
    {
        color: #9bd914;
        font-size: 12px;
        font-size: clamp(.525rem,2vw,.725rem);
    }

    #mobile-nap p ,#mobile-nap h6{
        font-size: 5.5px;
    }
/* ---------- End Pricing CSS ------------- */




/* ---------- Custom Sweet Alert 2 CSS ------------- */

.swal2-title{
    font-size: .9rem !important;
}

.swal2-content input.input-class,.swal2-footer{
    font-size: .8rem !important;
}
.swal2-content a:focus, .swal2-content a:hover{
    outline: none;
}
 
.swal2-content input:hover{
    cursor: pointer;
}

.bg-darker{
    background: rgba(0,0,0,.8) !important;
}

#main_content_pane .swal2-modal{
    /* border: 1px solid #fff; */
    border-radius: 0;
    max-height: 500px;
}
#main_content_pane .swal2-icon{
   height: 3em;
   width: 3em;
}
#main_content_pane .swal2-icon  > .swal2-icon-content{
    font-size: 2.35em;
}
#main_content_pane .swal2-icon.swal2-info{
    color: #fff;
    border-color: #fff;
}
.confirm_swal{
    border: 1px solid #d1d1d1 !important;
    border-radius: unset !important;
    background: transparent !important;
    color: #d1d1d1 !important;
    letter-spacing: 2px !important;
    font-size: clamp(.625rem,2vw,.825rem) !important;
    text-transform: uppercase;
}

.cancel_swal{
    border: 1px solid #d1d1d1 !important;
    border-radius: unset !important;
    background: #fff !important;
    background-color: #fff !important;
    color: #000 !important;
    letter-spacing: 2px !important;
    font-size: 14px;
    font-size: clamp(.625rem,2vw,.825rem) !important;
    text-transform: uppercase;
}

.confirm_swal:focus{
    box-shadow: none !important;
}

.confirm_swal:hover{
    background: #d1d1d1 !important;
    color: #282828 !important;
}

.admin-title{
    color: #d1d1d1 !important;
    font-size: 1.2rem  !important;
    text-transform: uppercase !important;
    margin: 1rem 0 1rem 0 !important;
    letter-spacing: 2px !important;
}

.sw_internal_content_wrapper {
    padding: 1rem 2.5rem !important;
}

.sw_internal_content_wrapper label{
    font-size: .8em;
    color: #efefef;
    letter-spacing: 1px;
}

.sw_internal_content_wrapper h6{
    font-size: .8rem;
    letter-spacing: 2px;
}

.sw_internal_content_wrapper input:hover,.sw_internal_content_wrapper label:hover
{
    cursor: pointer;
}

#price_options_selector{
    width: 100%;
}

#price_options_selector h6{
    font-size: 16px;
    font-size: clamp(.8rem,2vw,1rem);
}

#price_options_selector input:checked[name="builder_config_msrp"] + .tgl-btn
{
    background: linear-gradient(0deg, #d1d1d1, #ffff);
}

#price_options_selector input:checked[name="builder_config_dealer_margin"] + .tgl-btn
{
    background: linear-gradient(0deg, #9bd914, #9bd914);
}
#price_options_selector input:checked[name="builder_config_dealer_price"] + .tgl-btn
{
    background: linear-gradient(0deg, #50a4ff, #50a4ff);
}

.custom-toast{
    text-transform: uppercase ; 
}

.custom-toast-popup{
    font-size: .7rem !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    padding: 1rem 1.5rem !important;
    background: #fff!important;
    box-shadow: none !important;
    border-radius: 0px !important;
    margin-top: 3em;
    color: #555;
}

.custom-toast-popup-confirmation{
    background: var(--compliment) !important;
    color: #fff !important;
    font-size: .9rem !important;
}

.custom-toast-popup-confirmation-dark{
    background: var(--compliment) !important;
    font-size: .9rem !important;
}

.custom-toast-popup-confirmation-dark .swal2-content{
    color: #000 !important;
}

.swal2-toast .swal2-content{
    color: #555!important;
    letter-spacing: 1px !important;
    margin-left: .5rem;
}
.swal2-timer-progress-bar{
    height: 2px !important;
    background: linear-gradient(to bottom, #fff, #d1d1d1) !important;
}

.option_popup_title
{
    color: #d1d1d1 !important;
    line-height: 1.5 !important;
    font-size: .825rem !important;
}
.swal2-content span.byb_option_note{
    font-size: .6rem !important;
    padding: 0 1rem !important;
}

.backdrop_selectors:hover{
    cursor: pointer;
}

.backdrop_selectors div{
    position: relative;
}

.backdrop_selectors div i{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.backdrop_selectors div.selected i{
    display: block;
}
.backdrop_selectors div.selected img{
    opacity: 0.3;
}


.save_loader,
.save_loader:after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
}
.save_loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.config-standards__popup-content{
    height: 100%;
    overflow-y: scroll;
}

.config-standards__list{
    text-align: left;
    color: #ffffff;
    font-size: 14px;
    padding: 0 20px;
}

h6.config-standards__popup-content-header {
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin: 20px 0 15px;
    font-size: 18px;
}

.config-standards__list li{
    margin-bottom: 10px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* ---------- End Custom Sweet Alert 2 CSS ------------- */



/* ---------- Nav Menu CSS  ------------- */

.menu_toggle{
    position: absolute;
    top: 60%;
    right: 0;
}
.menu_toggle_btn{
    display: flex;
    width: 1.85rem;
    height: 2.725rem;
    text-align: center;
    padding: .5rem;
    align-items: center;
    justify-content: center;
    background: #555;
    overflow: hidden;
    margin-left: auto;
}

.menu_toggle_btn i,.menu_toggle_content i,.dealer-choice-panel .info-tab i{
    font-size: .8rem;
}
.menu_toggle_content{
    width: 0;
    background: #555;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    
}
.menu_toggle_content li{
    list-style: none;
    border-bottom: 1px solid #282828;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu_toggle_content li a:hover{
    text-decoration: none;
    color: transparent;
}

.icon_list ul li:first-child{
    border-top: 1px solid #282828;
}
.icon_list ul li:last-child{
    margin-bottom: 0 !important;
}

/* ---------- End Nav Menu CSS ------------- */



/* ---------- Summary Content CSS ------------- */

.summary_content i.fa-check-square, .summary_content i.fa-ban, .summary_content .option_requires_container, .summary_content .option_title_container h6{
    display: none;
}

.summary_content #option_list_tally .price-tag-icon{
    display: none;
}
.summary_content .isolate_grid{
    display: flex;
    width: 100%;
}
.summary_content img.shadow{
    max-width: 40px !important;
}
.summary_content .main_option_label{
    width: 100%;
}
.summary_content .option_title_container h5{
    font-weight: .625rem;
}

.content_wrap{
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none; 
}



#calc_value h4{
    font-size: .8rem;
    letter-spacing: 2px;
    color: #d1d1d1;
}

#calc_value .value{
    font-size: 1.2rem;
    letter-spacing: 2px;
}

#calc_value .calc_value{
    background:transparent; 
    font-size:1em; 
    color:#9bd914; 
    display:inline-block;
    width:50px; 
    padding-left:5px; 
    padding-right:5px; 
    padding-bottom:15px; 
    text-align:center; 
    border:none; 
    border-bottom: 
    solid 1px #9bd914;
}

#calc_value .calc_button button{
    max-width: 100%;
    width: 200px;
    color: #fff;
    background-color: #282828;
    letter-spacing: 1px;
    font-size: .825rem;
}

.form-control:focus{
    box-shadow: none;
}
button:focus{
    box-shadow: none;
    outline: none;
}

#mobile-summary-cta button{
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: .625rem;
    letter-spacing: 1px;
    width: 150px;
}
#mobile-summary-cta button:last-child{
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    
}
/* ---------- END Summary Content CSS ------------- */




/* ---------- Call To action CSS ex Save Build/Get Quote btns------------- */

#final_cta{
    position: absolute;
    bottom: 6em;
    background: #555;
    left: 0;
    transform: translate3d(-999px, 0, 0);
    -webkit-transform:translate3d(-999px,0,0);
    animation: slide-out .5s ease-out;
    overflow: none;
}


#final_cta.active
{
    animation: slide-in .5s ease-in;
    transform:translateX(0);
    -webkit-transform:translate3d(0,0,0);
}


#final_cta button{
    background: transparent;
    border: 1px solid #fff;
    padding: .75rem 1rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .825rem;
   
    display: none;
}

#final_cta button.active{
    display: block;
}

#final_cta button:hover{
    background: #282828;
}

#final_cta button.configurator__prequal, button.configurator__prequal{
    padding: 12px;
    width: 100%;
    border: none;
    color: #fff;
    background: #0aa2f1;
    font-weight: 400;
    margin: 15px 0 0;
    letter-spacing: 1px;
    cursor: pointer;
}


/* ---------- END Call To action CSS------------- */



/* ---------- Form Panel CSS ------------- */

    #user_info_pane input,#user_info_pane textarea,#user_info_pane select{
        color: #fff;
    }

    #user_info_pane input::-webkit-input-placeholder , #user_info_pane input::placeholder,#user_info_pane textarea::placeholder,
    #user_info_pane textarea::-webkit-input-placeholder,#user_info_pane select
    {
        color: #d1d1d1;
        letter-spacing: 1px;
    }

    #user_info_pane input[type="text"],#user_info_pane input[type="email"],#user_info_pane textarea,#user_info_pane select{
        border: solid 1px #ffffff;
        background-color: transparent;
        padding: 10px 12px;
        border-radius: 0px;
        font-size: .725rem;
    }


    .model-info h4{
        font-size: clamp(100%, 1rem + 2vw, 20px) !important;
        letter-spacing: 3px;
        line-height: 1.5;
    }
    .model-info h5{
        font-size: .725rem;   
        letter-spacing: 2px;
        color: #d1d1d1;
        line-height: 1.5;
    }

    .form_statement{
        letter-spacing: 1px;
        font-size: 10px;
        font-size: clamp(.425rem,2vw,.625rem);
        font-weight: 600;
        color: #d1d1d1;
        line-height: 1.5;
    }

    #user_info_pane .input-section h5
    {
        color: #d1d1d1;
        font-size: 12px;
        font-size: clamp(.525rem,2vw,.725rem);
        line-height: 1.5;
        letter-spacing: 1.5px;
    }

    #user_info_pane #country_selector,.dealer-choice-panel select,.content-tab select{
        background-position: 95% 50%;
        background-size: 15px !important;
        background-repeat: no-repeat;
        /* for Firefox */
        -moz-appearance: none;
        /* for Chrome */
        -webkit-appearance: none;
        background-color: transparent;
    }

    /* Radio Button CSS */
    .radio {
        margin: 12px 0;
        cursor: pointer;
    }
    .radio input {
        display: none;
    }
    .radio input + span {
        line-height: 18px;
        height: 18px;
        padding-left: 18px;
        display: block;
        position: relative;
        color: #d1d1d1;
        font-size: .8rem;

    }
    .radio input + span:not(:empty) {
        padding-left: 28px;
    }
    .radio input + span:before, .radio input + span:after {
        content: "";
        width: 18px;
        height: 18px;
        display: block;
        border-radius: 50%;
        left: 0;
        top: 0;
        position: absolute;
    }
    .radio input + span:before {
        background: #D1D7E3;
        transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
    }
    .radio input + span:after {
        background: #fff;
        transform: scale(0.78);
        transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
    }
    .radio input:checked + span:before {
        transform: scale(1.04);
        background: #282828;
    }
    .radio input:checked + span:after {
        transform: scale(0.4);
        transition: transform 0.3s ease;
    }
    .radio:hover input + span:before {
        transform: scale(0.92);
    }
    .radio:hover input + span:after {
        transform: scale(0.74);
    }
    .radio:hover input:checked + span:after {
        transform: scale(0.4);
    }
  
    /* SOR Popover css */
    #sor_popover{
       width: 500px;
       background-color: #000 !important;
       border: 1px solid #fff;
       color: #d1d1d1;
    }

    #sor_popover hr{
        background: #fff;
    }

    #sor_popover h4{
        font-size: clamp(.7rem,2vw,.9rem);
        letter-spacing: 1px;
        font-weight: 600;
    }

    #sor_popover li{
        font-size: clamp(.625rem,2vw,.8rem);
        letter-spacing: 1px;
        line-height: 1.5;
        font-weight: 600;
    }

    #sor_popover i{
        color: #fff;
        top: 10px;
        right: 10px;
        z-index: 15;
    }
    
    #user_info_cta div, #mobile-summary-cta div{
        width: 150px;
    }

    #user_info_pane .info_text{
        font-size: .625rem;
        color: #d1d1d1;
        letter-spacing: 1px;

    }

    #build_profile_container, #build_profile_container img{
        width: 100%;
    }

    #user_info_pane .error{
        font-size: .725rem;
        letter-spacing: 1px;
    }

    .addOnTrigger input{
        border-radius: 0px;
        font-size: .8rem;
        text-transform: uppercase;
    }

    .addOnTrigger input::placeholder{
        font-size: .8rem;
        text-transform: uppercase;
    }

    #dealer_options:not(:first-child){
        display: inherit !important;
    }

    #dealer_installed_option_adder:focus{
        outline: none;
    }
   

/* ---------- End Form Panel CSS ------------- */



/* ----------Toggle Switch CSS ------------- */



    .tgl {
        display: none;
    }

    .tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
        box-sizing: border-box;
    }

    .tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
        background: none;
    }

    .tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
        background: none;
    }

    .tgl + .tgl-btn {
        outline: 0;
        display: block;
        width: 4em;
        height: 2em;
        position: relative;
        cursor: pointer;
        -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
    }

    .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
        position: relative;
        display: block;
        content: "";
        width: 50%;
        height: 100%;
    }

    .tgl + .tgl-btn:after {
        left: 0;
    }

    .tgl + .tgl-btn:before {
        display: none;
    }

    .tgl:checked + .tgl-btn:after {
        left: 50%;
    }

    .tgl-ios + .tgl-btn {
        background: #282828;
        border-radius: 2em;
        padding: 2px;
        transition: all 0.4s ease;
        border: 1px solid #555;
    }
    .tgl-ios + .tgl-btn:after {
        border-radius: 2em;
        background: #2f2f2f;
        transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
    }
    .tgl-ios + .tgl-btn:hover:after {
        will-change: padding;
    }
    .tgl-ios + .tgl-btn:active {
        box-shadow: inset 0 0 0 2em #555;
    }
    .tgl-ios + .tgl-btn:active:after {
        padding-right: 0.8em;
    }
    .tgl-ios:checked + .tgl-btn {
        background: linear-gradient( 0deg, #e67e22, #f39c12);
        box-shadow:  inset 0 0 10px rgb(0 0 0);
    }
    .tgl-ios:checked + .tgl-btn:active {
        box-shadow: none;
    }
    .tgl-ios:checked + .tgl-btn:active:after {
        margin-left: -0.8em;
    }

    .tgl-ios:checked + .tgl-white.tgl-btn {
        background: linear-gradient( 0deg, #ffffff, #ffffff);
        box-shadow:  inset 0 0 10px rgb(0 0 0);
    }
      
    
  
/* ---------- End Toggle Switch CSS ------------- */

.loader{
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.76);
    color: #fff;
    position: fixed;
    z-index: 10000;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


/* ---------- Dealer Margins/Country Info Panel CSS ------------- */

.dealer-choice-panel{
    position: absolute;
    right: 0;
    display: none;
    /* transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease-in; */
    
}

.dealer-choice-panel.active{
    right: 0;
    transform: translateX(calc(100% - 2.25rem));
    
} 

.dealer-choice-panel.panel-active{
    transform: translateX(0) !important;
    transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease-in;
}

.dealer-choice-panel.panel-inactive
{
    transform: translateX(calc(100% - 2.25rem));
    transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease-in;
}


.dealer-choice-panel.active .content-tab{
    display: block;  
    overflow: hidden;
}

.dealer-choice-panel .info-tab{
    width: 0;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.dealer-choice-panel .info-tab,.dealer-choice-panel .content-tab{
    background: #555;
}

.dealer-choice-panel .content-tab{
    display: none; 
}

.content-tab select{
    color: #d1d1d1;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    font-size: .625rem;
}

.content-tab select:focus{
    background-color: transparent;
    outline: none;
    border: none;
    color: #d1d1d1;
}
.content-tab h6{
    color: #d1d1d1;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: .7rem;
    font-weight: 600;

}
.content-tab img{
    max-width: 25px;
    margin-bottom: .2rem;
}

.content-tab .country_id{
    color: #d1d1d1;
    font-size: .525rem;
    font-weight: 600;
}

#margins_div_holder h6, #margins_div_holder p{
    font-size: .6rem;
    color: #d1d1d1;
    font-weight: 600;
    line-height: 1.5;
}

#margins_div_holder input.margin_input{
    max-width: 150px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #d1d1d1;
    font-size: .7rem;
}

#margins_div_holder input.margin_input:focus{
    outline: none;
}

#margins_div_holder input.margin_input::placeholder, #margins_div_holder input.margin_input::-webkit-placeholder
{
    color: #d1d1d1;
}

.round-time-bar div {
    height: 2px;
    background: linear-gradient(to bottom, #fff, #d1d1d1);
}

.notification .notification-time-bar{
    bottom: 0;
    left: 0;
    width: 100%;
}

.notification.active .notification-time-bar div{
    height: 2px;
    background: linear-gradient(to bottom, rgb(108, 236, 4), #9bd914);
    width: 100%;
}

.dealer-choice-panel.active .round-time-bar[data-style="smooth"] div, .notification.active .notification-time-bar[data-style="smooth"] div{
    transform-origin: left center;
    animation: roundtime calc(var(--duration) * 1s) linear forwards;
}

.dealer-choice-panel.active:hover .round-time-bar[data-style="smooth"] div
{
    animation: none;
}

.dealer-choice-panel .input-group .input-group-text,.content-tab .input-group .input-group-text{
    border-radius: 0px;
    font-size: .6rem;
    padding: .2rem .5rem;
    background: #d1d1d1;
}


/* ---------- END  Dealer Margins/Country Info Panel CSS ------------- */


/* ---------- Mobile Navigation CSS ------------- */

.sliding_nav,.mobile_nav_content_wrap{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    background: #555;
    transform: translateY(-100%);
}

.sliding_nav a:hover{
    text-decoration: none;
}

.sliding_nav a{
    color: #d1d1d1;
    text-transform: uppercase;
    font-size: clamp(.8rem, 2vw, 1rem);
    letter-spacing: 1px;
}

.sliding_nav .list-group li,.mobile_nav_content_wrap .list-group li{
    background: transparent;
    padding: 1.5rem 1.25rem;
    color: #d1d1d1;
    text-transform: uppercase;
    font-size: clamp(.8rem, 2vw, 1rem);
    letter-spacing: 1px;
}

.sliding_nav .list-group li i,.mobile_nav_content_wrap .list-group li i{
    color: #d1d1d1;
    font-size: 1rem !important;
}

.sliding_nav .list-group li:hover,.mobile_nav_content_wrap .list-group li:hover{
    background: #282828;
    cursor: pointer;
}

.sliding_nav .list-group li:hover i:not(.fa-rotate-180){
    transform: scale(1.2);
}

.mobile_nav_content_wrap .content-tab .margin_input{
    width: 200px !important;
    max-width: 100% !important;
    flex: 2;
}

.mobile_nav_content_wrap .content-tab #margins_div_holder > div:nth-of-type(1){
    margin-top: 1rem !important;
}

.mobile_nav_content_wrap .content-tab #margins_div_holder div:nth-of-type(2)
{
    flex-direction: column;
}

.mobile_nav_content_wrap .content-tab #margins_div_holder div:nth-of-type(2) > div:not(.input-group){
    width: 100%;
    margin: 1rem 0;
}

.mobile_nav_content_wrap .content-tab #margins_div_holder div:nth-of-type(2) > div:nth-of-type(2)
{
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
}

.mobile_nav_content_wrap .content-tab > div{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.mobile_nav_content_wrap .content-tab > div:nth-of-type(3)
{
    margin-top: 2rem !important;
}

.mobile_nav_content_wrap .containSelect h6{
    padding-left: .25rem !important;
    padding-right: .25rem !important;
}

.margin_input {
    -webkit-appearance: none;
    border-radius: 0;
}




/* ---------- END Mobile Navigation CSS ------------- */



/* ---------- Confirmation Page CSS  ------------- */

#confirmation_page{
    height: 100vh;
    min-height: -webkit-fill-available;
    max-height: -webkit-fill-available; 
}

#confirmation_page{
    background: #555;
}

#confirmation_page::before{

    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url('/images/2022/builder/studioOverlay.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .4;
    content: "";
}

#confirmation_page > .container{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px !important;
    height: 100%;
}

#confirmation_page > .container.toggle_dark .text-white{
    color: #000 !important;
}


#confirmation_page .customer_name{
    text-align: center;
    font-weight: bold;
    font-size: .9rem;
    margin-bottom: .5rem !important;
    letter-spacing: 2px;
}

#confirmation_page .heading_container hr {
    width: 100%;
}

.scroll_icon_text{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    margin: 1rem 0;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 30px;
  height: 50px;
  margin-left: -20px;
  bottom: 2.5rem;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}


.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}

#confirmation_page > .container.toggle_dark .icon-scroll:before
{
    background: #000 !important;
}

#confirmation_page > .container.toggle_dark .icon-scroll
{
    box-shadow: inset 0 0 0 1px #000;
}

#confirmation_page > .container.toggle_dark .heading_container  hr{
    background: #000 !important;
}

header{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
}

header .top-nav li.hamburger span:first-of-type {
    top: 37%;
}
header .top-nav li.hamburger{
    min-width: 30px;
    width: 30px;
    height: 41px;
    cursor: pointer;
    padding: 10px 0;
    box-sizing: border-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .top-nav {
    width: 100%;
    height: 100px;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    position: relative;
    padding: 0 2rem;
    align-items: center;
}

header .top-nav li.hamburger span {
    width: 100%;
    height: 1px;
    background-color: #fff;
    display: block;
    transition: opacity .2s ease-in-out,transform .15s ease-in-out,background-color .15s ease-in-out;
}

header .top-nav li.hamburger.open span:first-of-type {
    transform: translateY(10px) rotate(45deg);
}

header .top-nav li.hamburger.open span:nth-child(2) {
    opacity: 0;
}

header .top-nav li.hamburger.open span:last-of-type {
    transform: translateY(-10px) rotate(-45deg);
}

header a:hover, header a{
    text-decoration: none;
}
header a:visited{
    color: inherit;
}
.top-nav img{
    max-width: 150px;
    margin-left: 2rem;
}

.main_nav .list-group a,.main_nav .list-group a:visited {
    color: inherit;
    text-decoration: none;
}


.main_nav, span.menu-open-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    pointer-events: none;
    background: 0 0;
    transition: background .25s ease-in-out;
}

span.menu-open-overlay{
    z-index: 4;
}

section.open span.menu-open-overlay {
    pointer-events: auto;
    background: rgba(0,0,0,.5);
}

.main_nav.open {
    transform: translate(0);
    opacity: 1;
    pointer-events: auto;
}

.main_nav{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 5;
    min-width: 100%;
    max-width: 100%;
    background-color: var(--accent);
    padding: 100px 40px;
    transform: translate(-100%);
    opacity: 0;
    transition: transform .25s ease-in-out,opacity .25s ease-in-out;
}
.main_nav .list-group{
    align-items: center;
}

.main_nav .list-group-item{
    padding: .5rem 0rem;
    border: none;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1rem;
    width: max-content;
}

.main_nav .list-group-item:hover{
    cursor: pointer;
    color: #fff;
}


.sub-menu .menu-item:after{
    display:block;
    content: '';
    height: 2px;
    border-bottom: solid 1px #ffffff;  
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
    transform-origin:  0% 50%;
}
.main_nav .list-group-item:after {
    display:block;
    content: '';
    height: 5px;
    border-bottom: solid 1px #ffffff;  
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
    transform-origin:  0% 50%;
}
.main_nav .list-group-item:hover:after,.sub-menu .menu-item:hover:after { 
    transform: scaleX(1); 
}

.model_menu,.sub-menu{
    height: 0;
    overflow: hidden;
}

.model_menu.active{
    height: auto !important;
}

.model_menu, .model_menu li{
    list-style-type: none;
}

.model_menu li p{
    font-size: .85rem;
    color: #fff;
    margin: 0;
}

.model_menu li{
    padding: .5rem 0;
}

.model_menu li p, .model_menu li span{
    pointer-events: none;
}

.model_menu li p i{
    color: #fff;
    font-size: .7rem;
    margin-left: 5px;
    transition: all .2s ease-in-out;
}

.model_menu li:hover{
    cursor: pointer;
    
}

.model_menu li:hover i{
    margin-left: 10px;
    transform: rotate(90deg);
}

.model_menu li:hover p,.sub-menu .menu-item:hover{
    color: #fff;
}



.sub-menu .menu-item{
    font-size: .75rem;
    color: #fff;
    padding: .5rem .7rem;
}

.main_nav .cta_options a{
    
    text-decoration: none;
    background: transparent;
    text-decoration: none;
    display: block;
    padding: .75rem 0;
    border: 1px solid #fff;
    width: 250px;
    max-width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: .7rem;
    text-align: center;
    letter-spacing: 1px;
    margin: 1rem 0;
}


.main_nav .cta_options a:hover,.main_nav .cta_options a:visited:hover{
    background: #fff;
    color: #000;
}

.main_nav .cta_options a:visited{
    color: #fff;
    
}

#build_breakdown{
    min-height: 500px;
    padding: 45px 0;
}

#build_breakdown ul.option_breakdown
{
    list-style-type: none;
    margin: 0;
}

#build_breakdown .container , .feature_build .container{
    max-width: 1420px;
}

.gauge-container{
    width: 80%;
}
 .gauge-container  path:nth-of-type(1){
    stroke-dasharray: 2 !important;
    stroke-dashoffset: 0 !important;
} 
.progressbar-text{
    color: #fff;
    letter-spacing: 2px;
    padding-top: 2rem !important;
    font-size: .8rem;
    width: 100%;
}
.uniqueness_profile{
    max-width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
}



.unique_options img{
    max-width: 50px;
}

.unique_options h6 {
    font-size: clamp(.6rem, 2vw, .8rem);
    line-height: 1.5;
    letter-spacing: 1px;
    color: #fff;
    width: 250px;
    max-width: 100%;
}

.unique_options:first-child{
    border: none;
}

.unique_options .gauge-container
{
    max-width: 50px;
    width: 40px;
    margin-left: auto;
    position: relative;
}

.unique_options .gauge-container .progressbar-text
{
    padding-top: 0 !important;
    margin-left: .25rem !important;
    font-size: .6rem !important;
    width: max-content;
}

.unique_profile p{
    color: #fff;
    letter-spacing: 2px;
    line-height: 1.5;
    width: 80%;
    margin: 0 auto;
    font-size: clamp(.7rem, 2vw, .8rem);
}



.share_options{
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
}

.share_options p{
    color: #fff;
    letter-spacing: 2px;
    font-size: .55rem;
    font-weight: 600;
}

.share_options button{
    border-style: none;
    background: transparent;
    border: 1px solid #fff;
    padding: .8rem 1.5rem;
    font-size: .5rem;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 2rem;
}

.share_options button:hover{
    background: #fff;
    color: #000;
}

.share_options .share-icon:first-child
{
    margin-left: 0 !important;
}

.share_options .share-icon{
    color: #fff;
    margin: 0 .8rem;
    display: inline;
    font-size: 1.2rem;
}

.feature_build{
    min-height: 100vh;
    padding: 45px 0px;
}
.feature_build .feature_title{
    color: #fff;
    color: var(--compliment);
    letter-spacing: 5px;
    font-weight: bold;
    font-size: clamp(1rem, 2vw, 1.5rem);
}

.feature_build .feature_copy{
    color: #fff;
    font-size: .9rem;
    line-height: 1.5;
    text-align: justify;
}

.feature_specs p{
    text-transform: uppercase;
    color: #fff;
    color: var(--compliment);
    letter-spacing: 5px;
    text-align: center;
    font-size: clamp(1rem, 2vw, 1.5rem);
}

.feature_gallery_copy h5{
    color: #fff;
    color: var(--compliment);
    letter-spacing: 2px;
}

.feature_gallery_copy p{
    color: #fff;
    line-height: 1.5;
    font-size: clamp(.7rem, 2vw, .8rem);
    
}

.share_options .share-icon:hover,.share_options button:hover{
    cursor: pointer;
}

img.consumer_catalog{
    width: 300px;
    max-width: 100%;
}

.catalog_mockup{
    max-width: 80%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -20%);
}

.catalog_copy h3, .catalog_copy h4{
    color: #fff;
    letter-spacing: 2px;
}

.catalog_mockup_container > div{
    margin: 0 auto;
}


.catalog_copy h3{
    font-weight: bold;
    font-size: clamp(1.2rem,2vw,1.75rem) !important;
}
.catalog_copy h4{
    font-size: clamp(.9rem,2vw,1.5rem) !important;
}
.catalog_model_title{
    position: absolute;
    top: 63.5%;
    left: 40%;
    letter-spacing: 2px;
    font-size: .8rem;
}

.catalog_copy a{
    background: var(--compliment);
    color: #fff;
    text-transform: uppercase;
    padding: .75rem 1.5rem;
    letter-spacing: 2px;
    font-size: .8rem;
    width: 80%;
    text-align: center;
}

.catalog_copy a:hover{
    text-decoration: none;
}



/* Toggle Font colors for White / Black Theme Colors */
.toggle_dark .main_nav .cta_options a:visited, .toggle_dark .share_options p, .toggle_dark .unique_options h6,.toggle_dark .feature_gallery_copy p,
.toggle_dark .feature_title,.toggle_dark .feature_copy,.toggle_dark .feature_gallery_copy h5,.toggle_dark_copy .feature_gallery_copy p,.toggle_dark_copy .feature_copy{
    color: #000 !important;   
}

.toggle_dark .main_nav .cta_options a, .toggle_dark .share_options button{
    color: #000;
    border: 1px solid #000;
}

.toggle_dark .main_nav .cta_options a:hover,.toggle_dark .main_nav .cta_options a:visited:hover, .toggle_dark .share_options button:hover{
    background: #000;
    color: #fff;
}



.toggle_dark .sub-menu .menu-item, .toggle_dark .model_menu li p i, .toggle_dark .model_menu li p, .toggle_dark .main_nav li,
.toggle_dark .share_options .share-icon ,.toggle_dark .unique_options .gauge-container .progressbar-text, .toggle_dark .progressbar-text , .toggle_dark .progressbar-text p,
.toggle_dark .unique_profile p,.toggle_dark .feature_specs p, .toggle_dark .catalog_copy h3 ,.toggle_dark .catalog_copy h4,.toggle_dark_copy .catalog_copy h3 ,.toggle_dark_copy .catalog_copy h4{
    color: #000 !important;
}

header .top-nav.toggle_dark li.hamburger span
{
    background: #000 !important;
}
.toggle_dark .main_nav .list-group-item:after,.toggle_dark .sub-menu .menu-item:after
{
    border-bottom: solid 1px #000;  
}
.top-nav.toggle_dark img
{
    filter: invert(1);
}

.toggle_dark .unique_options img{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}




@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(26px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(26px);
  }
}


/* ---------- END Confirmation Page CSS ------------- */


/* ---------- 3D Builder Specific CSS ------------- */

#view_selector{
    background: #555;
    border: none;
    padding: .725rem 1rem;
    letter-spacing: 2px;
    font-size: .85rem;
    margin-right: .7rem;
    /* position: absolute;
    bottom: 2rem;
    left: 5rem; */
}

button.animation{
    background: #555;
    border: none;
    padding: .225rem 1rem;
    font-size: .85rem;
    margin-right: .7rem;
}
button.animation img{
    width: 35px;
    max-width: 35px;
    pointer-events: none;
}

#view_selector:hover,.view_selector_dropdown ul li:hover,button.animation:hover{
    cursor: pointer;
}



.view_selector_dropdown
{
    background: transparent;
    border: none;
    /* border: 1px solid #555; */
}

.view_selector_dropdown ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 500px;
    padding: .75rem .75rem .75rem 0;
}

.view_selector_dropdown ul li{
    padding: 1rem;
    text-align: center;
    font-size: .75rem;
    background: #555;
    width: 80px;
    height: 80px;
    margin: 0 .5rem .5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 1px solid #FFFFFF;
}


.typewriter{
    display: none;
}
.loader_wrapper h4{
    font-size: 1rem;
    overflow: hidden !important; /* Ensures the content is not revealed until the animation */
    /* border-right: .15em solid #FFFFFF; The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em; /* Adjust as needed */
    font-size: clamp(.8rem,2vw,1rem);
    /* animation:  typing 2.0s steps(60, end),  blink-caret .75s step-end infinite; */
}

.loader_wrapper img{
    max-width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-54%,-50%);
}

.loader_wrapper{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #282828;
    height: 100%;  
    width: 100%;
    z-index: 20;
    pointer-events: none;
}

.loader_wrapper .disclaimer{
    bottom: 0;
    padding: 2rem 1rem;
    width: 100%;
}

.loader_wrapper .disclaimer p{
    font-size: .6rem;
    letter-spacing: 1px;
    line-height: 2;
    max-width: 800px;
    margin: 0 auto;
    color: #b5b5b5;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#unity_loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 300px;
    margin: -150px 0 0 -150px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FFFFFF;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#unity_loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FFFFFF;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#unity_loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FFFFFF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.disclaimer{
    bottom: 0;
    color: #fff;
    font-size: .4rem;
    letter-spacing: 1px;
    opacity: 0.5;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.content-tab select > option{
    background: #000;
    color: #fff;
}


@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* The typing effect */
@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: rgb(255, 255, 255); }
}

/* ---------- END 3D Builder Loading Mask CSS ------------- */

/* ---------- Desktop Notification  CSS ------------- */

    .camera_notification{
        position: absolute;
        bottom: 6rem;
        /* left: 3rem; */
        background: #555;
        width: 375px;
        height: 5rem;
        display: flex;
        right: 0;
        align-items: center;
        padding: .75rem .75rem .85rem .75rem;
        transition-property: all;
        transition-duration: .3s;
        transition-timing-function: ease-out;
        transform: translateX(100%);
    }
    .camera_notification i{
        font-size: 1.5rem;
        background: #282828;
        height: 100%;
        display: flex;
        align-items: center;
        border-radius: 5px;
        padding: .5rem 1rem;
        box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    }

    .camera_notification p{
        letter-spacing: .5px;
        padding: 0 1rem;
        font-size: .65rem;

    }
    .camera_notification.active{
        transform: translateX(0);
    }

    .automated_notification {
        position: absolute;
        bottom: 7rem;
        right: 0;
        width: 500px;
        height: 8rem;
        display: flex;
        align-items: stretch;
        padding: .4rem .4rem .6rem .4rem;
        background: rgb(0 0 0 / 35%);
        transition: all .3s ease-out;
        transform: translateX(100%);
    }

    

    .automated_notification img{
        max-height: 100%;
        max-width: 100%;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }

    .automated_notification i.notification__close {
        position: absolute;
        top: .4rem;
        right: .5rem;
        /* background: #555; */
        color: #d1d1d1;
        font-size: 1rem;
        z-index: 5;
    }
    .automated_notification i:hover , .automated_notification img:hover{
        cursor: pointer;
    }

    .automated_notification .notification__info{
        display:-webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 2;
    }

    .automated_notification .notification__info p{
        letter-spacing: 1px;
        font-size: .7rem;
        font-weight: bold;
        line-height: 1.5;
        max-width: 225px;
    }

    .automated_notification i.fa-bell-on{
        position: absolute;
        top: 0;
        left: .4rem;
        background: #555;
        color: #d1d1d1;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        padding: .3rem;
        border-radius: 5px;
    }

    .automated_notification .fa-play-circle
    {
        color: #ffff;
        font-size: 2.5rem;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .automated_notification.ar .notification__info{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        flex-grow: 2;
        padding: 1rem 1.5rem;
    }

    .automated_notification.ar .notification__info p{
        letter-spacing: 2px;
        font-size: .9rem;
    }

    .automated_notification.ar .notification__info p:first-child{
        width: 100% !important;
        max-width: unset !important;
    }

    .automated_notification.ar .notification__info p:first-child img{
        box-shadow: none;
        max-width: 120px;
        position: absolute;
        right: -17px;
        top: -74px;
        max-height: 120px !important;
    }

    .automated_notification.ar .notification__info p:last-child{
        font-size: .6rem;
        letter-spacing: 1.5px;
        max-width: 100% !important;
    }

    .automated_notification.ar .notification-popup{
        margin-left: 1.5rem;
        margin-top: -2.5rem;
    }

    .automated_notification.ar .notification-popup img{
        height: 140px;
        max-height: unset;
    }

    /* Custom Tooltip CSS*/
    .builder-popover{
        
        background: #555;
        padding: .5rem .725rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: .55rem;
        border-radius: 5px;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    }
/* ---------- END Desktop Notification CSS ------------- */

/* --------------- MAGNIFIC POPUP  Customization CSS --------------- */

.mfp-bg.minimize{
    display: none;
}

.mfp-wrap.minimize{
    pointer-events: none;
}

.mfp-content{
    width: max-content !important;
}
.mfp-close{
    right: -3rem !important;
}


.mfp-wrap.minimize .mfp-content{
    width: auto;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

.mfp-wrap.minimize .mfp-content > div{
    /* width: auto; */
}

.mfp-wrap.minimize .mfp-content video{
    width: 400px !important;
}
.mfp-wrap.minimize .mfp-content .mfp-close, .mfp-wrap.minimize .mfp-content video,.mfp-wrap.minimize .mfp-custom-minimize{
    pointer-events: all;
}

.mfp-custom-minimize {
    position: absolute;
    top: 1.75rem;
    right: -2rem;
    background: transparent;
    padding: 0;
    border: none;
    height: 44px;
    line-height: 44px;
    opacity: 0.65;
    font-size: .9rem;
}

.mfp-custom-minimize:hover{
    opacity: 1;
    cursor: pointer;
}

.mfp-wrap.minimize .mfp-custom-minimize{
    top: 0;
    right: 2.5rem;
    padding: 1px 6px;
}

.mfp-wrap.minimize .mfp-close{
    right: 0 !important;
}

/* ---------------END MAGNIFIC POPUP Customization CSS --------------- */

    .mfp-close-btn-in .mfp-close {
        color: #ffffff !important;
    }

/* ---------- Pre Configurator CSS ------------- */


    .pre_configure #menu_bar{
        overflow-y: auto;
        
    }

    .pre_configure img[alt="OR"]{
        width: 60%;
    }
    .pre_configure #menu_bar > div:first-child{
        height: auto;
        padding: 45px 0;
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
    }

    .pre_configure .model_label{
        margin-bottom: 2rem;
    }

    .pre_configure .btn_lg{
        height: 45px;
        font-size: .65rem;
    }

    .pre_configure #menu_bar button:hover{
        cursor: pointer;
    }
    .pre_configure #menu_bar a:hover{
        text-decoration: none;
    }

    .pre_configure .badge_container{
        bottom: 0;
        right: 1rem;
        z-index: 1;
    }

    .pre_configure .badge_container img{
        max-width: 40px;
    }

    .pre_configure .badge_container h3{
        font-weight: 400;
        font-size: .7rem;
        margin-bottom: .1rem;
    }

    .pre_configure .badge_container p{
        font-size: .6rem;
    }

    .pre_configure .toggle_configurator
    {
        bottom: 1rem;
        /* right: 2rem; */
        left: 50%;
        transform: translate(-50%, 0);
    }

    .pre_configure .toggle_configurator h6{
        font-size: .65rem;
        letter-spacing: 1px;
        padding-right: .5rem;
    }

    /* Toggle Switch */
    .knobs, .toggle_configurator .layer
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .toggle_configurator .button
    {
        position: relative;
        top: 50%;
        width: 88px;
        height: 35px;
        margin: -20px auto 0 auto;
        overflow: hidden;
    }

    .button.r, .button.r .layer
    {
        border-radius: 50px;
    }


    .toggle_configurator .checkbox
    {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        opacity: 0;
        cursor: pointer;
        z-index: 3;
    }

    .knobs
    {
        z-index: 2;
    }

    .toggle_configurator .layer
    {
        width: 100%;
        background-color: #3f3f3f;
        transition: 0.3s ease all;
        z-index: 1;
    }

    /* Button 1 */
    #button-1 .knobs:before
    {
        content: '3D';
        position: absolute;
        top: 4px;
        left: 6px;
        width: 28px;
        height: 26px;
        color: #ffffff;
        font-size: 10px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        padding: 9px 1px;
        background-color: #555;
        border-radius: 50%;
        transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
    }

    #button-1 .checkbox:checked + .knobs:before
    {
        content: '2D';
        left: 53px;
        background-color: #555;
    }

    #button-1 .checkbox:checked ~ .layer
    {
        background-color: #3f3f3f;
    }

    #button-1 .knobs, #button-1 .knobs:before, #button-1 .layer
    {
        transition: 0.3s ease all;
    }



/* ---------- END Pre Configurator CSS ------------- */

@media(min-width: 1400px)
{
     
    .feature_build .container .row.pr-xl{
        padding: 0 5.5rem 0 0;
    }
}

@media (min-width: 1200px)
{

    #menu_bar.col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 22.65rem;
    }

    
    #main_content_pane.col-md-9
    {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    #confirmation_page > .container{
        max-width: 1200px !important;
    }

    #confirmation_page .heading_container hr {
        width: 50% !important;
    }

  
    
}

@media (min-width: 1024px)
{
  
}

/* Portrait */
@media only screen 

  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1400px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

    #summary_pane .summary_content h4, #user_info_pane h4
    {
       font-size: clamp(.6rem, 1vw, .8rem);
    }

    #user_info_pane .input-section h5,.popper_content h5,.popper-content-wrapper h5
    {
        font-size: clamp(.525rem,1vw,.725rem);
    }

    .option_title_container h5,#summary_view h6{
        font-size: .525rem;
    }

    .option_holder[data-hover="true"] .option_image_container img{
        max-width: 40px !important;
    }

    .option_holder:not([data-hover="true"]) .option_image_container img{
        max-width: 40px !important;
    }
    .option_price_container span.byb_option_list{
        font-size: 9px;
        font-size: clamp(.525rem,1vw,.725rem) !important;
    }
    #menu_bar,.summary_pane.active, #user_info_pane.active{
        padding: 0 .25rem !important;
    }

    .sub_option_group{
        flex-direction: column;
        align-items: flex-start;
        font-size: clamp(.5rem, 1vw, .7rem);
    }
    .sub_option_group span{
        padding: .5rem 0 0 0 ;
        font-size: .5rem !important;
    }

    .model-info h5, #user_info_pane input[type="text"],#user_info_pane input[type="email"],#user_info_pane textarea,#user_info_pane select,#final_cta button{
        font-size: .625rem; 
    }

    .form_statement, .popper_content h6,.popper-content-wrapper h6{
        font-size: clamp(.425rem,1vw,.625rem);
    }

    .option_group_dropdown h6, .option_requires_container p ,.option_requires_container span{
        font-size: .525rem !important;
    }

    .option_title_container h6{
        font-size: .45rem;
    }
    .img_container img{
        max-width: 60% !important;
    }

    .unique_options h6{
        font-size: .8rem;
    }
    .unique_options img{
        max-width: 75px;
    }
    .unique_options .gauge-container
    {
        max-width: 75px !important;
    }
    .option_group_name h4{
        font-size: .8rem;
    }

    .option_holder[data-hover="true"] input + label .price-tag-icon{
        font-size: 5.5px;
        padding: 2px;
    }
    
    .brand-icon{
        display: block !important;
    }

    .option_group_dropdown .list-group-item{
        font-size: 8px;
        letter-spacing: 1px;
    }

    .typewriter{
        top: 65%;
    }
    .typewriter h4{
        font-size: 12px !important;
    }

    #summary_view{
        bottom: 50px !important;
    }

    @media(hover:none)
    {
        .sub_option_group i{
            display: block !important;
            /* margin-right: .2rem !important; */
        }
    }

    
}

@media screen and (min-width: 768px) and (max-height: 700px)
{
    #confirmation_page{
        height: unset !important;
        min-height: 100vh; 
        max-height: unset !important;
        position: relative;
    } 

    .pre_configure #menu_bar > div:first-child{
        height: auto !important;
        padding: 45px 0;
    }
}

   

@media screen and (min-width: 992px) and (max-height: 700px)
{
    #confirmation_page .img_container img{
        max-width: 60% !important;
    }
}

@media (min-width: 1024px){
   
}

@media (min-width: 992px)
{
   
    #main_content_pane{
        min-width: unset;
    }
    #main_content_pane .swal2-container{
        position: absolute;
    }

    #main_content_pane,#menu_bar{
        height: 100vh;
    }

    .contain_model{
        max-width: 100%;
    }

    #user_info_cta div,#mobile-summary-cta div{
        width: 100%;
    }

    #user_info_cta div *,#mobile-summary-cta div *{
        pointer-events: none;
    }

    #user_info_cta > div hr,#mobile-summary-cta div hr{
        width: 75% !important;
    }

    .dealer-choice-panel{
        display: flex;
    }
    #summary_view{
        width: auto;
    }

    .custom-toast-popup{
        background: #555!important;
        font-size: .9rem !important;
    }

    .swal2-toast .swal2-content{
        color: #d1d1d1 !important;
    }
    .swal2-timer-progress-bar{
        background: linear-gradient(to bottom, #000, #555) !important;
    }

    .custom-toast-popup-confirmation-dark .swal2-content{
        color: #000 !important;
    }

    .pre_configure #menu_bar > div:first-child{
        height: 100%;
    }
    .pre_configure img[alt="OR"]{
        width: 70%;
    }
    .pre_configure .badge_container{
        bottom: 1.5rem;
        right: 2rem;
        z-index: 1;
    }
    .pre_configure .badge_container img {
        max-width: 150px;
    }
    .pre_configure .badge_container h3 {
        font-size: 1rem;
        margin-bottom: .3rem;
    }
    .pre_configure .badge_container p {
        font-size: .8rem;
    }

    .automated_notification.active{
        transform: translateX(0);
    }

    .close-main-builder-link{
        display: block;
    }
}

@media (min-width: 768px)
{
   
    .option_holder[data-hover="true"] .option_image_container img{
        max-width: 64px;
    }
    .option_group_dropdown{
        width: auto;
    }
    .contain_model{
        max-width: 75%;
        margin: 0 auto;
    }
    #mobile-nap p{
        font-size: 7.5px;
    }
    #mobile-nap h6{
        font-size: .5rem;
    }

    #price_options_selector{
        width: 75%;
    }

    .mobile_nav_content_wrap .content-tab #margins_div_holder div:nth-of-type(2)
    {
        flex-direction: row;
    }
    .mobile_nav_content_wrap .content-tab #margins_div_holder div:nth-of-type(2) > div:nth-of-type(2)
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
        padding-left: .25rem !important;
        padding-right: .25rem !important;
    }
    .mobile_nav_content_wrap .content-tab #margins_div_holder div:nth-of-type(2) > div:not(.input-group){
        width: auto;
        margin: 1rem 0;
    }

    .main_nav{
        min-width: auto;
        width: 400px;
    }

    .top-nav img{
        max-width: 200px;
    }

    .unique_options .gauge-container{
        max-width: 75px;
        width: auto;
    }

   
    .unique_options h6 {
        width: 400px;
    }
  
    #build_breakdown,.feature_build{
        padding: 90px 0;
    }

    .unique_options img{
        max-width: 70px;
    }

    .progressbar-text{
        padding-top: 2rem !important;
        font-size: 2rem;
      
    }
    .unique_options .gauge-container .progressbar-text{
        font-size: .8rem !important;
    }

    .catalog_mockup_container > div{
        margin-right: 0 !important;
    }
    .catalog_copy a{
        width: auto;

    }
    
    .sw_internal_content_wrapper {
        padding: 1rem 5rem !important;
    }
    
}



@media (min-width: 600px)
{
    .share_options{
        flex-direction: row;
        margin-top: 0;
        align-items: center;
    }

    .share_options button{
        margin-left: 3rem;
        margin-top: 0;
    }


   
}

@media (min-height: 600px)
{
    .typewriter{
        display: block;
        position: absolute;
        top: 85%;
        left: 50%;
        transform: translate(-50%, 0);
    }

   

}

@media (min-height: 992px)
{
    .typewriter{
        top: 68% ;
    }
}

@media (min-width: 500px)
{

    #main_content_pane{
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size:  cover;
        -o-background-size:  cover;
    }
    .option_group_dropdown:hover , #summary_view:hover, .hide_summary div:hover,
    #final_cta:hover button,#user_info_cta  div:hover,#user_info_pane input:hover,#sor_popover i:hover,.content-tab select:hover,.content-tab .country_id:hover{
        cursor: pointer;
    }

    #summary_view div:first-child:hover img{
        -webkit-animation: mover .5s infinite  alternate;
        animation: mover .5s infinite  alternate;
    }
    #mobile-summary-cta div:first-child:hover img ,#user_info_cta > div:first-child:hover img{
        -webkit-animation: mover-reverse .5s infinite  alternate;
        animation: mover-reverse .5s infinite  alternate;
    }

    .option_group_dropdown .list-group-item:hover{
        cursor: pointer;
        background: #282828;
    }

    .menu_toggle_btn:hover i,.menu_toggle i:not(.fa-rotate-180):hover,.dealer-choice-panel .info-tab:hover i{
        transform: scale(1.2);
        cursor: pointer;
    }

    .list-group::-webkit-scrollbar{
        display: none;
    }
   
    #confirmation_page .heading_container hr {
        width: 75% !important;
    }

    .custom-toast-popup-confirmation-dark .swal2-content{
        color: #000 !important;
    }


 
}

@media screen and (max-height: 414px) {
    .orientOverlay{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (min-height: 415px) {
    .orientOverlay{
        display:none;
    }

  
    
}

@media screen and (max-height: 375px) {
    .orientOverlay{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (min-height: 376px) {
    .orientOverlay{
        display:none;
    }
}


/* Animations */

@keyframes roundtime {
    to {
        transform: scaleX(0);
    }
}

@keyframes drop-down-animate {
    0% {
      transform: scaleY(0);
    }
    100% {
      transform:scaleY(1);
      height: 100%;
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateX(-999px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-999px);
    }
}

@keyframes rotate-out {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    1000% {
        opacity: 0;
        transform: translateY(-999px);
    }
}


@keyframes slide-in-small {
    0% {
        opacity: 0;
        top:50%;
        transform: translate3d(-999px,0,0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0,-50%,0);
    }
}


@-webkit-keyframes mover {
    0% { transform: translateY(0) rotate(180deg); }
    100% { transform: translateY(-5px) rotate(180deg); }
}
@keyframes mover {
    0% { transform: translateY(0) rotate(180deg); }
    100% { transform: translateY(-5px) rotate(180deg); }
}
@-webkit-keyframes mover-reverse {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
@keyframes mover-reverse {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
