:root{ --black: #000; --main-color: #21215F; --secondary-color: #CF6734; --third-color: #F3EEEC; --bg-color: #21215F; --border-color: #4C4C82; --text-color: #1C1C1C; --grey: #333333; --lightgrey: #E8E8E8; --darkgrey: #252525; --main-font: 'Inter',sans-serif; }
 h1,h2,h3,h4,h5,h6{ font-family: var(--main-font)!important; font-weight: 700; text-transform: uppercase; margin-top: .5em; margin-bottom: .5em; line-height: 1.4; }
 h1{ font-size: 2.5em; }
 @media (max-width: 769px){ h1{ font-size: 26px; }
}
 h2{ font-size: 1.8em; }
 @media (max-width: 769px){ h2{ font-size: 22px; }
}
 h3{ font-size: 1.4em; }
 @media (max-width: 769px){ h3{ font-size: 20px; }
}
 h4{ font-size: 1.2em; }
 @media (max-width: 769px){ h4{ font-size: 18px; }
}
 h5{ font-size: 1.2em; }
 @media (max-width: 769px){ h5{ font-size: 17px; }
}
 h6{ font-size: 1em; }
 @media (max-width: 769px){ h6{ font-size: 16px; }
}
 p{ font-size: 0.875em; }
 @media (max-width: 769px){ p{ font-size: 14px; }
}
 h2.section-title{ position: relative; width: 100%; line-height: 1.4; font-size: 2em; margin: 1em 0 .5em 0; }
 h2.section-title:after{ width: 2em; height: 0.11em; background-color: var(--main-color); left: 47.5%; content: ""; display: block; position: absolute; }
 h2.section-title.center{ text-align: center; margin-top: 0; line-height: 1.5; }
 h2.section-title.center:after{ width: 3em; left: calc(50% - 1.5em) !important; }
 h2.container-title{ text-align: center; margin-top: 1em; margin-bottom: 1em; }
 h2.container-title::before,h2.container-title::after{ content: ''; height: .03em; position: absolute; background: var(--darkgrey); width: 5em; margin-top: .7em; }
 h2.container-title::before{ left: 15em; }
 h2.container-title::after{ right: 11.5em; }
 p{ margin: 0 0 1em 0; }
 ul.list-style{ list-style: disc; line-height: 1.6; }
 ul.list-style li{ font-size: 0.875em; }
 ol.num-list{ list-style: auto; }
 ol,ul{ margin-bottom: .5em; }
 hr,.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{ border-color: var(--lightgrey); }
 .clearfix{ clear: both; }
 .img-responsive{ width: 100%; }
 .img-resp{ width: 100%; }
 .full-image a img{ padding: 0 !important; width: 100% !important; }
 .row{ margin-left: 0; margin-right: 0; }
 .container,.container-fluid,.contentComp .container-fluid{ width: 100%; max-width: 100% !important; padding: 0 !important; }
 .left-reset{ padding-left: 0 !important; }
 .right-reset{ padding-right: 0 !important; }
 .main-container{ font-family: var(--body-font) !important; }
 .navbar-collapse,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8{ padding: 0 1em; }
 .listing-view .col-xs-1,.listing-view .col-sm-8,.listing-view .col-md-8,.listing-view .col-lg-8,.listing-view .col-xs-9,.listing-view .col-sm-9,.listing-view .col-md-9,.listing-view .col-lg-9,.listing-view .col-xs-10,.listing-view .col-sm-10,.listing-view .col-md-10,.listing-view .col-lg-10,.listing-view .col-xs-11,.listing-view .col-sm-11,.listing-view .col-md-11,.listing-view .col-lg-11,.listing-view .col-xs-12,.listing-view .col-sm-12,.listing-view .col-md-12,.listing-view .col-lg-12{ padding: 0 .2em !important; }
 .panel-section{ border: 0.01em solid #d5d5d5; margin-bottom: 1.5em; }
 .panel-section h2{ margin: 0; background-color: #000; color: #fff; font-size: 1.4em; padding: 0.5em 1em; }
 .panel-section iframe{ width: 100%; min-height: 13em; }
 .panel-section ul{ padding: 1em 1.5em; }
 a{ color: var(--main-color); transition: all ease-in-out 0.25s; font-weight: 700; }
 a:hover,a:focus{ color: var(--darkgrey); text-decoration: none; }
 body{ font-family: var(--body-font); font-size: 1.1vw; line-height: 1.4; background-color: #fff!important; color: var(--text-color); padding: 0 !important; }
 #HeaderDiv,#FooterDiv,.hero{ padding-left: 0em !important; }
 #CenterDiv{ padding: 2em 4em 4em 4em; overflow: hidden; width: unset !important; height: auto!important; }
 #page_85675 #CenterDiv{ padding: 0em 0em 4em 0em!important; overflow: hidden; width: unset !important; height: auto!important; }
 @media (max-width: 769px){ #CenterDiv,#HeaderDiv,#FooterDiv{ padding-left: 0 !important; }
 #page_85675 #CenterDiv{ padding:0em 0em 2em 0em!important; width:100%!important; }
 #CenterDiv{ padding: 1em!important; }
 #RightDiv{ padding: 1em 0em 2em 0em!important; }
}
 #page_85675 #comp_1771958315756{ display: none; }
 body.VDP-open #comp_1771958315756{ display: block; }
 .breadcrumbParent{ position: relative; background-color: var(--third-color); display: flex !important; align-items: center; justify-content: space-between; color: var(--main-color); padding: 1.5em 4em 1.5em 3.3em!important; z-index: 2; }
 .breadcrumbParent h1{ font-weight: 700; margin: 0; flex: 1; font-size: 1.6em; }
 .breadcrumb>li a{ color: var(--main-color)!important; margin-left:-0.5em; font-weight: 500; }
 .breadcrumb>li+li:before{ color: var(--main-color)!important; }
 .breadcrumbParent .breadcrumb{ display: flex; justify-content: flex-end; align-items: center; margin: 0; background-color: transparent; padding-right: 0; font-size: .9em; }
 .breadcrumbParent:after{ width: 7em; height: .15em; background-color:transparent; top: 100%; left: 0; content: ""; display: block; position: absolute; }
 .breadcrumb>.active{ display: none!important; color: var(--main-color)!important; font-weight: 400; }
 @media (max-width: 769px){ .breadcrumbParent{ margin-bottom: 0em; padding: 1em 1.5em !important; }
 .breadcrumbParent .breadcrumb{ padding: 0; }
 .breadcrumbParent h1{ font-size: 1.4em; text-align: center; }
 .breadcrumbParent::after{ height: .2em; left: 36%; }
}
 ._404-container{ text-align: center; padding: 0; position: relative; }
 ._404-container #page-banner{ position: relative; }
 ._404-container #page-banner .banner-image{ position: relative; }
 ._404-container #page-banner .banner-image img{ filter: brightness(0.4); width: 100%; }
 ._404-container #page-banner .banner-image h1{ position: absolute; top: 35%; left: 50%; transform: translate(-50%,-50%); color: #fff; }
 ._404-container .container-content{ position: absolute; top: 50%; left: 50%; color: #fff; transform: translate(-50%,-50%); }
 ._404-container .container-content p a{ color: #fff; }
 ._404-container .container-content .btn-link{ margin-top: 2em; }
 ._404-container .error-content{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
 ._404-container .error-content p{ color: #fff; }
 ._404-container .error-content p a{ color: var(--secondary-color); }
 ._404-container .error-cta{ display: flex; justify-content: center; gap: 0.5em; }
 ._404-container .error-cta .btn-link a{ color: #fff; border-color: #fff; }
 ._404-container .error-cta .btn-link a:hover{ color: #fff; }
 ::-webkit-scrollbar{ width: .4em; }
 ::-webkit-scrollbar-track{ box-shadow: 0; border-radius: 0px; background:#000; }
 ::-webkit-scrollbar-thumb{ background: #3f3f3f; border-radius: .4em; }
 ::-webkit-scrollbar-thumb:hover{ background:var(--main-color); }
 .btn-link{ display: block; clear: both; margin: 1em 0; text-align: center; }
 .btn-link.no-margin{ margin: 1em 0; text-align: left; }
 .btn-link a{ background-color: transparent; font-family: var(--main-font-bold); text-transform: uppercase; color: #fff; padding: 1em 3em; border: 2px solid #fff; font-size: 1em; border-radius: 0em; text-decoration: none; white-space: nowrap; }
 .hover-fix a{ background-color: transparent; font-family: var(--main-font-bold); text-transform: uppercase; color: #fff; padding: 1em 2em; border: 2px solid #fff !important; border-radius: 0 !important; }
 .btn-link:hover{ text-decoration: none!important; }
 .btn-link a:hover,.btn-link a:focus,.hover-fix a:hover,.hover-fix a:focus{ text-decoration: none !important; background-color: var(--bg-color); color: #fff; }
 a.btn-link{ width: 11.5em; height: 2.5em; white-space: nowrap; background-color: transparent; color: #fff; font-size: .85em; display: flex; justify-content: center; align-items: center; border: 2px solid #fff; float: left; font-family: var(--main-font-bold); text-transform: uppercase; font-weight: 700; }
 a.btn-link:hover,a.btn-link:focus{ color: #fff !important; background-color: var(--darkgrey); text-decoration: none; border-color: var(--darkgrey); }
 #header-top{ background-color: var(--main-color); color: #fff; display: flex; justify-content: end; align-items: center; padding: 0em 3em 0em 0; font-size: .85em; font-family: var(--main-font); position: relative; z-index: 2; transition: all ease-in-out 0.25s; }
 #header-top > div{ border-right: 1px solid #4C4C82; }
 #header-top a{ color: #fff; font-size: .85em; text-transform: uppercase; font-weight: 400; }
 #header-top a:hover,#header-top a:focus{ text-decoration: none; color: var(--secondary-color) !important; }
 #header-top a:hover i,#header-top a:focus i{ color: var(--secondary-color); }
 #header-top .phone_icon i{ font-size: .85em; }
 #header-top .top_location{ text-transform: uppercase; font-size: .85em; }
 #header-top i{ color: var(--secondary-color); border-radius: 0.2em; font-size: 1em; display: inline-block; }
 #header-top>div a{ padding: .8em 2em; border-right: .01em solid var(--darkgrey); display: inline-block; }
 #header-top .header-social{ border-right: none; }
 #header-top .header-social a{ padding: 0.8em 0.5em; border-right: none; }
 #header-top .header-social i{ color: #fff; border-radius: 0.2em; padding: .5em 0.45em 0.3em 0.5em; }
 #header-top .lang-switcher{ display: flex; }
 .header-social{ margin-left: 2em; }
 .header-phone a:hover span{ color: var(--main-color); }
 .header-social a:hover i{ color: var(--secondary-color)!important; }
 #header-top .phone_icon img,#header-top .clock_icon img,#header-top .map_icon img{ width: 1em; height: 1em; }
 #header-top .header-phone{ display: flex; align-items: center; }
 #header-top .header-phone span{ display: flex; align-items: center; }
 #header-top .header-phone span a{ display: flex; align-items: center; }
 @media (min-width: 768px){ .header-phone a,.header-hours a,.header-location a{ display: flex!important; flex-direction: row; align-items: center; gap: 0.5em; }
}
 @media (max-width: 768px){ #header-top a{ display: flex!important; align-items: center; }
 #header-top i{ font-size: 1em; color: var(--lightgrey); }
 #header-top .header-phone span{ gap: 0.5em; }
 #header-top{ padding: 0em 0.5em; }
 #header-top>div a{ border-right: none; padding: 0.8em 2em; }
 #header-top .header-social{ display: flex; padding-left: 0.5em; margin-left: 0.5em; }
 #header-top .header-social a{ padding: 0.55em 0.1em; }
 #header-top .header-phone a{ font-size: 1em; padding: 0.55em 1em; display: flex; align-items: center; color: var(--lightgrey); }
}
 .navbar-default{ width:100%;border:none;border-radius:0;margin:0;padding:.5em 0;background-color:#fff!important;z-index:3;display:flex!important;align-items:center; }
 body#page_83524 .navbar-default{ background-color:transparent!important; }
 .navbar-header .menu-right{ position:absolute; right: 2em; display:flex; align-items:center; gap:.5em; top: 2.05em; transition: all ease-in-out 0.25s; }
 .navbar-header .menu-right .menu-link{ background-color: var(--main-color); border-radius: 3em; color: #fff; text-transform: uppercase; text-decoration: none; padding: 0.5em 1em; }
 .navbar-header .menu-right .menu-link .arrow-right::before{ color: #fff; content: "\e000"; display: block; height: 0em; width: 0em; font-size: 0.75em; font-family: 'Font Awesome Kit'; position: absolute; top: 1.65em; right: -0.3em; background: transparent; border-radius: 50%; transform: none; padding-right: 2em; }
 .navbar-header .menu-right .menu-link span{ font-size: 0.75em; }
 .sticky-nav .menu-right{ right: 1.5em; top: 1.75em; transition: all ease-in-out 0.25s; }
 .navbar-header .menu-right div{ padding:0 1em; }
 .navbar-header .main-logo img{ width: 10.0625em; aspect-ratio: 323/160; height:auto; transition: all ease-in-out 0.25s; }
 .sticky-nav .navbar-header .main-logo img{ width: 8.0625em; }
 .navbar-header{ float:left;display:flex; margin-right: 1.5em; padding:0 0 .5em 3em; align-items: center; position:static; z-index:1; }
 .sticky-nav .navbar-header{ padding-top:.5em; margin-right: 3em; }
 .navbar-header a{ color: var(--text-color); }
 body#page_76435.VDP-open .navbar-default{ background-color:#000!important; }
 body#page_76435 .navbar-default:after{ content:"";position:absolute;top:0;left:0;background:linear-gradient(180deg,#000 40%,rgba(0,0,0,0) 100%);width:100%;height:7em;opacity:.7;z-index:0; }
 body#page_76435.VDP-open .navbar-default:after{ display:none; }
 .navbar{ min-height:auto; }
 .navbar-nav{ float:none;margin-top:0;z-index:1;position:relative; }
 .navbar-nav>li>a{ font-weight:700; font-family:var(--main-font-bold); font-size:.95em; color: var(--main-color)!important; padding:1em 0.75em; line-height:normal; text-transform:uppercase; }
 .navbar-nav>li>a:hover,.navbar-nav>li>a:focus,.navbar .navbar-nav>li.open>a,.navbar .navbar-nav>li:hover>a,.navbar .navbar-nav>li.open>a:hover,.navbar .navbar-nav>li:hover>a:hover,.navbar .navbar-nav>li.open>a:focus,.navbar .navbar-nav>li:hover>a:focus{ color: var(--secondary-color)!important;background-color:transparent!important; }
 .navbar .navbar-nav>li:hover .dropdown-menu{ display:block; }
 .dropdown-menu{ min-width:14em;background-color:#000!important;border-radius:0!important;border:.01em solid var(--main-color)!important;margin:0!important;padding:0!important;box-shadow:none!important;font-size:.8em!important;left:0!important; }
 .dropdown-menu>li>a{ padding:.7em 1.8em!important;line-height:normal!important;color:#d5d5d5!important;border-bottom:.01em solid var(--main-color); }
 .dropdown-menu>li:last-child>a{ border:0!important; }
 .dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover,.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{ background-color:var(--main-color)!important;color:#fff!important; }
 .navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{ background-color:transparent!important; }
 .sticky-nav{ position:fixed!important; top:0; left:0vw; z-index:999; background-color: #fff; }
 .sticky-nav .navbar-default{ background-color: #fff!important; }
 .sticky-nav .navbar-nav>li>a{ color: var(--main-color)!important; }
 .sticky-nav .navbar-header a{ color: var(--text-color); }
 .caret{ margin-left:.2em; border-top:.2em dashed; border-top: .2em solid; border-right:.2em solid transparent; border-left:.2em solid transparent; }
 .navbar-header .sccm-phone{ padding:.4em 2.5em 0 1em; }
 .navbar-header .sccm-cart{ padding:.3em 2em 0 0;width:3.5em; }
 .navbar-header .sccm-search{ padding-top:0;display:flex;position:absolute;right:2.5em;top:.6em;align-items:center; }
 .navbar-header .simpleCart_quantity{ background-color:var(--main-color);border-radius:50%;position:absolute;color:#fff;line-height:1;margin-left:.8em;margin-top:-.5em;padding:.2em .5em;font-size:.7em; }
 .navbar-header .main-logo{ margin-top: 0; }
 .sticky-nav .navbar-header .main-logo{ margin-top: 0em; }
 .navbar-header .sccm-search .menu-phone{ margin-right:3em; }
 .navbar-header .sccm-search .menu-search{ margin-right:1.5em; }
 .navbar-header .sccm-search .menu-phone span{ font-size:2em;font-weight:bold;color:var(--main-color); }
 .navbar-header .sccm-search .menu-phone:hover,.navbar-header .sccm-search .menu-phone:focus{ text-decoration:none; }
 .navbar-header .sccm-search .shp-crt{ margin-right:1.5em; }
 .navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{ background-color:transparent; }
 @media (min-width: 769px){ .navbar-nav>li:first-child{ display: none; }
}
 @media (max-width: 769px){ .navbar-default{ padding:.5em 0; }
 .navbar-header{ float:none;display:flex;margin-right:0;padding:.3em 1em; align-items:center;z-index:unset; }
 .navbar-header .mobile-top-contact{ display: flex!important; gap: .7em; position: absolute; right: 5.7em; }
 .header-social{ margin-left: 0em!important; gap: .7em; }
 .navbar-header>div{ float:right; }
 .navbar-header .menu-right{ position:absolute;display:flex;justify-content:space-between;align-items:center; right: 6em; top: 0.8em; z-index:2; }
 .navbar-header .menu-right div{ padding:0; }
 .navbar-header .menu-right .home-cart{ margin-right:2em; }
 .navbar-header .main-logo,.navbar-header .home-cart{ margin-right: 0em; z-index:2; margin-top:0; }
 .navbar-header .main-logo img{ width: 5em; height:auto; }
 .sticky-nav .navbar-header .main-logo img{ width:10.125rem;height:auto; }
 .navbar-toggle{ position:absolute!important; z-index:4; border:none; margin:0; padding:0; right:1em; top: 1.3em; }
 .sticky-nav .navbar-toggle{ top: 1.75em; }
 .sticky-nav .navbar-header{ margin-right:2em; }
 .navbar-toggle .icon-bar{ position:relative; transition:all 100ms ease-in-out; background-color: var(--main-color)!important; height:4px; width:6.111vw; }
 .navbar-toggle .icon-bar:nth-of-type(3){ top:1px; }
 .navbar-toggle .icon-bar:nth-of-type(4){ top:2px; }
 .navbar-toggle.active{ background-color:transparent !important;top:1em; }
 .navbar-toggle.active .icon-bar{ background-color:#fff !important; }
 .navbar-toggle.active .icon-bar:nth-of-type(2){ top:9px;transform:rotate(45deg); }
 .navbar-toggle.active .icon-bar:nth-of-type(3){ background-color:transparent !important; }
 .navbar-toggle.active .icon-bar:nth-of-type(4){ top:-7px;transform:rotate(-45deg); }
 .navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{ background-color:transparent !important; }
 .navbar-collapse{ background-color:var(--black);position:absolute;width:100%;height:100vh !important;top:0;z-index:3;padding:0;transition:transform .5s ease;transform:translateX(-100%); }
 .navbar-collapse.in{ transform:translateX(0) !important; }
 .dropdown-menu{ font-size:1em !important; }
 .navbar-nav>li>a{ padding:1em 1.2em; color: #fff!important; }
 .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{ padding:.5em 1.5em; }
 .dropdown-menu>li>a{ padding:.5em 1.5em !important; }
 .sticky-nav{ padding-left:0;left:0; }
 .navbar-nav{ margin:0;height:100vh; }
 .navbar .navbar-nav>li:hover .dropdown-menu{ display:none; }
 .navbar .navbar-nav>li.dropdown.open:hover .dropdown-menu{ display:block; }
 .navbar-default .navbar-collapse,.navbar-default .navbar-form{ border:none; }
 .sticky-nav .navbar-nav>li>a{ color:#fff !important; }
 .menu-search{ display:flex;align-items:center; }
 .menu-search:hover,.menu-search:focus{ text-decoration:none; }
 .menu-search span{ display:inline-block !important; }
 .menu-search span.visible-xs{ font-size:.85em;margin:0 1em 0 -.5em; }
 .menu-right .yamaha-elite img{ height:2.2em;margin-right:1.5em; }
 .sticky-nav .menu-right{ top: 1.21em; }
 .sticky_locations_link{ top:3em; }
 .header-logo.visible-xs{ max-width:5.5em;float:left; }
}
 #comp_1772660906878{ padding: 0em 4em; }
 #html_1772660011928{ display: none; }
 /**/ #comp_1771958415753{ padding: 0!important; margin-top: 0; }
 #comp_1771958415753 .carousel-caption .item{ pointer-events: none; }
 #comp_1771958415753 .carousel-caption h2{ color: #fff; max-width: 100%; margin: auto; line-height: 1; text-align: left; font-size: 3.1em; }
 #comp_1771958415753 .carousel-caption p{ text-align: left; margin: 1em 0em; font-size: 1.25em; }
 #comp_1771958415753 .carousel-caption .hero-ctas{ text-align: center; margin-top: 3em; display: flex; }
 #comp_1771958415753 .carousel-caption .hero-ctas .btn-link{ margin-right: 1em; margin-top: 0em; }
 #comp_1771958415753 .carousel-caption .hero-ctas .btn-link:hover{ opacity: 0.7; }
 #comp_1771958415753 .carousel-caption .hero-ctas .cta-blue a{ background-color: var(--main-color); border-radius: 2em; color: #fff; border-color: var(--main-color); position: relative; padding: 0.5em 2em; font-size: 0.875em; border: 1px solid var(--main-color); }
 #comp_1771958415753 .carousel-caption .hero-ctas .cta-white a{ background-color: #fff; border-radius: 2em; color: var(--main-color); border-color: #fff; position: relative; padding: 0.5em 2em; font-size: 0.875em; }
 #comp_1771958415753 .carousel-caption .hero-ctas .btn-link.cta-blue .arrow-right::before{ color: #fff; content: "\e000"; display: block; height: 0em; width: 0em; font-size: 0.875em; font-family: 'Font Awesome Kit'; position: absolute; top: 0.65em; right: 0.3em; background: transparent; border-radius: 50%; transform: none; padding-right: 2em; }
 #comp_1771958415753 .carousel-caption .hero-ctas .btn-link.cta-white .arrow-right::before{ color: var(--main-color); content: "\e000"; display: block; height: 0em; width: 0em; font-size: 0.875em; font-family: 'Font Awesome Kit'; position: absolute; top: 0.65em; right: 0.3em; background: transparent; border-radius: 50%; transform: none; padding-right: 2em; }
 #comp_1771958415753 .carousel-caption .hero-ctas .arrow-right{ }
 #comp_1771958415753 .carousel-caption #sub_title{ color: #fff; font-weight: 400; }
 #comp_1771958415753 .hero-content{ font-size: 1.1vw; }
 #comp_1771958415753 .hero-content h2,#comp_1771958415753 .hero-content p{ color: #fff; }
 #comp_1771958415753 .hero-content p{ text-transform: none; font-weight: 400; }
 #comp_1771958415753 .hero-content .cta-blue a:first-child{ display: none; }
 .carousel{ padding: 0; border: 0; }
 .carousel-inner>.item>a>img,.carousel-inner>.item>img{ width: 100%; height: 100vh; object-fit: cover; aspect-ratio: 16/9; }
 #comp_1771958415753 .carousel-inner>.item:after{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(28,28,28,1); opacity: 0.3; }
 .carousel-control{ font-size: 1em; opacity: 1; }
 .carousel-control img{ display: none; }
 .carousel-control.left,.carousel-control.right{ background-image: none !important; overflow: hidden; }
 #page_84077 #comp_1771958415753 .carousel-control.left,#page_84077 #comp_1771958415753 .carousel-control.right,#page_82472 #comp_1771958415753 .carousel-control.left,#page_82472 #comp_1771958415753 .carousel-control.right,#page_82476 #comp_1771958415753 .carousel-control.left,#page_82476 #comp_1771958415753 .carousel-control.right{ visibility: hidden; }
 .carousel-control.left:before{ content: "\e003"; display: block; height: 4em; width: 4em; font-size: 1.4em; font-family: 'Font Awesome Kit'; position: absolute; top: 13em; left: 0em; background: transparent; border-radius: 50%; padding-left: 1em; }
 .carousel-control.right:before{ content: "\e000"; display: block; height: 4em; width: 4em; font-size:1.4em; font-family: 'Font Awesome Kit'; position: absolute; top: 13em; right: 0em; background: transparent; border-radius: 50%; transform: none; padding-right: 1em; }
 .carousel-control.left:before,.carousel-control.right:before{ padding-top: 0em; }
 .carousel-indicators{ display: none; bottom: 1em; z-index: 1 !important; }
 .carousel-indicators li,.carousel-indicators .active{ width: 2em; height: .3em; margin: 0.1em; border-radius: 0; border: none; }
 .carousel-indicators li{ background-color: #7a7a7a; }
 .carousel-caption{ font-family: var(--main-font); left: 6em; right: 10%; top: 20%; bottom: 0em; padding-bottom: 0; text-transform: uppercase; text-shadow: none; z-index:2!important; }
 #page_84077 #comp_1771958415753 .carousel-caption{ bottom: 14em; }
 #page_84077 #comp_1771958415753 .carousel-caption p{ color: #fff; font-weight: 400; margin-top: 1em; }
 .sliderTitle{ font-size: 4em; display: block; line-height: 1.6; }
 .sliderButton{ background-color: var(--main-color); color: #000; font-size: .8em; padding: .6em 3em; border: .01em solid var(--main-color); }
 .carousel-inner>.item:hover .sliderButton,.carousel-inner>.item:focus .sliderButton{ background-color: #fff; color: var(--main-color); }
 .carousel-control.left:hover:before,.carousel-control.right:hover:before{ background: transparent; }
 .hero-buttons{ margin-top: 1em; display: inline-flex; gap: 0.5em }
 .hero-buttons .item{ display: none; }
 .hero-buttons a{ width: 11.5em; height: 2.5em; white-space: nowrap; background-color: transparent; color: #fff; font-size: .85em; display: flex; justify-content: center; align-items: center; border: 2px solid #fff; float: left; font-family: var(--main-font-bold); text-transform: uppercase; font-weight: 700; }
 .hero-buttons a:first-child{ display: none; }
 .hero-buttons a:hover,.hero-buttons a:focus{ color: #fff !important; background-color: var(--darkgrey); text-decoration: none; border-color: var(--darkgrey); }
 @media (max-width: 769px){ #comp_1771958415753 .carousel-caption h2{ font-size: 1.5em; text-align: center; }
 #comp_1771958415753 .carousel-caption .hero-ctas{ flex-direction: column; margin: auto; gap: 1em; width: max-content; text-align: center; }
 #comp_1771958415753 .hero-content{ font-size: 16px; }
 #comp_1771958415753{ padding: 5.5vw; margin-top: 0em; }
 #comp_1771958415753 .carousel-caption h1{ font-size: 1.4em; max-width: 100%; text-align: center; }
 #comp_1771958415753 .hero-content p{ text-align: center; padding: 0em 4em; }
 #page_84077 #comp_1771958415753 .carousel-caption p{ font-size:0.75em; }
 #comp_1771958415753 .carousel-caption #sub_title{ font-size: .85em; }
 .carousel-control.left:before,.carousel-control.right:before{ top: 10em !important; padding-top: .9em; }
 .carousel-inner>.item>a>img,.carousel-inner>.item>img{ height: 25.125em; aspect-ratio:45/19; }
 .carousel-control.left:before{ height: 3em; width: 3em; font-size: 1.1em; top: 2em; left: -1.5em; }
 .carousel-control.right:before{ height: 3em; width: 3em; font-size: 1.1em; top: 2em; right: -1.5em; }
 .carousel-caption{ bottom: 0em; left: 0; top: 10%; right: 0; }
 .sliderTitle{ font-size: 1.8em; line-height: 1; }
 .sliderButton{ padding: .4em 1.5em; font-size: .65em; display: inline-block; margin-top: .5em; }
 .carousel-indicators{ bottom: 0; display: none; }
 .hero-buttons{ margin-top: 2em; display: flex; align-items: center; }
 .hero-buttons a{ border-radius: 0em; margin-bottom: .5em; width: 13em; font-size: 0.65em; padding: 0.5em 1em; }
 .hero-buttons a.first:after{ background: transparent; }
 .hero-buttons a.last:before{ background: transparent; }
 #page_84077 #comp_1771958415753 .carousel-caption{ bottom: 4em; }
}
 .section-top{ margin-top: 4em; padding: 0em 4em; }
 .section-top img{ width: 17.75em; height: auto; aspect-ratio: 569/160; }
 .section-top h2{ color: var(--main-color); }
 @media (max-width: 768px){ .section-top{ margin-top: 2em; padding: 0em 1em; }
}
 .homepage-gallery{ display: flex; gap: 1.5em; padding: 4em; }
 .homepage-gallery img{ border-radius: 0.3em; }
 @media (max-width: 768px){ .homepage-gallery{ padding: 1em; }
}
 #html_1771959565650 .categories-grid{ display: grid; grid-template-columns: repeat(2,1fr); gap: 2em; width: 100%; padding: 4em 8em; background-color: var(--third-color); }
 #html_1771959565650 .category-item{ display: flex; align-items: flex-start; gap: 2em; }
 #html_1771959565650 .icon-box{ flex-shrink: 0; border: 1px solid var(--secondary-color); border-radius: 0.3em; display: flex; align-items: center; justify-content: center; background: transparent; padding: 1em; }
 #html_1771959565650 .category-item:hover .icon-box{ background: rgba(200,103,58,0.07); }
 #html_1771959565650 .icon-box img{ width: 6em!important; height: 6em!important; object-fit: contain; }
 #html_1771959565650 .category-content h3{ font-size: 1.25em; text-transform: uppercase; color: var(--main-color); }
 #html_1771959565650 .category-content p{ color: var(--text-color); }
 @media (max-width: 768px){ #html_1771959565650 .categories-grid{ padding: 2em 1em; grid-template-columns: auto; }
}
 #html_1771959602699{ margin-top: 4em; }
 #html_1771959602699 h2{ color: var(--main-color); }
 @media (max-width: 768px){ #html_1771959602699{ margin-top: 1em; }
}
 #html_1771960200943{ padding: 0 4em; position: relative; }
 .swiper-header{ width: 100%; display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5em; }
 .category-arrows-hot,.category-arrows-garage{ display: flex; gap: 1em; }
 .ctegory-container{ margin-top: 2em; padding: 0 4em; position: relative; }
 .category-swiper{ width: 100%; overflow: hidden; }
 .category-swiper .category-item{ background: #fff; border-radius: 8px; overflow: hidden; transition: transform 0.25s ease; border: 1px solid var(--lightgrey); height: 24em; }
 .category-swiper .category-item:hover{ border-color: var(--secondary-color); transition: all ease-in-out 0.25s; }
 .ctegory-container p{ padding: 0em 0 0 1em; font-weight: 400; }
 .ctegory-container p a{ color: var(--text-color); text-decoration: none; font-weight: 400; }
 .ctegory-container h5{ padding: 0em 0 0 0.7em; }
 .ctegory-container h5 a{ color: var(--main-color); text-decoration: none; }
 .ctegory-container .category-item img{ border-radius: 0.5rem; width: 100%!important; height: auto !important; object-fit: contain; aspect-ratio: 338/217; }
 .swiper-button-prev,.swiper-button-next{ width: 2em !important; height: 2em !important; margin: 0 !important; display: flex !important; align-items: center; justify-content: center; cursor: pointer; border-radius: 0.1875em; }
 .swiper-button-prev{ color: #fff; background-color: var(--main-color); border-radius: 50%; position: absolute; top: 50%; bottom: 0; left: 0; width: 15%; }
 .swiper-button-next{ color: #fff; background-color: var(--main-color); border-radius: 50%; }
 .swiper-button-prev:after,.swiper-button-next:after{ font-size: 1.2rem !important; font-weight: bold; }
 .shadow{ box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
 @media (max-width: 768px){ .ctegory-container{ padding: 0 2em; }
 .category-container{ margin-top: 2em; padding: 0 1em; }
 .swiper-button-prev,.swiper-button-next{ width: 2em !important; height: 2em !important; }
 .category-swiper .category-item{ height: 21em; }
 .swiper-button-prev{ left: -1em; }
 .swiper-button-next{ right: -1em; }
 #html_1771960200943{ padding: 0em 2em; }
}
 .overview-contain .col-md-4{ padding-left: 0; }
 .overview-contain .col-md-8{ padding-right: 0; }
 .choose-us-container{ margin-top: 4em; }
 .choice-boxes .item-box .dropcap{ font-family: 'Open Sans',sans-serif; font-size: 1.25em; line-height: normal; font-weight: 700; font-style: italic; text-shadow: none; text-transform: uppercase; color: #fff; position: relative; background: var(--secondary-color); letter-spacing: 1px; border-radius: 50%; padding: 0.5em 1em; }
 .choice-boxes .item-box{ display: flex; gap: 1em; }
 .choice-boxes .item-box h4{ font-size: 1em; }
 .choice-boxes .item-box .item-num{ padding-top: 1em; }
 @media (max-width: 768px){ .overview-contain .col-md-4,.overview-contain .col-md-8{ padding: 0; }
 .overview-contain .col-md-4 img{ margin-bottom: 1em; }
}
 .srp-contain img{ width: 100%; }
 .srp-contain .col-md-3{ padding-left: 0; }
 .srp-contain .col-md-9{ padding-right: 0; padding-left: 2em; }
 body.VDP-open.parts-VDP-open .srp-contain{ display: none; }
 @media (max-width: 768px){ .srp-contain .col-md-3,.srp-contain .col-md-9{ padding: 0; }
 .srp-contain img{ margin-bottom: 1em; }
}
 .dockage-contain .col-md-3 img{ width: 100%; }
 @media (max-width: 768px){ .dockage-contain .col-md-3 img{ margin-bottom: 1em; }
}
 #staffpage .row{ display: flex; flex-wrap: wrap; }
 #staffpage .row .item{ width: 25%; }
 #staffpage h2{ margin-bottom: 1em; clear: both; }
 #staffpage a,#staffpage span{ text-align: center; }
 #staffpage a{ -webkit-box-shadow: 0 0.6em 2.6em rgb(0 0 0 / 15%); box-shadow: 0 0.6em 2.6em rgb(0 0 0 / 15%); -webkit-transition: -webkit-box-shadow .3s; transition: -webkit-box-shadow .3s; transition: box-shadow .3s; transition: box-shadow .3s,-webkit-box-shadow .3s; margin-bottom: 3em;border: 1px solid var(--lightgrey); display: flex; flex-direction: column; }
 #staffpage a:hover,#staffpage a:focus{ text-decoration: none; }
 #staffpage img{ height: auto; width: 100%; object-fit: cover; aspect-ratio: 4/3; }
 #staffpage span{ padding: 1em 1em 2em 1em; }
 #staffpage .staffposition{ color: #000; font-size: 0.85em; }
 #staffpage span.staffname{ padding-bottom: 0; font-family: var(--main-font-bold); color: #000; text-transform: uppercase; font-size:1.25em; }
 #staff-form .modal-content{ max-width: 100%; margin: auto; }
 #staff-form .modal-content .modal-body{ padding: 0; }
 #staff-form .modal-content .modal-body .close{ position: absolute; right: 0.5em; top: 0.5em; color: #fff!important; z-index: 1; }
 #staff-form .staff-image{ position: relative; }
 #staff-form .staff-image img{ filter: brightness(0.35); width: 100%; height: 100%; object-fit: cover; }
 #staff-form .staff-content{ position: absolute; top: 10%; color: #fff; padding: 0em 2em; }
 #staff-form .staff-content a{ color: var(--secondary-color); }
 #staff-form .modal-body .desc{ margin-top: 2em; font-size: 0.85em; line-height: 1.5em; }
 #staff-form .staff-content img{ width: 14em; display: flex; justify-self: center; filter: brightness(0) invert(1); }
 #staff-form .staffposition{ font-size: 1.25em; color: var(--secondary-color); }
 @media (max-width: 769px){ #staffpage .row{ flex-direction: column; }
 #staffpage .row .item{ width: 100%; }
 #staff-form .modal-content .modal-body{ height: 100vh; }
 #staff-form .staff-image{ height: 100%; }
 #staff-form .staff-image img{ height: 100%; }
}
 #page_85955 .ad-details-content .glyphicon{ color: #000; }
 #page_85955 .blog-srp{ display: block !important; }
 #page_85955 #comp_1772420454584{ margin-bottom: 2em; }
 #page_85955 #comp_1772420454584 #filters{ display: none; }
 #page_85955 #comp_1772420454584 .view-group{ justify-content: left; }
 #page_85955 #comp_1772420454584 .filter-ttl,#page_85955 #comp_1772420454584 .sortby-row,#page_85955 #comp_1772420454584 .stock-num,#page_85955 #comp_1772420454584 .date-row,#page_85955 #comp_1772420454584 .cta-btns,#page_85955 #comp_1772420454584 #detailsParentDiv .model-title,#page_85955 #comp_1772420454584 .Read-more,#page_85955 #comp_1772420454584 .blog-tags{ display: none !important; }
 #page_85955 #comp_1772420454584 .item.list-group-item{ padding: 0;margin: 2em 1em 0 1em;-ms-flex: 0 0 30%;flex: 30%; }
 #page_85955 #comp_1772420454584 .item.list-group-item .thumb,#page_85955 #comp_1772420454584 #detailsParentDiv{ background-color: #f5f5f545;margin: 0 auto;padding: 0;-webkit-box-shadow: 0px 0px 0.5em 0px #ddd;-moz-box-shadow: 0px 0px .5em 0px #ddd;box-shadow: 0px 0px 0.5em 0px #ddd; }
 #page_85955 #comp_1772420454584 .item.list-group-item .thumb{ min-height: 16em; }
 #page_85955 #comp_1772420454584 #detailsParentDiv{ padding: 1em 2em !important;margin: 0 0 2em 0; }
 #page_85955 #comp_1772420454584 .item.list-group-item .caption{ width: 100%; }
 #page_85955 #comp_1772420454584 .comment{ font-size: .85em;max-height: unset !important; }
 #page_85955 #comp_1772420454584 .model-title{ font-size: 1.4em;margin: 0.5em 0;line-height: 1.2;letter-spacing: 0; }
 #page_85955 #comp_1772420454584 .model-title-link{ color: #000; }
 #page_85955 #comp_1772420454584 .model-title-link:hover,#page_85955 #comp_1772420454584 .model-title-link:focus{ color: var(--main-color); }
 #page_85955 #comp_1772420454584 .item.list-group-item .img-event{ padding: 0 !important; width: 100%; }
 #page_85955 #comp_1772420454584 .thumbnail-container .pushstate{ padding: 0 !important; display: block; }
 #page_85955 #comp_1772420454584 .item.list-group-item .list-group-image{ margin: 0; width: 100%; object-fit: cover; max-height: 14em; }
 @media (max-width: 769px){ #page_85955 #comp_1772420454584 .item.list-group-item{ -ms-flex: 0 0 100%;flex: 0 0 100%; margin: 0; }
}
 .package-row-gallery.row.flex{ display: flex; flex-wrap: wrap; padding: 0.5em; max-width: 100%; margin: auto; justify-content: center; }
 .package-row-gallery.row.flex .item{ width: calc(25% - 10px); height: 13em; border-radius: 5px; cursor: pointer; padding: 0.5em; }
 .package-row-gallery.row.flex .item img{ transition: transform 0.2s ease-in-out; cursor: zoom-in; width: 100%; height: 100%; object-fit: cover; }
 .package-row-gallery.row.flex img:hover{ transform: scale(1.05); }
 .package-gallery-modal{ display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); justify-content: center; align-items: center; flex-direction: column; z-index: 2; text-align: center; }
 .package-gallery-modal img{ max-width: 90%; max-height: 80vh; border-radius: 5px; position: absolute; transform: translate(-50%,-50%); top: 50%; left: 50%; width: 22em; }
 .package-gallery-modal .close{ position: absolute; top: 15px; right: 20px; font-size: 30px; color: white; cursor: pointer; }
 .package-gallery-modal .prev,.package-gallery-modal .next{ position: absolute; top: 50%; transform: translateY(-50%); font-size: 30px; color: white; background: rgba(0,0,0,0.5); padding: 10px; cursor: pointer; border-radius: 5px; }
 .package-gallery-modal .prev{ left: 3em; }
 .package-gallery-modal .next{ right: 3em; }
 @media (max-width: 1024px){ .package-row-gallery.row.flex .item{ width: calc(50% - 10px); height: 11em; }
}
 @media (max-width: 600px){ .package-row-gallery.row.flex{ flex-direction: column; }
 .package-row-gallery.row.flex .item{ width: 100%; height: 12em; }
 .package-gallery-modal img{ max-width: 100%; width: 95%; top: 40%; }
 .package-gallery-modal .prev,.package-gallery-modal .next{ top: 40%; font-size: 20px; padding: 8px; }
 .package-gallery-modal .prev{ left: 0.5em; }
 .package-gallery-modal .next{ right: 0.5em; }
 .package-gallery-modal .close{ top: 10px; right: 10px; font-size: 24px; }
}
 #page_85962 .inner-content{ padding: 2em; width:auto; }
 #page_85962 .inner-content h3{ text-transform:uppercase; font-size:1.6rem; line-height:1.2; font-weight:500; color:var(--main-color); padding-top:0.5vw; width:100%; }
 #page_85962 .inner-content h4{ text-transform:uppercase; font-size:1.2rem; line-height:1.2; font-weight:700; color:var(--main-color); padding-top:0.5vw; width:100%; }
 #page_85962 .inner-content h2{ text-transform:uppercase; color:var(--main-color); }
 #page_85962 .inner-content p,#page_85962 .inner-content li{ font-size: 1em; line-height: normal; font-weight:400; color: var(--text-color); }
 #page_85962 .inner-content p{ width:100%; }
 #page_85962 .inner-content .main-btn{ margin:1.2rem 0; }
 #page_85962 .write-review__icon-wrap i{ color: var(--secondary-color); }
 #page_85962 #html_1772752107758 .row{ display: flex; }
 #page_85962 #html_1772752107758 .row .item:first-child{ width: 65%; }
 #page_85962 #html_1772752107758 .row .item:nth-child(2){ width: 35%; }
 #page_85962 #html_1772752107758 .row .item:nth-child(2) .new-div{ border: 1px solid var(--lightgrey); padding: 1em 2em; background: var(--third-color); }
 .testimonial-list{ list-style:none; padding:0; margin-bottom:2em; }
 #html_1772752107758 .col-md-5{ padding: 2em; width:auto; }
 #html_1772752107758 .col-md-5 .btn-link a{ border-color: var(--text-color); color: var(--text-color); }
 #html_1772752107758 .col-md-5 .btn-link a:hover{ background-color: #fff; color: var(--secondary-color); border-color: var(--secondary-color); }
 .testimonial-list .testimonial{ background: var(--third-color); margin: 0em auto; padding:1em; border: 1px solid var(--lightgrey); margin-bottom: 1em; }
 .testimonial-list .testimonial .testimonial-rating{ display:flex; flex-direction:row; margin-bottom: 0.5em; }
 .testimonial-list .testimonial .testimonial-rating .testimonial-overall-rating{ width:6em; margin-right: 0.5em; }
 .testimonial-list .testimonial .testimonial-rating .testimonial-overall-rating .rating-value{ color:var(--secondary-color); display:flex; }
 @media (max-width: 768px){ #page_85962 #html_1772752107758 .row{ flex-direction: column-reverse; }
 #page_85962 #html_1772752107758 .row .item{ width: 100%!important; }
}
 .partners-contain{ display:flex; flex-wrap: wrap; align-items: center; justify-content: center; text-align: center; }
 .partners-contain .item img{ width: 11em; height: auto; object-fit: contain; }
 @media (max-width: 768px){ .partners-contain .item{ margin-bottom: 2em; width: 50%; }
 .partners-contain .item img{ }
}
 #quote-form input,#quote-form select{ height: 3em!important; }
 .form-control{ padding: .5em 1em; font-size: .9em; height: auto !important; background-color: var(--lightgrey); border-radius: 0; border: .01em solid var(--main-color); color: var(--text-color); }
 .form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{ background-color: var(--third-color); }
 .adForm{ padding: 0; margin: 0; }
 .adForm h2{ border-top: 0 !important; font-family: var(--main-font-bold) !important; text-transform: uppercase; margin-top: .5em; margin-bottom: 1em; padding: 0 !important; line-height: 1.4; font-size: 1.6em !important; font-weight: 600; color: var(--main-color); }
 body .adForm input,body .adForm textarea,body .adForm select{ border-color: var(--border-color)!important; background-color: #fff !important; font-size: 1.1em !important; padding: 0.6em 1em !important; color: #2f2f2f!important; margin-bottom: .6em; }
 .adForm input::placeholder,.adForm textarea::placeholder,.adForm select::placeholder{ color: #2f2f2f; opacity: 1; }
 .adForm input:-ms-input-placeholder,.adForm textarea:-ms-input-placeholder,.adForm select:-ms-input-placeholder{ color: #2f2f2f; }
 .adForm input::-ms-input-placeholder,.adForm textarea::-ms-input-placeholder,.adForm select::-ms-input-placeholder{ color: #2f2f2f; }
 input:hover,textarea:hover,select:hover,input:focus,textarea:focus,select:focus{ background-color: var(--lightgrey) !important; color:var(--text-color) !important; }
 form .lead-button,form .btn.btn-default,form .btn.btn-primary{ background-color: var(--main-color) !important; color: #fff !important; text-transform: uppercase !important; font-weight: bold !important; padding: 0.8em 3em !important; font-size: .8em !important; outline: none; border: .2em solid var(--main-color) !important; border-radius: 2em !important; }
 form .lead-button:hover,form .btn.btn-default:hover,form .btn.btn-primary:hover,form .lead-button:focus,form .btn.btn-default:focus,form .btn.btn-primary:focus{ background-color: var(--darkgrey) !important; border-color: var(--darkgrey); }
 .SendCopyCheck,input[type=reset],.seperator{ display: none !important; }
 #Buttons{ text-align: center; width: 100%; padding: 1em 0; float: none; }
 #Buttons input{ float: none; text-align: center; display: inline-block; border: .2em solid var(--main-color) !important; border-radius: 2em !important; }
 .formField .formRequired{ right: 0 !important; font-size: 1em !important; font-family: 'Open Sans',sans-serif !important; color: var(--main-color); }
 .formField #inline-style-2{ color: var(--main-color) !important; }
 label.error{ right: 2em !important; font-size: 1em !important; font-family: 'Open Sans',sans-serif !important; color: var(--main-color); }
 .myForm .wrapper .col-xs-10,.adForm .wrapper .col-sm-10{ width: 100%; text-align: center; }
 .g-recaptcha{ float: none !important; display: inline-block; }
 input[type="date"]::-webkit-calendar-picker-indicator,input[type="time"]::-webkit-calendar-picker-indicator{ filter: invert(1); cursor: pointer; }
 .VDP-open.modal-open .bootbox.modal .modal-title{ font-size:1.4em; }
 .VDP-open.modal-open .bootbox.modal button.bootbox-close-button.close{ font-size:3.4em; color: #fff!important }
 .VDP-open.modal-open .panel.panel-default{ color: #000; }
 .VDP-open.modal-open .panel-default>.panel-heading{ background-color: #333!important; color: #fff!important; }
 .modal-header{ padding: 1em 2em; background-color: var(--black); color: #fff; border: 0; }
 .modal .close{ font-size: 2em; color: #fff; opacity: 1; background-color: transparent; }
 .modal-dialog{ margin: 5em auto; width: 60% !important; }
 #Login-form .modal-dialog{ width: 30% !important; }
 .modal-content{ border: none; border-radius: 0; box-shadow: none; background-color: #fff }
 .modal-body,.modal.deposit-info .modal-content{ padding: 1em 2em; overflow: hidden; }
 .form-group{ margin-bottom: .5em; padding: 0; }
 .modal-footer{ padding: 1em; }
 .modal-footer .btn{ background-color: #000; color: #fff; border: none; font-family: var(--main-font-bold); font-size: 1em; padding: .5em 1em; border-radius: 0; }
 .modal-footer .btn:hover,.modal-footer .btn:focus{ background-color: var(--main-color); }
 @media (max-width: 769px){ .modal-title span{ font-weight: 600; }
}
 #HoursModal .modal-header .modal-title{ line-height: 2.4285!important; }
 #HoursModal .modal-dialog .modal-content .modal-body{ padding: 0; background-color: #101010 ;color: #fff; font-weight: 600; }
 #HoursModal .modal-dialog .modal-content .modal-body .inner{ display: flex; }
 #HoursModal .modal-dialog .modal-content .modal-body .inner .bg-container{ width: 50%; }
 #HoursModal .modal-dialog .modal-content .modal-body .inner .bg-container img{ width: 100%; max-height: 20em; object-fit: cover; height: 100%; }
 #HoursModal .modal-dialog .modal-content .modal-body .inner .card.card-body{ width: 50%; }
 #HoursModal .modal-dialog .modal-content .modal-body .inner .content{ width: 50%; display: flex; flex-direction: column; justify-content: space-evenly; }
 #HoursModal .modal-dialog .modal-content .modal-body .inner .content .title h4{ margin: 0; padding: .6em 1em; text-align: center; background-color: var(--main-color); color: #000; }
 #HoursModal .modal-dialog .modal-content .modal-body .inner .content .hours-list{ color: #d5d5d5; flex: 1; display: flex; flex-direction: column; justify-content: space-evenly; width: 100%; margin: auto; padding: 0 2em; }
 #HoursModal .modal-dialog .modal-content .modal-body .inner .card.card-body .links-ul{ padding: 1em 2em!important; }
 #HoursModal .modal-dialog .modal-content .modal-body .inner .card.card-body .links-ul li{ font-size: 1em; display: flex; justify-content: space-between; border-bottom: .01em solid #3f3f3f; padding: 0.4em; }
 #HoursModal .modal-dialog .modal-content .modal-body .links-ul li{ display: flex; justify-content: space-between; padding-right: 2em; margin-bottom: .2em; }
 @media (max-width: 768px){ #HoursModal .modal-dialog .modal-content .modal-body .inner .bg-container img{ max-height: 15em; }
 #HoursModal .modal-dialog .modal-content .modal-body .inner .card.card-body{ width: 100%; }
}
 #WeatherModal .close{ display: none; }
 #WeatherModal .modal-body{ padding: 0em!important; }
 #WeatherModal .modal-content{ background-color: transparent; }
 .input-sm{ height: 3em; padding: 0.5em 1em; font-size: .8em; line-height: 1.5; border-radius: 0; border-color: #d5d5d5; }
 .btn-group-sm>.btn,.btn-sm{ background: none; background-color: var(--main-color); padding: 0.6em 1.5em; margin-top: 1em; font-size: .8em; line-height: 1.5; border-radius: 0; border: none; text-transform: uppercase; font-weight: bold; color: #000; }
 .input-sm{ height: 3em; padding: 0.5em 1em; font-size: .8em; line-height: 1.5; border-radius: 0; border-color: #d5d5d5; padding: 0.6em 1.5em; margin-top: 1em; font-size: .8em; line-height: 1.5; border-radius: 0; border: none; text-transform: uppercase; font-weight: bold; color: #000; }
 .btn-group-sm>.btn:hover,.btn-sm:hover,.btn-group-sm>.btn:focus,.btn-sm:focus{ background-color: var(--main-color) !important; color: #fff !important; }
 .modal-body .submit.btn-danger.btn-sm{ color: #000; background-color: #fff; border-color: #fff; margin-top: 1em; }
 .search-div{ display: flex; flex-direction: row-reverse; }
 .modal-content .modal-body .search-list{ background-color: #000; padding: 1em }
 .modal-content .modal-body .search-list li{ margin-bottom: 0.5em; }
 #page_85675 .well:before{ content: ""; position: absolute; left: 0; top: -8em; background-color: #000; width: 100%; height: 7em; }
 #page_85675 .well{ background-color: transparent; border: none; box-shadow: none; border-radius: .5em; width: 100%; margin: 8em auto 5em auto; float: none; padding: 2em 3em; }
 #page_85675 .well .panel-default,#page_85675 .well .panel,#page_85675 .well .panel-footer{ border-radius: 0; box-shadow: none; margin-bottom: 1em; background-color: #f7f7f7; border-radius: .5em; }
 #page_85675 .well .panel-info>.panel-heading,#page_85675 .well .panel-default>.panel-heading{ color: #fff; background-color: var(--body-color); border: none; border-radius: 0; border-top-left-radius: .5em; border-top-right-radius: .5em; font-family: var(--main-font-bold); text-transform: uppercase; }
 #logScreenAccordion .panel-default>.panel-heading{ background-color: transparent; }
 #page_85675 .well .panel-default>.panel-heading{ font-size: 1.1em; padding: .8em 1.1em; }
 #page_85675 .well .panel-info>.panel-heading h3{ font-size: 1.1em; margin: 0; padding: 0.3em 0.5em; }
 .panel-body{ padding: 1em; }
 #page_85675 .well .panel-footer{ padding: .5em 1em; margin-bottom: 0 !important; }
 #accountTabs .col-md-12{ padding: 0 .5em; }
 #page_85675 .well .btn{ background-color: var(--main-color) !important; color: #fff !important; text-transform: uppercase !important; font-weight: bold !important; padding: 0.8em 3em !important; margin: 0 .5em; font-size: .8em !important; outline: none; border: .12em solid var(--main-color) !important; border-radius: 2em; }
 #page_85675 .well .btn:hover,#page_85675 .well .btn:focus{ background-color: var(--main-color) !important; }
 #accountTabs .tab-content{ background-color: #f7f7f7 !important; padding: 1em !important; border: .01em solid #d5d5d5; }
 #accountTabs .div1{ padding: 0 !important; }
 #accountTabs .div2{ padding-right: 0; }
 .CTA-box .dropdown-menu.model-shareble{ padding: 0em 0.7em!important; list-style: none; margin: 0; background-color: var(--lightgrey)!important; border-color: transparent!important; }
 .CTA-box .dropdown-menu.model-shareble li{ display: flex; }
 .CTA-box .dropdown-menu.model-shareble a{ display: inline-flex; align-items: center; justify-content: center; width: 3em; height: 3em; background: transparent!important; border-radius: 0.5em; transition: transform 0.2s; border-bottom: none!important; border: 0.1em solid transparent!important; }
 .CTA-box .dropdown-menu.model-shareble a:hover{ transform: scale(1.3); background-color: transparent!important; }
 .CTA-box .dropdown-menu.model-shareble a img{ max-width: 100%; max-height: 100%; object-fit: contain; }
 @media (max-width: 768px){ .right-cta-buttons .dropdown-menu.model-shareble{ padding: 0em 0.7em!important; list-style: none; margin: 0; background-color: var(--lightgrey)!important; border-color: transparent!important; }
 .right-cta-buttons .dropdown-menu.model-shareble li{ display: flex; }
 .right-cta-buttons .dropdown-menu.model-shareble a{ display: inline-flex; align-items: center; justify-content: center; width: 3em; height: 3em; background: transparent!important; border-radius: 0.5em; transition: transform 0.2s; border-bottom: none!important; border: 0.1em solid transparent!important; }
 .right-cta-buttons .dropdown-menu.model-shareble a:hover{ transform: scale(1.3); background-color: transparent!important; }
 .right-cta-buttons .dropdown-menu.model-shareble a img{ max-width: 100%; max-height: 100%; object-fit: contain; }
}
 #share-modal .social-icons li a,#share-modal .social-icons li a i{ font-size: 1em!important; color: #000!important; }
 #share-modal input#share-link{ font-size:1em!important; color: #000; }
 .srp-modal-ttl,.srp-modal-ttl .form-title{ font-size:1em!important; }
 #share-modal .close{ font-size:1em!important; color: #000!important }
 .quote-modal button.close{ font-size:2em!important; color: #fff!important }
 .bootbox button.close{ font-size: 2em!important; }
 .bootbox .modal-header{ font-size: 1em!important; }
 #copyButton{ background-color: #000!important; }
 .srp-modal-ttl,.modal-header{ border-bottom-color: var(--main-color)!important; }
 .srp-modal-ttl .form-title,.modal-header .form-title{ color: #000!important; }
 #page_85770 .rv-SRP .sortby-row{ visibility: hidden; }
 #page_85770 .rv-SRP .view-group{ gap: 0rem 2.2% 1.875rem 2.2%;!important; }
 #page_85770 .rv-SRP .specs-box.capt-row{ height: max-content; display: block; }
 #page_85770 .rv-SRP .grid-group-item .price-box.capt-row{ display: none; }
 #page_85770 .rv-SRP .caption .comment{ display: block; width: 92%; }
 #page_85770 .rv-SRP .grid-group-item .model-title,#page_85770 .rv-SRP .caption.card-body .model-title a{ color: var(--main-color)!important; margin-left: 0.1em; }
 #page_85770 .rv-SRP .thumb .share-btn{ display: none; }
 @media(max-width: 768px){ #page_85770 .rv-SRP .caption .comment{ width: 100%; }
 #page_85770 .rv-SRP .grid-group-item .model-title{ border-bottom: none; }
}
 .rv-SRP .grid-group-item .thumb{ z-index: 1; background:#fff; border-color: var(--lightgrey)!important; border-radius: .5em!important; padding-bottom: 0em; }
 .rv-SRP .grid-group-item .specs-box.capt-row{ display: none; }
 .rv-SRP .grid-group-item .thumb:has(.dealer-extra-specs .sleeps) .specs-box.capt-row{ display: block!important; padding-bottom: 5em!important; }
 .rv-SRP .grid-group-item .model-title,.rv-SRP .caption.card-body .model-title a{ font-size: 1.1em; line-height: normal; color: var(--text-color)!important; font-weight: 700; max-height: 5em; }
 .rv-SRP .grid-group-item .share-btn{ color: #d5d5d5!important; }
 .rv-SRP .specs-btn-parent{ display: none!important; }
 .rv-SRP .msrp{ font-size: 0.85em; }
 .rv-SRP .img-event img{ width: 100%; object-fit: cover; border-radius: 0!important; height: 100%; }
 .rv-SRP .lSAction .lSPrev:before,.rv-SRP .lSAction .lSNext:before{ height: 3em!important; width: 3em!important; font-size: 0.65em!important; color: var(--lightgrey)!important; }
 .rv-SRP #keyWordsSection{ display: flex; align-items: center; justify-content: flex-end; width: 50%; }
 .rv-SRP .sort-btn{ background-color: transparent!important; }
 .rv-SRP .sort-btn .select-icon i{ color: var(--text-color); }
 .rv-SRP .grid-group-item .caption{ padding: 2rem 1.875rem!important; }
 .rv-SRP .grid-group-item .capt-row{ border-top-color: var(--lightgrey)!important; }
 .rv-SRP .grid-group-item .price-box.capt-row{ padding: 1em 0em; height: auto; }
 .rv-SRP .price-box{ display: flex; flex-direction: column; }
 .rv-SRP .filter-ttl{ font-size: 1em !important; line-height: normal !important; padding: 0.7em 3.2em; background-color: var(--main-color)!important; border-radius:2em!important; color: #fff!important; border: 1px solid var(--main-color); }
 .rv-SRP .filter-ttl:hover{ opacity:0.7; }
 .rv-SRP .filter-ttl .glyphicon{ color: #FDB42E!important; font-size: 0.875em !important; }
 .rv-SRP .search-box .search-icon i{ color: var(--text-color); }
 .rv-SRP .search-box input,.rv-SRP .select-box select{ font-size: 1em !important; padding: 0.5em 1.1em; color: #000; }
 .rv-SRP .search-box input{ width: 17em !important; }
 .rv-SRP .search-box input,.rv-SRP .select-box select{ height: inherit!important; color: #000!important; }
 .rv-SRP .search-icon,.rv-SRP .select-icon{ font-size: 0.85em; color: var(--main-color)!important; }
 .rv-SRP .list-grid-btn .btn{ font-size: 1.65em; color: var(--main-color)!important; }
 .rv-SRP .price-box.capt-row .price.price.show-item{ font-size: 1.375em!important; display: flex; gap:0.2em; }
 .rv-SRP .grid-group-item .thumb .share-btn i{ color: #d5d5d5!important; }
 .rv-SRP .item.list-group-item .img-event{ min-width: 26.25em!important; }
 .rv-SRP .grid-group-item .price .ttl{ display: none; color: var(--darkgrey); font-weight: 700; }
 .rv-SRP .grid-group-item .price{ font-size: 1.1em; line-height: normal; color: var(--main-color) !important; }
 .rv-SRP .grid-group-item .price.sale .sale-tag,.rv-SRP .grid-group-item .price.sale .msrp span{ color: var(--darkgrey)!important; }
 .rv-SRP .grid-group-item .price.sale span{ color: var(--black); }
 .rv-SRP .grid-group-item .price.sale .msrp{ color: var(--black); }
 .rv-SRP .price-sale-box .price.no_price{ font-size: 1.375em; color: var(--darkgrey)!important; font-weight: 600; }
 .rv-SRP .price_description,.rv-SRP .stock-num{ display: block; }
 .rv-SRP .grid-group-item .price .price-val{ color: var(--main-color); font-weight: 700; }
 .rv-SRP .grid-group-item .permonth-hdr{ font-size: 0.9em; color: var(--darkgrey); }
 .rv-SRP .dealer-extra-specs .dealer-extra{ font-size: 0.9vw!important;line-height: normal!important; padding: 0.5em 0em 0.5em 0em; }
 .rv-SRP .dealer-extra-specs .dealer-extra.col-province{ display: none; }
 .rv-SRP .grid-group-item .permonth-money,.rv-SRP .permonth-ttl{ font-size: 0.85em; color: var(--darkgrey); font-weight: 500; }
 .rv-SRP .source-dealer-logo{ width: 3em; height: auto; display: none; }
 .rv-SRP .permonth-icon{ font-size: 0.65em; color: var(--text-color); }
 .rv-SRP .permonth-icon i{ color: #FDB42E; }
 .rv-SRP .thumbStatus{ font-size: 0.95em; bottom: inherit; top: 0.5em; padding: 0.5em 1.2em; border-radius: 0em; display: none; }
 .rv-SRP .search-box input:focus,.rv-SRP .search-box input:hover,.rv-SRP .search-box input:active,.rv-SRP .select-box select{ background-color: transparent!important; opacity: 0.7; }
 .rv-SRP .srp-modal-ttl{ font-size: 1.1em; font-family: var(--body-font)!important; }
 .rv-SRP .srp-modal-btn{ font-size: 0.85em; font-family: var(--body-font)!important; }
 .rv-SRP a.filter-collapse{ font-size: 0.95em; }
 .rv-SRP .location-div{ flex-direction: row!important; font-size:14px; justify-content: flex-end!important; padding: .2em; align-items: baseline; }
 .rv-SRP .location-div strong{ font-size: 1.1em; }
 .rv-SRP .location-div span{ white-space: normal; }
 .rv-SRP .modernFilter label{ font-size: 0.75em; }
 .rv-SRP .search-box,.rv-SRP .select-box{ padding: 0em 1.2em!important; border-radius:2em!important; background-color: #fff; border-color: var(--lightgrey)!important; color: var(--text-color); }
 .rv-SRP .caption .comment{ line-height: normal!important; font-size:1em!important; width: 70%; color: var(--black); }
 .rv-SRP .price-oem .price-sale-box{ flex: 50%; }
 .rv-SRP .price-box.capt-row .cta-btns{ width:17em!important; }
 .rv-SRP .price-box.capt-row .cta-btns a{ font-size:0.95em!important; }
 .rv-SRP .specs-box.capt-row .cta-btns a{ font-size: 1em!important; }
 .rv-SRP .specs-box.capt-row .cta-btns .call-now,.rv-SRP .specs-box.capt-row .cta-btns .quote{ visibility: hidden; }
 .rv-SRP .cta-btns a.main-btn i{ color: var(--text-color); }
 .rv-SRP .pagination li.info{ background-color: #fff; border-radius: 0.3em; border: 1px solid var(--lightgrey); }
 .rv-SRP .pagination li{ border-color: var(--lightgrey)!important; color: var(--text-color)!important; }
 .rv-SRP .pagination.dark li a{ background-color: #fff; }
 .rv-SRP .pagination.dark li a,.pagination.dark li a i{ border-color: var(--lightgrey)!important; color: var(--text-color)!important; border-radius: 0.3em!important; }
 .rv-SRP .stock-num,.rv-SRP .location-div{ display: inline-flex; width: 49%; vertical-align: middle; }
 .rv-SRP .dealer-extra,#rv_vdp .dealer-extra{ text-align: center; }
 .rv-SRP .dealer-extra .length:before,#rv_vdp .dealer-extra .length:before{ content: "\f547"; }
 .rv-SRP .dealer-extra .sleeps:before,#rv_vdp .dealer-extra .sleeps:before{ content: "\f236"; }
 .rv-SRP .dealer-extra .weight:before,#rv_vdp .dealer-extra .weight:before{ content: "\f5cd"; }
 .rv-SRP .dealer-extra .specs-title:before,#rv_vdp .dealer-extra .specs-title:before{ display: flex; font-family: "Font Awesome 5 Pro"; color: var(--main-color); font-size: 1em; justify-content: center; line-height: inherit; }
 .rv-SRP .price-box .stock-num{ flex: 1 1 50%; max-width: 50%; position: absolute; bottom:0.6em; left: 0.8em; font-size: 1.06em; }
 .rv-SRP .price-box .stock-num .stock-lablel{ font-family: var(--main-font-bold)!important; }
 .rv-SRP .price-box .location-div{ flex: 1 1 50%!important; width: 50%; position: absolute; right: 0.9em; bottom: 0.42em; font-size: 1em; }
 .rv-SRP .price-box .location-div strong{ font-family: var(--main-font-bold)!important; }
 .rv-SRP .specs-box.capt-row{ padding-top: 0em!important; height: 0em; }
 .rv-SRP .active-filter-container .badge{ color: #fff!important; }
 @media (max-width: 768px){ .rv-SRP .dealer-extra-specs .dealer-extra{ font-size: 1.25em!important; }
 .rv-SRP .pagination{ justify-content: center!important; }
 .rv-SRP .price-box{ flex-basis: inherit!important; }
 .rv-SRP .filter-ttl{ padding: 0.7em 1.4em!important; }
 .rv-SRP .search-box,.rv-SRP .select-box{ padding: 0em!important; }
}
 #rv_vdp .rt-specs-box.dealer-extra-specs,#rv_vdp .rt-specs-box.dealer-extra-specs.mobile-only{ display: none; }
 #rv_vdp .rt-specs-box.dealer-extra-specs:has(.descColumnResponsive:not(:empty)),#rv_vdp .rt-specs-box.dealer-extra-specs.mobile-only:has(.descColumnResponsive:not(:empty)){ display: flex; }
 #virtual_360_modal{ padding-left: 6.3em; }
 #virtual_360_modal .srp-modal-ttl .close{ font-size: 1em!important; color: #000!important }
 #rv_vdp #imageGallery .lslide img{ width: 100%; object-fit: contain; }
 #rv_vdp .model-details-content .img-tag.instock-tag,#rv_vdp .model-details-content .img-tag chartreuse{ display: none; }
 #rv_vdp .right-cta-buttons{ border-color: #d5d5d5!important; background-color: #fff!important; border-radius: 0.3em!important; }
 #rv_vdp .right-cta-buttons .CTA-box{ background-color: #f1f1f1!important; border-color: #d5d5d5!important; border-top-color: #d5d5d5!important; border-bottom-color: #d5d5d5!important; }
 #rv_vdp .model-specs .specs-row{ border-color: #eeeeee!important; }
 #rv_vdp #model-accordion .panel{ background-color: #fafafa!important; color: var(--darkgrey)!important; }
 #rv_vdp .gallery{ background-color: #fafafa!important; border: 1px solid #d5d5d5; border-top-left-radius: 0.3em; border-top-right-radius: 0.3em; }
 #rv_vdp #model-left-content .model-tabs{ border: 1px solid #d5d5d5; border-bottom-left-radius: 0.3em; border-bottom-right-radius: 0.3em; }
 #rv_vdp .right-cta-buttons .price-box{ color: var(--text-color)!important; border-color: transparent!important; }
 #rv_vdp .right-cta-buttons .price-box .our-price-div{ align-items: baseline; }
 #rv_vdp .right-cta-buttons .price-box .our-price-div .our-price{ font-size: 1.25em!important; color: var(--darkgrey)!important; }
 #rv_vdp .accord-btn{ font-size: 1.1em; padding: 0.8em 1em; margin: 0.5em 0.25em; font-family: var(--main-font-bold); background-color: #f1f1f1; color: var(--darkgrey); }
 #rv_vdp .accord-btn .glyphicon{ float: left; margin-right: 0.5em; font-size: .7em; padding: 0.4em; color: var(--darkgrey)!important; }
 #rv_vdp .accord-btn:hover,#rv_vdp .accord-btn:focus,#rv_vdp .app-btn:hover,#rv_vdp .app-btn:focus{ background-color: var(--lightgrey)!important; }
 #rv_vdp .rt-action-btn:hover,#rv_vdp .rt-action-btn:hover .glyphicon,#rv_vdp .rt-action-btn:active,#rv_vdp .rt-action-btn:active .glyphicon,#rv_vdp .rt-action-btn:focus,#rv_vdp .rt-action-btn:focus .glyphicon{ background-color: var(--lightgrey)!important; color: var(--text-color)!important; }
 .rv-vdp .price-box .sale-price{ justify-content: flex-start!important; }
 #rv_vdp .price-box .primary{ font-size: 1.4em; color: var(--main-color)!important; margin-left: 0.3em; font-weight: 700; }
 #rv_vdp .permonth{ border-color: #eee!important; background-color: #fafafa!important; }
 #rv_vdp .price_description{ display: block; font-size: 0.85em; font-weight: 600; color: var(--text-color); }
 #rv_vdp .price_description i{ color: var(--main-color); }
 #rv_vdp .CTA-box .rt-action-btn{ font-size: 0.95em; padding: 1em; border-radius: 0; background-color: #000; border-color: #d5d5d5!important; color: var(--text-color)!important; margin-bottom: 0.3em; }
 #rv_vdp .CTA-box .rt-action-btn.request-quote-btn,#rv_vdp .rt-action-btn.request-quote-btn{ background-color: var(--main-color)!important; color: #fff!important; }
 #rv_vdp .CTA-box .rt-action-btn.request-quote-btn:hover{ opacity: 0.7; }
 #rv_vdp .CTA-box .rt-action-btn.request-quote-btn i{ color: var(--secondary-color)!important; }
 .model-details-content .img-tag{ font-size: 0.95em!important; bottom: inherit!important; top: 0.5em!important; padding: 0.5em 1.2em!important; border-radius: 0em!important; }
 #related-items{ display: none; }
 #normal_vdp .permonth{ padding: 0em 2em; }
 #normal_vdp .sale-price{ justify-content: flex-start; }
 #normal_vdp .price-box{ text-align: left; }
 #rv_vdp .sale-price{ justify-content: center; }
 #rv_vdp .rt-action-btn.print-btn{ display: block; text-align: left; }
 #rv_vdp .rt-action-btn.print-btn:hover .glyphicon-print{ color: var(--text-color)!important; }
 #rv_vdp .permonth-hdr{ font-size: 0.95em!important; color: #fff; background-color: var(--darkgrey)!important; font-weight: 700; padding: .2em 1.2em; }
 #rv_vdp .permonth-money{ font-size: 1.25em!important; font-weight:500; color: var(--text-color); }
 #rv_vdp .permonth-money .permonth-ttl{ font-size: 1em!important; font-weight: 500; color: var(--text-color); }
 #rv_vdp .permonth i{ font-size: 0.75em; color: #FDB42E!important; }
 #rv_vdp .permonth-btn{ font-size:0.85em; border-top-color: #eee!important; color: var(--text-color); }
 #rv_vdp .back-btn{ display: none; }
 #rv_vdp .rt-action-btn i,#rv_vdp .rt-action-btn .glyphicon{ color: var(--text-color)!important; }
 #rv_vdp .rt-action-btn.request-quote-btn i{ color: #000!important; }
 #rv_vdp .rt-specs-box.dealer-extra-specs,#rv_vdp .rt-specs-box.dealer-extra-specs.mobile-only{ display: flex; }
 #rv_vdp .dealer-extra.specs-row .specs-titles{ font-size: 1em; }
 #rv_vdp .specs-titles.specs-title.length::before{ content: "\f547"!important; font-size: 1em; }
 #rv_vdp .specs-titles.specs-title.sleeps::before{ content: "\f236"!important; font-size: 1em; }
 #rv_vdp .specs-titles.specs-title.weight::before{ content: "\f5cd"!important; font-size: 1em; }
 #rv_vdp .rt-action-btn{ padding:1em!important; border-radius:2em!important; font-size:1em!important; background-color: #fff!important; color: var(--text-color)!important; border-color: var(--border-color)!important; margin-bottom: 0.3em; }
 #rv_vdp a.lSNext:before,#rv_vdp a.lSPrev:before{ color: var(--lightgrey)!important; }
 #rv_vdp .lSSlideOuter .lSPager.lSGallery img{ width: 100%; max-height: 6em!important; }
 #rv_vdp .CTA-box .get-financed:hover::before{ fill: var(--lightgrey)!important; }
 #rv_vdp .gallery .modal-gallery .main-img{ width: 85%!important; }
 #rv_vdp .gallery .modal-gallery .thumb-container{ width: 15%!important; }
 #rv_vdp .d-Location{ color: var(--darkgrey)!important; display: none; }
 #rv_vdp .dealer-info{ text-align: center; padding: 2em 0em 4em 0em; }
 #rv_vdp .dealer-info .d-logo{ margin-bottom: 2em; }
 #rv_vdp .dealer-info a{ color: var(--darkgrey); background: #fff; border: 1px solid var(--border-color); border-radius: 2em; padding: 1em; display: flex; gap: 1em; align-items: center; justify-content: center; max-width: 90%; margin: auto; }
 #rv_vdp .dealer-info .d-logo img{ width: 8em; height: auto; }
 #rv_vdp .locations-list ul{ color: var(--main-color)!important; }
 #rv_vdp .locations-list ul li a{ color: var(--darkgrey)!important; }
 #rv_vdp .dealer-info a:hover{ background: var(--lightgrey); }
 .model-details-content .img-tag.instock-tag{ display: none!important; }
 #loan-calculator #loan-form .loan-hdr{ color: #000!important; }
 #loan-calculator{ color: #000; font-weight: 600; }
 #loan-calculator .srp-modal-dialog .form-title{ font-size: 2.1em; color: #000!important; font-weight: 600; }
 #loan-calculator .srp-modal-dialog .loan-calculator{ font-size:0.95em; }
 .srp-modal .srp-btn{ font-size:0.85em!important; color: #fff!important; background-color: #262626!important; border-radius: 2em!important; }
 .srp-modal button.close{ font-size:1em!important; color: #000!important; }
 .loan-price-label .spanAmountFinanced{ font-size: 0.65em!important; }
 .srp-modal .srp-modal-content .srp-modal-ttl,.srp-modal .srp-modal-content .modal-header{ font-size:1.25em!important; border-bottom-color: var(--main-blue)!important; }
 .srp-modal .srp-modal-content .srp-modal-ttl .form-title{ font-size: 1.25em; }
 .srp-modal .form-descr{ font-size: 1.25em!important; }
 .srp-modal .srp-modal-content .adFormNew input[type="text"],.srp-modal .srp-modal-content .adFormNew textarea{ font-size:1.1em; }
 .srp-modal .form-group .full-col{ font-size: 1.25em; }
 .srp-modal .radio-item label{ font-size: 0.95em!important; }
 .top-cta-btns{ background-color: transparent!important; }
 .top-cta-btns a{ font-size: 1em!important; background-color: #000!important; border: 0.01em solid #3f3f3f; }
 @media (max-width: 768px){ .inventory-header-ctas{ gap: 0.5em; }
 .inventory-header-ctas .item a{ font-size: 1em; }
 #rv_vdp .price_description{ text-align: left; }
 #rv-vdp .price-box .sale-price{ justify-content: flex-start!important; }
 #rv_vdp #model-left-content{ box-shadow: inherit; display: flex; flex-direction: column; }
 #rv_vdp .permonth-cap{ color: #fff!important }
 #rv_vdp .rt-action-btn.request-quote-btn i{ color: #fff!important; }
 #rv_vdp .rt-action-btn i,#rv_vdp .rt-action-btn .glyphicon{ color: var(--text-color)!important; }
 #rv_vdp .gallery .modal-gallery .main-img{ width: 100%!important; }
 #rv_vdp .gallery .modal-gallery .thumb-container{ width: 100%!important; }
 #rv_vdp .price-box{ width: 100%; padding: 0em 1em; }
 #rv_vdp .price-box .our-price-div{ justify-content: flex-start; align-items: baseline; padding-top: 1em; }
 #rv_vdp .price-box .our-price-div .our-price{ font-size: 1.25em; }
 #rv_vdp .rt-action-btn{ border-color: #d5d5d5!important; }
}
 .parts2021 #filters,.light2021 #filters{ background-color:#fff; }
 .parts2021,.parts-srp{ font-size: 1em !important; padding: 0 !important; }
 .parts2021 .filter-collapse-container,.parts-srp .filter-collapse-container{ border: 0.01em solid #d5d5d5; margin: 0; }
 .parts2021 .filter-collapse-container:before,.parts-srp.filter-collapse-container:before{ display: none; }
 .parts2021 #static-filter-count,.parts-srp #static-filter-count{ margin-left: 1em; margin-bottom: .3em; font-size: .8em; background-color: var(--main-color); border-radius: 50%; padding: 0.3em 0.5em 0.2em 0.5em; }
 .parts2021 .filter-collapse-container a.filter-collapse,.parts-srp .filter-collapse-container a.filter-collapse{ background-color: #d5d5d5; border-bottom: .01em solid #fff; font-family: var(--main-font-bold) !important; }
 .parts2021 .active-filter-container a.filter-collapse,.parts-srp.active-filter-container a.filter-collapse{ background-color: #000; color: #fff; font-family: var(--main-font-bold) !important; }
 .parts2021 .static-filter-active-title,.parts-srp .static-filter-active-title{ font-family: var(--main-font-bold) !important; }
 .grid-group-item .model-title{ font-size: 1em !important; padding-top: .5em !important; }
 .parts2021 #products .grid-group-item .thumb,.parts-srp #products .grid-group-item .thumb{ background: #fff; border: .01em solid #D5D5D5; padding: 0; border-radius: 0.3em; }
 .parts2021 #products .grid-group-item .thumb:hover,.parts2021 #products .grid-group-item .thumb:focus,.parts-srp #products .grid-group-item .thumb:hover,.parts-srp #products .grid-group-item .thumb:focus{ box-shadow: 0px 0px .5em rgba(0,0,0,0.15); }
 .parts2021 #products .grid-group-item .thumb:hover .cta-btns a.main-btn,.parts2021 #products .grid-group-item .thumb:focus,.parts2021 .cta-btns a.main-btn,.parts-srp #products .grid-group-item .thumb:hover .cta-btns a.main-btn,.parts-srp #products .grid-group-item .thumb:focus,.parts-srp .cta-btns a.main-btn{ background-color: var(--main-color) !important; color: #fff; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
 .parts2021 .cta-btns a.main-btn:hover,.parts-srp .cta-btns a.main-btn:hover{ opacity: 1; }
 .parts2021 #products .item,.parts-srp #products .item{ padding: .5em; }
 .parts2021 #products .grid-group-item .thumb .thumbnail-container,.parts-srp #products .grid-group-item .thumb .thumbnail-container{ padding: 1em 1em 0 1em; }
 .parts2021 #products .cta-btns a.main-btn,.parts-srp #products .cta-btns a.main-btn{ background-color: var(--main-color) !important; background: transparent; font-size: .9em; font-family: var(--main-font-bold); text-shadow: none; height: auto !important; padding: 0.8em; border: none; margin: 0; color: #fff; }
 .parts2021 #products .model-title,.parts-srp #products .model-title{ font-size: 1em; padding: 0.5em 1em; color: var(--dealer-color); font-family: var(--main-font-bold); letter-spacing: normal; text-transform: none; text-align: center; }
 .parts2021 #products .price-oem,.parts-srp #products .price-oem{ padding: 0 1em .8em 1em; font-family: var(--main-font-bold); text-align: center; }
 .parts2021 #products .price.show-item,.parts-srp #products .price.show-item{ font-size: 1.1em; font-family: var(--main-font-bold); color: var(--main-color); }
 .parts2021 #products .starting-ttl,.parts-srp #products .starting-ttl{ font-size: .85em; color: #000; }
 .parts2021 #products .cta-btns a.main-btn i,.parts-srp #products .cta-btns a.main-btn i{ font-size: .9em; color: #fff; }
 .parts2021 #products .cta-btns a i,.parts-srp #products .cta-btns a i{ padding: .25em .3em 0 0 !important; margin: 0 !important; }
 .parts2021 #keyWordsSection,.parts-srp #keyWordsSection{ padding-right: .3em; }
 .parts2021 #keyWordsSection input,.parts-srp #keyWordsSection input{ border: 0.01em solid #d5d5d5; border-right: 0.3em; padding: 1.1em !important; height: auto !important; min-height: auto !important; font-size: .8em; outline: none; }
 .parts2021 .sortby-row,.parts-srp .sortby-row{ justify-content: flex-start; margin:0; }
 .parts2021 #filters select,.parts2021 .sortby-row select,.parts2021 .sortby-row input,.parts2021 .sortby-row li a,.parts-srp #filters select,.parts-srp .sortby-row select,.parts-srp .sortby-row input,.parts-srp .sortby-row li a{ border: 0.01em solid #d5d5d5; padding: 1em; height: auto !important; min-height: auto !important; font-size: .8em; outline: none; border-radius: 0.3em; }
 .parts2021 #keyWordsSection .adsSearchButton,.parts-srp #keyWordsSection .adsSearchButton{ background-color: #fff !important; color: #000 !important; padding: 0.8em !important; border: 0.01em solid #d5d5d5 !important; border-left: 0 !important; border-radius: 0.3em!important; }
 .parts2021 .pagination,.parts-srp .pagination{ background-color: transparent; border-radius: 0; justify-content: center; float: left; }
 .parts2021 .pagination li,.parts-srp .pagination li{ background-color: #fff; display: flex; align-items: center; margin: 0 .2em; border-radius: 0.3em; }
 .parts2021 .pagination li.info,.parts-srp .pagination li.info{ padding: 0 1em !important; }
 .parts2021 .pagination.dark li a,.parts-srp .pagination.dark li a{ padding: 1.35em !important; font-size: .8em; border-radius: 0.3em!important; }
 .parts2021 .srp-online-shop,.parts-srp .srp-online-shop{ padding: 0 1em 0.8em 1.2em; font-family: var(--body-font); font-size: .8em; width: 100%; text-align: center; }
 .parts2021 #filters .big-checkbox,.parts-srp #filters .big-checkbox{ padding: 0.5em; margin-right: 0.5em; border-radius: 0.2em; }
 .parts2021 .loadMore,.parts2021 .loadLess,.parts-srp .loadMore,.parts-srp .loadLess{ padding: 0.5em 1em !important; border: 0; font-weight: normal !important; font-size: .8em !important; margin: 0 1em 1em 1em; }
 .parts2021 span.filter-count,.parts-srp span.filter-count{ background-color: transparent; border-radius: 0; padding: 0; font-size: .9em; }
 .parts2021 .srp-stock-no,.parts-srp .srp-stock-no{ font-size: .7em; font-family: var(--body-font); opacity: .8; padding-bottom: 0.8em; display: none; }
 .parts2021 .grid-group-item .caption{ margin:0; }
 .model-details-content.parts-vdp.container-fluid{ background-color: transparent; }
 .parts-vdp .model-title,.parts-vdp .available,.parts-vdp .instock-tag{ display: none; }
 .parts-vdp #ad-left-content{ padding: 0; }
 .parts-vdp #ad-right-content{ background-color: #fff; padding: 1.5em 2em 2em 2em; border: 1px solid var(--lightgrey); border-radius: 0.3em; }
 #page_85770 .parts-vdp #ad-right-content{ background-color: var(--lightgrey); }
 .parts-vdp .row.back-btn{ background-color: transparent; margin:0; position: absolute; width: 58.55%; z-index: 1; }
 .parts-vdp .back-btn a{ color: #000; font-size: .9em; padding: 1em; display: block; background-color: #fff; border: 1px solid #d5d5d5; border-top-left-radius: 0.3em; border-top-right-radius: 0.3em; }
 .parts-vdp .img-tag{ font-size: .8em !important; width: 9em !important; left: -2.2em !important; top: 1.3em !important; padding: 0.5em 1em !important; line-height: 1.4 !important; height: auto !important; }
 .parts-vdp .gallery{ padding: 0 2em 0 0 }
 .parts-vdp .gallery .img-thumbnail-for-jQ{ padding: 0; }
 .parts-vdp .gallery #imageGallery{ height: 32em !important; padding-top: 3em; margin: 0 auto; border-radius: 0.3em; border: 1px solid #d5d5d5; }
 .parts-vdp .gallery #imageGallery .lslide{ height: 30em !important; background-color: #fff; border-top: 1px solid #d5d5d5; }
 .parts-vdp .gallery #imageGallery .lslide img{ height: 100%; padding: 1em; object-fit: contain; }
 .ecomm-btn.add-to-cart-product .model-details-content .glyphicon{ color: #000!important; }
 .parts-vdp .ecomm-btn{ background-color: #3f3f3f; border-radius: 0; padding: .5em 1em; min-height: auto; margin: 0.5em 0; font-family: var(--main-font-bold); text-transform: uppercase; font-size: 1em; }
 .parts-vdp .ecomm-btn:hover,.parts-vdp .ecomm-btn:focus,.parts-vdp .ecomm-btn:hover .glyphicon,.parts-vdp .ecomm-btn:focus .glyphicon{ background-color: #000; }
 .parts-vdp .parts-price-box{ font-size: 1.1em; font-family: var(--main-font-bold); }
 #page_85770 .parts-vdp .parts-price-box{ display: none; }
 .parts-vdp .parts-price-box .old-price,.parts-vdp .parts-price-box .you-save,.parts-vdp .parts-price-box .sale-price{ float: none; font-size: 1.2em; padding-left: 0.2em; }
 .parts-vdp .parts-price-box .old-price{ text-decoration: line-through; }
 .parts-vdp .checklist-filter li{ padding: 0.5em 0.8em 0.2em 0.8em; }
 .parts-vdp .rt-action-btn .glyphicon{ width: 1.5em; color: #fff!important; }
 .parts-vdp .quote-btn{ padding: .8em; background-color: var(--main-color); color: #fff; font-family: var(--main-font-bold); text-transform: uppercase; border-radius: 2em; font-weight: 700; }
 .parts-vdp .quote-btn:hover,.parts-vdp .quote-btn:focus{ background-color: var(--main-color); color: #fff; }
 .parts-vdp .rt-specs-box{ padding: 1em 0; margin: .5em 0; background-color: #fff; display: none; }
 .parts-vdp .specs-row .specs-titles{ padding-left: 0; }
 .parts-vdp #qautity-add-box .quantityBoxBox{ font-size: 1em; }
 .parts-vdp .lSAction>.lSPrev{ left: 2em; }
 .parts-vdp .lSAction>.lSNext{ right: 2em; }
 .parts-vdp .lSAction>a{ width: auto; height: auto; opacity: 1; margin-top: -2em; z-index: 2; background-image: none; }
 .parts-vdp .lSAction .lSPrev::before,.parts-vdp .lSAction .lSNext::before{ display: block; position: relative; top: 0; right: 0; font-family: "Glyphicons Halflings"; color: #fff; background-color: var(--main-color)!important; padding: .3em 0 .3em .5em; opacity: 1; font-size: 1.2em; height: 2em; width: 2em; border-radius: 50%; }
 .parts-vdp .lSAction .lSPrev::before{ content: "\e257"; }
 .parts-vdp .lSAction .lSNext::before{ content: "\e258"; }
 .parts-vdp .lSPager.lSGallery{ border-top: 0.01em solid #d5d5d5; margin-top: 0 !important; width: 100% !important; }
 .parts-vdp .lSPager.lSGallery li{ max-height: none !important; height: auto !important; width: auto !important; }
 .parts-vdp .lSPager.lSGallery li a{ padding: .5em; display: block; }
 .parts-vdp .lSPager.lSGallery li a img{ border: .15em solid #d5d5d5; height: 5em; padding: 0 1em; }
 .parts-vdp .lSPager.lSGallery li.active,.parts-vdp .lSPager.lSGallery li:hover{ border-radius: 0; }
 .parts-vdp .lSPager.lSGallery li.active a img,.parts-vdp .lSPager.lSGallery li:hover a img{ border-color: var(--main-color) !important; }
 .parts-vdp .model-tabs{ margin: 2em 0; }
 .parts-vdp .model-tabs ul.nav.nav-tabs{ padding: .5em .5em 0 .5em; background-color: #d5d5d5; border-radius: .3em; }
 .parts-vdp .model-tabs>ul>li>a{ font-family: var(--main-font-bold); font-size: 0.875em; padding: .5em 1em; }
 .parts-vdp .nav-tabs>li.active>a,.parts-vdp .nav-tabs>li.active>a:focus,.parts-vdp .nav-tabs>li.active>a:hover{ background-color: var(--main-color)!important; color: #fff; border-color: var(--lightgrey); border-radius: 0.3em; }
 .parts-vdp .tab-content{ padding: 1em; border: 0.01em solid #d5d5d5; border-top: 0; background-color: #fff; border-radius: 0.3em; }
 .parts-vdp .ShowReadMore{ min-height: 10em; }
 .parts-vdp .back-btn a .glyphicon{ color: #3f3f3f!important; }
 .parts-vdp .parts-price-div{ display: none; }
 .parts-vdp .parts-price-div .primary{ font-family: var(--main-font-bold); font-size: 1.6em; line-height: 1.4; float: none; color: var(--main-color); }
 .parts-vdp .parts-price-div .our-price{ display: none; }
 #detals-tabs-accordion .js-tabcollapse-panel-heading{ font-family: var(--main-font-bold) !important; }
 .parts-vdp .tab-content>.active{ overflow: hidden; }
 @media (max-width: 768px){ .parts-vdp .parts-price-div{ display: none; }
 .parts-vdp .row.back-btn{ width: 92.5%; }
 .parts-vdp .gallery{ padding: 0; border: 1px solid #d5d5d5; border-radius: 0.3em; }
 .parts-vdp .gallery #imageGallery{ border: none!important; }
 .parts-vdp #detals-tabs-accordion .js-tabcollapse-panel-heading{ background-color: #d5d5d5; }
 .model-details-content .glyphicon{ color: #000!important; }
}
 .light2021 .col-sm-1.layout_view{ display: none; }
 .light2021 .instock-tag{ background-color: var(--secondary-color)!important; display: none; }
 .light2021 #filters .filter-ttl{ display: none; }
 .light2021{ font-size: 1em !important; padding: 0 !important; font-family: var(--body-font) !important; }
 .light2021 #filters{ border: none; font-size: .95em; }
 .light2021 #filters .filters-inner{ border: 1px solid var(--lightgrey) !important; }
 .light2021 .filter-collapse-container{ padding: 0; border-bottom: 0.01em solid var(--lightgrey); }
 .light2021 .active-filter-container{ border: none; padding: 0; }
 .light2021 .filter-collapse-container:before{ border: 0; }
 .light2021 .active-filter-container a.filter-collapse{ background-color: var(--text-color); color: #fff; }
 .light2021 a.filter-collapse{ background-color: #fff; color: var(--text-color); font-family: var(--main-font-bold); font-weight: bold; padding: .75em 1.2em !important; }
 .light2021 a.filter-collapse:after{ right: 2em; font-size: .65em; }
 .light2021 .static-filter-active-title{ font-family: var(--main-font-bold); font-weight: bold; }
 .light2021 .well,.light2021 label{ margin-bottom: 0 !important; font-size: 0.9em !important; }
 .light2021 .checklist-filter ul{ background-color: #fff !important; }
 .light2021 .checklist-filter ul li{ width: 100%; padding: .5em 1.2em; border-bottom: .01em solid var(--lightgrey) ; }
 .light2021 .grid-group-item .specs-btn-parent{ display: none; }
 .light2021 #filters .big-checkbox{ padding: 0.6em; margin-right: 0.5em; border-radius: 0.3em; }
 .light2021 #filters .big-checkbox:checked:after{ font-size: .85em !important; left: 0.3em !important; }
 .light2021 #filters .filter-text{ padding-top: .3em; }
 .light2021 #filters .filter-count{ position: absolute; right: 1.5em; background-color: #d5d5d5; width: 1.5em; height: 1.5em; text-align: center; border-radius: 50%; color: #000; font-size: 0.9em; display: none; }
 .light2021 #filters span.c-arr{ display: none; }
 .light2021 #keyWordsSection input{ border: 0.01em solid #d5d5d5; border-right: 0; padding: 1.1em !important; height: auto !important; min-height: auto !important; font-size: .85em; outline: none; }
 .light2021 #filters select,.light2021 .sortby-row select,.light2021 .sortby-row input,.light2021 .sortby-row li a{ border: 1px solid var(--lightgrey); padding: 1.1em; height: auto !important; min-height: auto !important; font-size: .85em; outline: none; background-color: #fff; }
 .light2021 .static-filter-active-main{ margin-bottom: 0; }
 .light2021 .static-filter-active-container{ border: .01em solid #d5d5d5; margin-bottom: 0; background-color: #fff; }
 .light2021 #static-filter-count{ background-color: var(--main-color); color: #fff; }
 .light2021 #keyWordsSection .adsSearchButton{ background-color: #fff !important; color: #000 !important; padding: 0.8em !important; border: 0.01em solid #d5d5d5 !important; border-left: 0 !important; border-radius: 0em!important; }
 .light2021 #products .item{ padding: 0 0 0 .3em; }
 .light2021 #products .grid-group-item .thumb .collapse.in{ top: 0; background-color: #fff; }
 .light2021 #products .specs-main{ border-top: 0.01em solid #d5d5d5; margin-top: 1em; }
 .light2021 #products .specs-comment{ padding: 0.5em 1em; font-size: .9em; }
 .light2021 #products .grid-group-item .collapse.in .View-Details{ color: #fff; height: auto !important; font-size: 1em; font-family: var(--main-font-bold); text-transform: uppercase; text-shadow: none; padding: 1em; }
 .light2021 #products.view-group{ padding-left: 1em; }
 .light2021 #products .sortby-row{ padding: 0 0 0.5em 0; }
 .light2021 #products .sortby-row .order-drop .sort-btn{ background-color: transparent!important; }
 .light2021 .item.list-group-item{ margin-bottom: 1.2em; }
 .light2021 .item.list-group-item .thumb{ background: linear-gradient(180deg,#FFFFFF 61.94%,#F1F1F1 141.42%); border: .01em solid #D5D5D5; padding: 1em; }
 .light2021 .item.list-group-item .caption .col-sm-7{ width: 65%; }
 .light2021 .item.list-group-item .caption .cta-btns{ width: 35%; }
 .light2021 .model-title{ font-size: 0.875em!important; margin: 0; padding: 0 0 .5em 0; line-height: 1.4; font-family: var(--main-font-bold); border-bottom: .01em solid #d5d5d5; text-align: center; }
 .light2021 .thumb.card .stock-num{ display: none; }
 .light2021 .model-title .share-btn{ float: right; font-size: .65em; font-weight: 400; color: var(--main-font-color); opacity: 0.75; text-transform: none; font-weight: normal; font-family: var(--body-font); }
 .light2021 .model-title-link:after,.light2021 .caption hr{ display: none; }
 .light2021 .price-oem{ padding: 0; display: none; }
 .light2021 .price-oem .price{ line-height: 1.4; font-size: 1.2em; font-weight: bold; font-family: var(--main-font-bold); }
 #page_83320 .light2021 .price-oem .price{ text-align: center; }
 #page_83320 .light2021 .grid-group-item .model-title{ text-align: center; }
 .light2021 .price-oem .price span{ color: var(--secondary-color); }
 .light2021 .price-oem .price span.ttl{ color: #000; }
 .light2021 .price-oem .price .msrp{ font-weight: 700;font-size: 0.65em; }
 .light2021 .comment{ font-size: .85em; padding: 1em 1em 0 0; max-height: none; }
 .light2021 .cta-btns{ padding: 0 !important; }
 .light2021 .cta-btns a{ padding: 1em; margin: 0 0 0 0; background: none; border: 0.01em solid #d5d5d5; border-radius: 0; background-color: #fff; font-size: .9em; height: auto !important; font-family: var(--main-font-bold); }
 .light2021 .cta-btns a.quote i{ color: #000; }
 .light2021 .cta-btns a.main-btn{ color: #fff; font-family: var(--main-font-bold); font-weight: bold; border-radius: 0; font-size: 1em; height: fit-content !important; text-shadow: none; background-color: var(--main-color); }
 .light2021 .cta-btns a.main-btn i,.light2021 .add-to-cart-btn.deposit-to-cart i,.light2021 .cta-btns a i{ font-size: 1em; color: #fff; }
 .light2021 .add-to-cart-btn.deposit-to-cart{ font-family: var(--main-font-bold); font-weight: bold; background-color: #fff; border-radius: 0; border: .01em solid #d5d5d5; }
 .light2021 .add-to-cart-btn.deposit-to-cart .fa-dollar-sign:before{ content: "\f07a"; }
 .light2021 .call-now.show-item{ display: none; }
 .light2021 .specs{ font-size: .8em; }
 .light2021 .specs-btn-parent{ width: 7em !important; bottom: -0.2em !important; }
 .light2021 .specs-btn{ background: linear-gradient(180deg,#FFF 61.94%,#F1F1F1 141.42%); border: .01em solid #D5D5D5; height: auto !important; font-size: .7em; width: 100%; }
 .light2021 .specs-btn span{ font-size: 1em; bottom: -0.5em; height: auto !important; padding: 0.5em; width: 100%; }
 .light2021 .specs-btn-parent:before,.light2021 .specs-btn-parent:after{ background: #d5d5d5; }
 .light2021 .pagination{ background-color: transparent; border-radius: 0; justify-content: center; float: none; }
 .light2021 .pagination li{ background-color: #fff; display: flex; align-items: center; margin: 0 0.5em 0em 0em; }
 .light2021 .pagination li.info{ padding: 0 1em !important; border: 1px solid var(--lightgrey); }
 .light2021 .pagination.dark li a{ padding: 1.35em !important; font-size: .8em; color: var(--text-color); }
 .light2021 .grid-group-item .specs-btn{ float: right; }
 .light2021 .thumb{ border: .01em solid #d5d5d5 !important; margin-bottom: 1em; background-color: #fff; }
 .thumbnail-container .pushstate{ padding-top: 70% !important; }
 #page_83320 .light2021 .thumbnail-container .pushstate{ aspect-ratio: 1/1!important; display: flex; align-items: center; justify-content: center; }
 .light2021 .permonth{ padding: 0 !important; }
 .light2021 .permonth-money,.light2021 .permonth-ttl{ font-size: 1em !important; }
 .light2021 .permonth-cap{ font-size: .8em; }
 .item.list-group-item .img-event{ padding-right: 1em !important; }
 .thumbStatus{ font-size: .8em !important; font-weight: normal !important; min-height: 2em !important; bottom: 0 !important; }
 .instock-tag{ background-color: var(--main-color) !important; color: #000; }
 .list-grid-btn .btn{ background-color: #fff !important; }
 @media (max-width: 769px){ .light2021 #filters .filter-ttl{ display: block; }
 .item.list-group-item .img-event{ padding-right: 0 !important; }
 .light2021 .specs-btn-parent{ bottom: unset !important; }
 .light2021 #products.view-group{ padding-left: 0; }
}
 #page_84126 #normal_vdp .model-tabs .tab-content .row.saletype{ display: none; }
 #normal_vdp{ width: 100%; padding: 0; }
 #normal_vdp h3{ color: #000; }
 #normal_vdp .rt-action-btn.book-demo,#normal_vdp .rt-action-btn.view-preowned,#normal_vdp .rt-action-btn.get-diretions,#normal_vdp .contact-us-btn{ display: none; }
 #normal_vdp #right-cta-buttons.affix{ top: 5em; width: 23.5em !important; }
 #normal_vdp #right-cta-buttons.affix .loan-calculator{ display: none; }
 .modal-open #normal_vdp #right-cta-buttons.affix{ position: relative !important; }
 #normal_vdp #right-cta-buttons .our-price-div{ text-align: left; display: block; }
 #normal_vdp #right-cta-buttons .price-box .primary{ font-family: var(--main-font-bold); font-size: 1.6em; line-height: 1.4; float: none; color: var(--secondary-color); }
 #normal_vdp #right-cta-buttons .our-price,#normal_vdp #right-cta-buttons .retail{ font-size: 1.2em; font-family: var(--main-font-bold); color: #000; line-height: 1.8; font-weight: 700; }
 #normal_vdp .excludes{ display: none; }
 #normal_vdp .ecomm-box .ecomm-btns .ecomm-btn.deposit-to-cart{ background-color: var(--main-color); color: #fff !important; padding: 1.1em; font-family: var(--main-font-bold); text-transform: uppercase; font-size: 1em; margin: .5em 0; border-radius: 0; text-align: center; }
 #normal_vdp .ecomm-box .ecomm-btns .ecomm-btn.deposit-to-cart:before{ font-family: "Font Awesome 5 Pro"; content: "\f07a"; font-size: .9em; padding-right: .5em; }
 #normal_vdp .deposit-info-btn{ font-size: .8em; text-align: center; }
 #normal_vdp .rt-action-btn{ font-family: var(--main-font-bold); font-size: .9em; text-transform: uppercase; text-align: left; background-color: #d5d5d5; color: #000 !important; border-radius: 0; padding: 1em 1.5em; margin: 0.4em 0; }
 #normal_vdp .rt-action-btn:hover,#normal_vdp .rt-action-btn:focus,#normal_vdp .rt-action-btn.request-quote-btn:hover,#normal_vdp #videos-btn:hover,#normal_vdp .rt-action-btn.request-quote-btn:focus,#normal_vdp #videos-btn:focus{ background-color: #000; color: #fff !important; }
 #normal_vdp .rt-action-btn:hover .glyphicon,#normal_vdp .rt-action-btn:focus .glyphicon{ background-color: transparent !important; color: #fff !important; }
 #normal_vdp .rt-action-btn.request-quote-btn,#normal_vdp #videos-btn{ background-color:#000; color: var(--main-color)!important; }
 #normal_vdp .rt-action-btn.request-quote-btn .glyphicon,#normal_vdp #videos-btn .glyphicon{ color: var(--main-color) !important; }
 #normal_vdp .back-btn{ position: absolute; width: 54.4%; background-color: #fff; z-index: 2; margin-left: .15em; }
 #normal_vdp .back-btn.model-action-btn{ width: 100%; color: #000; font-size: .9em; padding: 1em; display: block; border: 0.01em solid #d5d5d5; }
 #normal_vdp .stock-num{ position: absolute; z-index: 3; right: 36%; margin-top: 1em; font-size: .9em; }
 #normal_vdp #model-left-content{ padding: 0; padding-right: 1em; }
 #normal_vdp #model-left-content .gallery{ border: 0.01em solid #d5d5d5; margin-top: 3em; }
 #normal_vdp #model-left-content .gallery .lSSlideOuter .lSPager.lSGallery{ border-top: 0.01em solid #d5d5d5; margin-top: 0 !important; min-width: 100% !important; }
 .gallery .lSSlideOuter .lSPager.lSGallery li{ max-height: none !important; height: auto !important; }
 #normal_vdp #model-left-content .gallery .lSSlideOuter .lSPager.lSGallery li a{ padding: 1em; display: block; }
 #normal_vdp #model-left-content .gallery .lSSlideOuter .lSPager.lSGallery li a img{ border: .15em solid #d5d5d5; }
 #normal_vdp .lSSlideOuter .lSPager.lSGallery li.active,#normal_vdp .lSSlideOuter .lSPager.lSGallery li:hover{ border-radius: 0; }
 #normal_vdp .lSSlideOuter .lSPager.lSGallery li.active a img,#normal_vdp .lSSlideOuter .lSPager.lSGallery li:hover a img{ border-color: var(--main-color) !important; }
 #normal_vdp #imageGallery .lslide{ height: 30em; background-color: #fff; }
 #normal_vdp #imageGallery .lslide img{ width: 100%; object-fit: contain; }
 #normal_vdp .img-tag{ font-size: .8em !important; width: 9em !important; left: -2.2em !important; top: 1.3em !important; padding: 0.5em 1em !important; line-height: 1.4 !important; height: auto !important; background-color: var(--secondary-color)!important; }
 #normal_vdp .lSSlideOuter .lSPager.lSGallery img{ width: 100%; object-fit: contain; max-height: 5em !important; }
 #normal_vdp .excludes,.price_description{ font-size: .8em; }
 #normal_vdp .rt-action-btn .glyphicon{ width: 1.8em; font-size: 1em; color: #000 !important; }
 .dropdown-menu.model-shareble{ background-color: #d5d5d5 !important; top: 0; width: 100%; }
 .model-shareble li{ width: unset; }
 .dropdown-menu.model-shareble>li>a{ padding: 1em !important; }
 #normal_vdp .accord-btn{ font-size: 1em; padding: 0.8em 1em; margin: 0 0 0.5em 0; font-family: var(--main-font-bold); background-color: #d5d5d5!important; color: #000; }
 #normal_vdp .accord-btn .glyphicon{ float: left; margin-right: 0.5em; font-size: .7em; padding: 0.4em; color: #000; }
 #normal_vdp .accord-btn:hover,#normal_vdp .accord-btn:active,#normal_vdp .accord-btn:focus,#normal_vdp .accord-btn:focus-visible,#normal_vdp .accord-btn:target{ background-color: #000!important; color: #fff; }
 #normal_vdp .accord-btn:hover .glyphicon,#normal_vdp .accord-btn:active .glyphicon,#normal_vdp .accord-btn:focus .glyphicon,#normal_vdp .accord-btn:focus-visible .glyphicon,#normal_vdp .accord-btn:target .glyphicon{ color: #fff; }
 #normal_vdp .lSAction>.lSPrev{ left: 2em; }
 #normal_vdp .lSAction>.lSNext{ right: 2em; }
 #normal_vdp .lSAction>a{ width: auto; height: auto; opacity: 1; margin-top: -2em; z-index: 2; }
 #normal_vdp .lSAction .lSPrev::before,#normal_vdp .lSAction .lSNext::before{ display: block; position: relative; top: 0; right: 0; font-family: "Glyphicons Halflings"; color: #000; background-color: var(--main-color); padding: .3em 0 .3em .5em; opacity: 1; font-size: 1.2em; height: 2em; width: 2em; border-radius: 50%; }
 #normal_vdp .lSAction .lSPrev::before{ content: "\e257"; }
 #normal_vdp .lSAction .lSNext::before{ content: "\e258"; }
 #normal_vdp #right-cta-buttons{ background-color: #fff; border: .01em solid #d5d5d5; padding: 0; width: auto !important; display: flex; flex-direction: column; }
 #normal_vdp #right-cta-buttons .price-box{ padding: 1em 2em !important; }
 #normal_vdp #right-cta-buttons .ecomm-box,.permonth{ padding: 0 2em 1em 2em; }
 #normal_vdp .loan-calculator{ padding: 1em 2em; font-size: .9em; background-color: #e3e3e3; border-top: 0.01em solid #d5d5d5; border-bottom: 0.01em solid #d5d5d5; margin-bottom: 0em; order: 3; }
 #normal_vdp .loan-calculator h2{ margin: 0 !important; color: #000; }
 #normal_vdp .loan-calculator .loan-amount-h3{ font-size: 2em; margin: 0 0 .5em 0; color: var(--secondary-color); }
 #normal_vdp .loan-calculator .input-group-addon{ font-size: .9em; background-color: #d5d5d5; border-color: #bebebe !important; border-radius: 0 !important; padding: .5em 1em !important; }
 #normal_vdp .loan-calculator .form-control{ background-color: #fff!important; border-color: #bebebe; color: #000; font-weight: 400; }
 #normal_vdp .loan-calculator #loan-submit{ background: #000; font-family: var(--main-font-bold); text-transform: uppercase; color: var(--main-color); border: 0; outline: none; text-shadow: none; font-size: .9em; padding: 0.6em 4em; margin: 1em 0 1em 0; }
 #normal_vdp .loan-calculator #loan-submit:hover,#normal_vdp .loan-calculator #loan-submit:focus,#normal_vdp .loan-calculator #loan-reset:hover,#normal_vdp .loan-calculator #loan-reset:focus{ background-color: #000; }
 #normal_vdp .loan-calculator #loan-reset{ background: #616365; font-family: var(--main-font-bold); text-transform: uppercase; color: #fff; border: 0; outline: none; text-shadow: none; font-size: .9em; padding: 0.6em 3em; margin: 1em 0 1em 0; }
 #normal_vdp .CTA-box{ padding: 0 2em 2em 2em; }
 #normal_vdp #right-cta-buttons.affix .CTA-box{ padding-top: 0; }
 #normal_vdp #videos-btn{ font-size: .8em; padding: .5em 1em; margin: 1.9em 1.5em 0.5em 1.5em; text-transform: uppercase; font-family: var(--main-font-bold); }
 #normal_vdp #videos-btn .glyphicon{ padding-left: .5em; }
 #normal_vdp .ShowReadMore span,#normal_vdp .custom-specs .specs-row span{ font-size: 1em !important; }
 #normal_vdp .model-title{ display: none; }
 #normal_vdp .sale-price{ justify-content: flex-start; }
 .model-details-content .glyphicon.glyphicon-chevron-left{ color: #616365 !important; }
 #normal_vdp label.option-label{ margin: 0 2em; }
 #normal_vdp select#colors-drop,#normal_vdp select#size-drop{ width: 82.5%; margin: 0 2em; }
 #normal_vdp .model-tabs .collapse.in{ padding-bottom: 1em; }
 @media (max-width: 769px){ #normal_vdp #model-left-content .gallery .lSSlideOuter .lSPager.lSGallery{ width: max-content !important; }
 #normal_vdp #model-left-content .gallery .lSSlideOuter .lSPager.lSGallery li a{ padding: .5em !important; }
}
 #footer{ background-color: var(--lightgrey); display: flex; color: var(--text-color); padding: 0 0em 4em 4em; position: relative; border-top: 0.1em solid #ececec; border-bottom: 0.1em solid #ececec; margin-top: -0.1em; text-transform: capitalize; }
 #footer .flex-container.accordion-section{ margin: 0!important; }
 #footer .flex-row{ display: flex; justify-content: space-around; width: 100%; }
 .footer-col:first-child{ padding-left: 0; }
 .footer-col:first-child .locations-ul li:last-child{ border-bottom: none; }
 .footer-col:nth-child(4){ border: none; padding-right: 0; }
 .footer-col{ text-transform: capitalize; flex: 1; text-align: left; line-height: 1.8; width: 25%; }
 .footer-col .hour-label{ display: inline-block; width: 7em; }
 #footer h2{ color: var(--main-color); font-weight: 700; padding-top: 3.194vw; margin: 0 0 1em 0 !important; font-size: 1.944vw; }
 #footer a{ text-decoration: none; color: var(--text-color); font-weight: 400; }
 #footer a:hover,#footer a:focus{ color: var(--secondary-color) !important; }
 #footer .nav-tabs>li.active>a,#footer .nav-tabs>li.active>a:focus,#footer .nav-tabs>li.active>a:hover{ background-color: transparent!important; border-color: transparent; }
 .footer-col .collapse{ display: block; }
 .footer-col .panel-collapse ul{ padding-left: 0; }
 #footer .col-sm-6{ padding: 0; }
 #footer .nav-tabs.hours-tabs{ border-bottom: none!important; }
 #footer .nav-tabs.hours-tabs a{ padding: 0em 1.2em 0em 0em; font-weight: 700; }
 #footer .nav-tabs.hours-tabs a:focus{ color: var(--lightgrey)!important; }
 #footer .nav>li>a:focus,.nav>li>a:hover{ background-color: transparent!important; border-color: transparent!important; }
 #footer .footer-social{ margin-top: 1em; display: flex; gap: 1em; }
 #footer .footer-social a{ padding: 0em; color: var(--main-color); }
 .footer_phone a{ font-weight: 700!important; }
 #footer .locations-ul li a{ font-weight: 400; }
 .footer-hours{ margin-top: 0.5em; }
 #footer .nav-tabs>li{ outline: none; }
 #footer .nav-tabs>li a{ font-weight: 700; color: var(--text-color); }
 .footer-bottom{ padding: 0.1em 3em 0.1em 5em; background: #fff; font-size: .9em; text-transform: capitalize; font-weight: 400; }
 .footer-bottom .footer-bottom__elem--links a:hover{ color: var(--main-color); }
 .footer-row.footer-row--bottom{ display: flex; justify-content: space-between; align-items: center; padding: 1em 0em; }
 .footer-bottom__elem.contact-links-footer{ display: flex; justify-content: space-evenly; width: 40%; }
 .footer-bottom p,.footer-bottom span,.footer-bottom a{ text-transform: capitalize; font-size: 0.875em;font-weight: 400; color: var(--lightgrey); }
 .footer-bottom__elem a{ color: var(--text-color); }
 .footer-bottom__elem a:hover{ color: var(--main-color); text-decoration: none; }
 .footer-col .social{ margin-top: 2em; font-size: 1.2em; }
 .footer-col .social li{ float: left; padding: 0 .3em; }
 #footer .map img{ width: 100%; min-width: 15em; aspect-ratio: 16/9; object-fit: cover; }
 #footer .hours-ul li span:first-child{ font-weight: bold; }
 #footer .links-ul li,#footer .set_address,#footer p{ font-size: 0.875em; color: var(--text-color); margin-bottom: 0; }
 .footer-bottom span{ font-size: 1em; color: var(--lightgrey); }
 .footer-bottom__elem.footer-bottom__elem--ds-logo a img{ width: 9em; height: 100%; }
 .footer-registration{ line-height: normal; }
 .footer-bottom__elem.footer-bottom__elem--links{ display: flex; align-items: center; width: 40%; }
 .footer-bottom .divider{ width: 1px; height: 1em; background-color: #616365; display: inline-block; margin: 0em 0.25em; }
 .footer-bottom__elem.footer-bottom__elem--ds-logo img{ width: 9.5em; height: 100%; padding:0em; }
 .footer-bottom{ padding: .5em 4em .3em 4em; background: #000; font-size: .85em; font-weight: bold; position: relative; }
 .footer-row.footer-row--bottom{ display: flex; justify-content: space-between; align-items: center; padding: 1em 0em; }
 .footer-bottom,.footer-bottom a{ color: #fff !important; }
 .footer-bottom__elem{ text-align: center; }
 .footer-bottom p,.footer-bottom span,.footer-bottom a{ font-size: 0.875em; font-weight: 400; }
 .footer-bottom__elem a{ color: var(--grey); }
 .footer-bottom__elem a:hover{ text-decoration: none!important; color: var(--secondary-color)!important; }
 .footer-bottom .footer-circle-logo{ position: absolute; background-color: var(--body-color); top: 0; left: 50%; transform: translate(-50%,-50%); width: 6em; height: 6em; display: flex; justify-content: center; align-items: center; border-radius: 50%; z-index: 1; }
 .footer-bottom .footer-circle-logo *{ z-index: 1; }
 .footer-bottom *{ z-index: 2; }
 .footer-row.footer-row--bottom{ display: flex; justify-content: space-between; align-items: center; }
 .footer-circle-logo img{ width: 50%; }
 .footer-circle img{ width: 6em; height: auto; margin-top: -2em; }
 .footer-bottom .to-up-container{ background-color: var(--main-color); position: absolute; bottom: 1em; right: 0; padding: 0.5em 0.5em 0.5em 0.45em; border-top-left-radius: 3em; border-bottom-left-radius: 3em; }
 .footer-bottom .to-up-container a{ display: flex; background-color: #D52B1E; color: var(--main-color); border-radius: 50%; width: 3em; height: 3em; align-items: center; justify-content: center; transition: all ease-in-out 0.2s; }
 .footer-bottom .to-up-container a i{ transition: all ease-in-out 0.2s; }
 .footer-bottom .to-up-container a:hover{ color: var(--white); background-color: var(--secondary-color); border: 2px solid var(--white); text-decoration: none; }
 .footer-bottom .to-up-container a:hover i{ font-size: 80%; }
 .footer-bottom .to-up-container{ background-color: var(--main-color); position: absolute; bottom: 1em; right: 0; padding: 0.5em 0.5em 0.5em 0.45em; border-top-left-radius: 3em; border-bottom-left-radius: 3em; }
 .footer-bottom .to-up-container a{ display: flex; background-color: #fff; color: var(--main-color)!important; border-radius: 50%; width: 3em; height: 3em; align-items: center; justify-content: center; transition: all ease-in-out 0.2s; }
 .footer-bottom .to-up-container a i{ transition: all ease-in-out 0.2s; }
 .footer-bottom .to-up-container a:hover{ color: var(--secondary-color)!important; background-color: #fff; border: 2px solid #fff; text-decoration: none; }
 .footer-bottom .to-up-container a:hover i{ font-size: 80%; }
 .footer-circle{ position: absolute; top: 0; left: 50%!important; transform: translate(-50%,-40%)!important; padding:2em; border-radius: 50%; }
 #FooterDiv .bg-darker{ background-color: #1c1c1c!important; }
 #boating_ontario{ width: 4.625em; height: auto; }
 #clean_marine{ width: 9.4375em; height: auto; }
 #boat_safety{ width: 6.344375em; height: auto; }
 @media (min-width: 768px){ #footer .flex-container.accordion-section{ width:100%; }
}
 @media (max-width: 768px){ #footer .flex-container.accordion-section{ margin: 0 auto!important; }
 #footer .flex-row{ flex-direction: column; align-items: center; }
 .footer-col:first-child{ padding-left: 0em; }
 .footer-col .collapse{ display: none; }
 .footer-col .collapse.in{ display: block; }
 #footer{ padding: 2em 1em 5em 1em; }
 .footer-row.footer-row--bottom{ flex-direction: column; }
 #footer .btn-primary{ background-color: var(--main-color); color: #fff; font-family: var(--main-font-bold); text-transform: capitalize; font-size: 1.1em; padding: 0.5em 2em; display: inherit; border: 1px solid var(--main-color); border-radius: 2em; font-weight: 700; display: flex; justify-content: space-between; }
 #footer .btn-primary .arrow{ transform: rotate(90deg); }
 .footer-col p{ width: 100%; margin-bottom: 1em; }
 .footer-bottom__elem.footer-bottom__elem--links{ width: 100%; padding: 0em 2em; }
 #footer .card-body,.hours-acord,.connect-acord{ padding: 0.5em 1em 1em 1em; line-height: 2; }
 .footer-col .social{ margin-top: 1em; width: 100%; text-align: center; padding: 0; }
 .footer-col .social li{ float: none; display: inline-block; }
 .footer-bottom{ padding: 1em 1em 0em 1em; font-size: 1em; }
 .footer-row.footer-row--bottom{ display: block; text-align: center; padding-bottom: 2em; }
 .footer-bottom__elem.contact-links-footer.mobile-bottom{ display: flex!important; flex-wrap: wrap; width: 100%; }
 .footer-bottom__elem.contact-links-footer.mobile-bottom a{ width: 48%; }
 .footer-bottom__elem{ text-align: center; line-height: 2; }
 .footer-bottom__elem img{ display: inline-block !important; }
 .footer-bottom__elem img.hidden-xs{ display: none !important; }
 .footer-col{ border: none; padding: 0em 0em; min-width: 20em; width: 100%; margin-bottom: 0.5em }
 .footer-col:nth-child(3){ min-width: 20em; }
 .footer-col:nth-child(4){ min-width: 20em; padding-right: 0em; }
 #footer a:hover,#footer a:focus{ color: var(--secondary-color)!important; }
 .footer-bottom__elem.footer-bottom__elem--links.mobile{ margin: 1em 0em; }
 .footer-bottom__elem.footer-bottom__elem--links.mobile >div{ display: flex!important; align-items: center; justify-content: center; line-height: normal; }
}
 @media (max-width: 768px){ body{ font-size: 16px; }
 body#page_83524,body#page_67543{ background-size: cover; background-position: center center; background-attachment: fixed; }
 #HeaderDiv{ min-height: 6em; }
 #CenterDiv{ padding: 1em !important; }
 body#page_81963 #CenterDiv{ padding: 2em 0em 0em 0em !important; }
 body#page_83524.VDP-open #CenterDiv{ padding: 2em 1em 4em 1em !important; }
 h1.section-title:after{ top: 1.5em; left: 40%; }
 #products .item{ width: 100%; }
 #filters.collapse{ height: unset !important; }
 #related-items{ padding: 0; }
 .modal-dialog{ width: 90% !important; }
 h2.container-title::before,h2.container-title::after{ width: 1em; }
 #page_81694 .well,#page_67543 .well{ margin: 4em auto 5em auto; padding: 0; }
 #page_81694 .well .btn,#page_67543 .well .btn{ margin: 0 0 .5em 0; width: 100%; }
 .top-cta-btns{ background-color: transparent!important; }
 .top-cta-btns a{ font-size: 1em!important; background-color: #262626!important; border: 0.01em solid var(--bg-color); }
 #normal_vdp #model-left-content{ padding-right: 0; }
 #normal_vdp #imageGallery{ height: 20em !important; }
 #normal_vdp #imageGallery .lslide{ height: 20em; }
 #normal_vdp .back-btn{ width: 91.7%; margin-left: 0.08em; }
 #normal_vdp .back-btn.model-action-btn{ padding: .5em; }
 #normal_vdp .stock-num{ margin-top: 1em !important; }
 #normal_vdp .stock-num{ right: 3em; margin-top: 1.5em; }
 #normal_vdp .price-box .primary{ color: var(--secondary-color); padding: .5em; text-align: left; }
 #normal_vdp .img-tag{ top: 2em !important; }
 #normal_vdp .our-price{ padding: 1.5em 1em; font-size: 1em; color: #000; font-weight: 600; }
 #rv_vdp .rt-specs-box .specs-row{ display: none!important; }
 #page_83524 .section-title{ font-size: 1.6em; margin-top: 1em!important; margin-bottom: 1em!important; }
 h2.section-title:after{ width: 3em; left: calc(50% - 1.5em) !important; }
 #comp_1762552967296{ width: 100% !important; height: 14em !important; }
 #comp_1762552967296 .lSAction .lSPrev,#comp_1762552967296 .lSAction .lSNext{ width: 3em; height: 3em; }
 #comp_1762552967296 .lightSlider li{ min-height: 14em; }
 #comp_1762552967296 .randomAdDetails.center-block.text-center{ height: 5em; }
 #comp_1762552967296 #scroller a img{ height: 5em; }
 .pagination{ justify-content: center!important; }
 #HoursModal .modal-dialog .modal-content .modal-body .inner{ flex-direction: column; gap: 1em; }
 #HoursModal .modal-dialog .modal-content .modal-body .inner .bg-container,#HoursModal .modal-dialog .modal-content .modal-body .inner .content{ width: 100%; }
 #searchModal .modal-dialog,#searchModalParts .modal-dialog,#Login-form .modal-dialog,.modal-dialog{ width: 90% !important; }
 #searchModal .input-group.open .dropdown-menu li{ display: block !important; }
 #searchModal .input-group .btn-default{ padding: 1em !important; font-size: 1.2em !important; }
 .modal-open{ padding-right: 0 !important; }
 .cart-header,.cart-body,.cart-footer{ color: #000 !important; }
}
 /*EOF STYLE*/ #nav_87228{ background-color:#000000; border-color:#333333; color:#333333; display:block; float:left; font-weight:400; opacity:1; position:relative; text-decoration-color:#333333; text-decoration-line:none; text-decoration-style:solid; }
 /*EOF STYLE*/ 