






.q-menu-hr {
    border-bottom: 2px groove red;
}


.cbw-footer-spacer {
    height: 60px!important;
    width: 100%!important;
}



.q-sidemenuSTD-racks {
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    font-style: regular;
    background-color: #212121!important;
    color: #ffffff!important;
    font-size: 1.2em!important;
    -moz-osx-font-smoothing: grayscale; /* FIX BOLD issue was aliasing for safari, chrome and firefox */
    -webkit-font-smoothing: antialiased; /* FIX BOLD issue was aliasing for safari, chrome and firefox */
    font-variant-ligatures: none;
    transition: all .1s ease!important;
    padding-left: 0px!important;
    letter-spacing: .1em!important;
    text-transform: uppercase;
    text-align: left;

}
.q-sidemenuSTD-racks:hover {
    color: #65c7d0 !important;
    transition: all .1s ease!important;
	}
.q-sidemenuSTD-racks:focus {
	/* outline: #00FF00 solid thick;    accessibility */
}

.q-sidemenuSTD-racksspacer {
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    font-size: .8em!important;
    padding-left: 30px!important;
}


   


.call-to-action {
    font-family: "Prompt", sans-serif;
    font-weight: 300;
    font-style: light;
    color: #ffffff;
    font-size: 1em;
    line-height: 1.4em;
    letter-spacing: .2px;
    text-decoration: none !important;
    text-transform: uppercase;
    display: block;
    width: 177px;
    height: 28px;
    background-color: #e06714;
    border-width: 0px;
    border-radius: 3px;
    transition: all .5s ease;
}
.call-to-action:hover {
    background-color: #FF9146;
    transition: all 1s ease;       
}
.call-to-action:link {
    background-color: #e06714;
    transition: all 1s ease;       
}
.call-to-action:visited {
    background-color: #e06714;
    transition: all 1s ease;       
}
.call-to-action:focus {
	/* outline: #00FF00 solid thick;    accessibility */
}



.local-dealers-postion {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    margin-top: 13px;
    margin-top: -55px;
}
.buy-now-postion {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;

}

.qstrapline {
    font-family: "Prompt", sans-serif;
    font-weight: 300;
    font-style: light;
    color: #e06714;
    font-size: 1em;
    line-height: 1.4em;
    letter-spacing: .2px;
    text-decoration: none !important;
    text-transform: uppercase;
    display: block;
    -moz-osx-font-smoothing: grayscale; /* FIX BOLD issue was aliasing for safari, chrome and firefox */
    -webkit-font-smoothing: antialiased;
    width: 326px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    position: relative;
    top: -38px;
    left: 287px;
    float: left;
}






.footerseparator {
    -webkit-box-shadow: 0 10px 7px -1px rgba(119,119,119,0.4);
    -moz-box-shadow: 0 10px 7px -1px rgba(119,119,119,0.4);
    box-shadow: 0 10px 7px -1px rgba(119,119,119,0.4);
    height: 40px;
    background-color: #ffffff;
    margin-bottom: 10px;
}






.navbar-brand {
    margin: 0px auto 0!important;
    float: none!important;
}





/* RAISES HORIZONTAL MENU */
.navbar-nav {

}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu {
    display: flex;
    justify-content: space-around;
}





/* MENU FONTS UPDATED */
.cbw-menu-font-active {
    font-family: "Prompt", sans-serif, sans-serif;
    font-weight: 300;
    font-style: normal;
    transition: all .2s ease;
    color: #ECECEC !important;
    font-size: 1.2em;
    text-align: center;
    font-variant-ligatures: none;
    background: none!important;
    display: block;
    z-index: 100;
    float: none;
    margin-top: 22px;
    letter-spacing: .5px;
    -moz-osx-font-smoothing: grayscale; /* FIX BOLD issue was aliasing for safari, chrome and firefox */
    -webkit-font-smoothing: antialiased; /* FIX BOLD issue was aliasing for safari, chrome and firefox */
}
.cbw-menu-font-active:hover {
    color: #ECECEC !important;
	background: none!important;
}
.cbw-menu-font-active:active {
    color: #ECECEC !important;
}
.cbw-menu-font-active:link {
    color: #ECECEC !important;
	background: none!important;
}
.cbw-menu-font-active:focus {
	/* outline: #00FF00 solid thick;    accessibility */
}



.cbw-menu-font {
    font-family: "Prompt", sans-serif, sans-serif;
    font-weight: 300;
    font-style: normal;
    transition: all .2s ease;
    color: #FFFFFF!important;
    font-size: 1.3em;
    text-align: center;
    font-variant-ligatures: none;
    background: none!important;
    display: block;
    z-index: 100;
    float: none;
    margin-top: 22px;
    letter-spacing: .5px;
    -moz-osx-font-smoothing: grayscale; /* FIX BOLD issue was aliasing for safari, chrome and firefox */
    -webkit-font-smoothing: antialiased; /* FIX BOLD issue was aliasing for safari, chrome and firefox */
}
.cbw-menu-font:hover {
    color: #FFFFFF!important;
	background: none!important;
}
.cbw-menu-font:active {
    color: #FFFFFF!important;
	background: none!important;
}
.cbw-menu-font:link {
    color: #FFFFFF!important;
	background: none!important;
}
.cbw-menu-font:focus {
	/* outline: #00FF00 solid thick;    accessibility */
}


.access-focus {

}
.access-focus:hover {
	/* background: none!important;	accessibility */
}
.access-focus:active {
	/* background: red!important;	accessibility */
}
.access-focus:link {
	/* background: red!important;	accessibility */
}
.access-focus a:focus {
	/* outline: #00FF00 solid thick!important;	accessibility */
}

/* MENU FONTS UPDATED END */




















/* MY ORIGINAL Q MENU MODIFIED */

#sidebar-wrapper {
    position: fixed;
    right: 0;
    width: 300px;
    height: 100%;
    margin-right: -300px;
    overflow-y: auto;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    top: 0px;
    z-index: 99999;
    background-color: rgba(0,233,255,0.75);
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 300px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 30px;
/*  line-height: 30px; */
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
	background: #65C7D0;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    /* height: 50px; */
    /* font-size: 12px; */
    line-height: 30px;
    padding-top: 6px;
}

.sidebar-nav > .sidebar-brand a {
    color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle9 {
	z-index: 10;
	top: -55px;
	right: 10px;
}



#menu-toggle9xx {
    z-index: 100!important;
    top: -42px;
    right: 10px;
}




#sidebar-wrapper.active {
    right: 300px;
    width: 300px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    overflow-x: hidden;
    backdrop-filter: blur(4px);
    background-color: rgba(0,233,255,0.75);
}
#sidebar-wrapper9.active {
    right: 300px;
    width: 300px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.toggle {
    margin: 5px 5px 0 0;
}
.toggle9 {
    margin: 2px 5px 0 0;
}

/* MY ORIGINAL Q MENU MODIFIED END */




/* OVERLAY and BLUR TEST */
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
  cursor: pointer;
backdrop-filter: blur(1px);
}
/* OVERLAY and BLUR TEST END */



.privacy-position {
    position: relative;
    top: 56px;
    left: 22px;
    margin-right: 10%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}





@media only screen and (max-width:520px){
.price-area-position {
    margin-left: -5%;
}  
}
@media only screen and (max-width:767px){	
.price-area-position {
    margin-left: -20px;
}  
}
@media only screen and (min-width:768px){
.price-area-position {
    margin-left: 20px;
}  
}
@media only screen and (min-width:992px){
.price-area-position {
    margin-left: 20px;
}  
}















