body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #000;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/d95614f2-0e8d-47d5-b462-d749bb08fa96/polaris-background-harrison.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/d95614f2-0e8d-47d5-b462-d749bb08fa96/polaris-background-harrison.jpg) no-repeat center top;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Righteous', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

a,
a.promo-link {
    color: #fe1b2f;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #000000;
    text-decoration: none;
}

.searchSection {
    margin: 12% auto 1%;
}

.btnSection {
    background-color: white;
    margin-top: 0!important;
}

.aboutSection {
    background-color: white;
    margin-top: 0!important;
}

.oemSection {
    background-color: white;
}

.featuredSection {
    background-color: white;
    margin-top: 0!important;
    box-shadow: 0 0 10px rgb(0 0 0 / 47%);
    position: relative;
}

#promotions-page, 
#inventory-page,
.page-background > div,
#calendar-page,
#employees-team-page 
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
.custom-page,
#employees-team-page,
#vdp-container,
#creditAppContainer {
    background-color: white;
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}







/* HEADER */

header.body {
    background-color: white;
    margin-bottom: 40px;
}

.headerContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: flex-start;
}

.headerLogo {
    background-color: white;
    padding: 0 10px 10px;
    position: relative;
    z-index: 44;
}

.headerBlock {
    display: flex;
    flex: 0 0 70%;
    justify-content: space-around;
    text-transform: uppercase;
    align-items: center;
}

.headerBlock a {
    color: black;
}

.headerBlock a:hover {
    color: #fe1b2f;
}

a.headerAddress .dealer-address {
    margin-right: 10px;
    position: relative;
}

a.headerAddress .dealer-address:after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #c3c3c3;
    position: absolute;
    right: -6px;
    top: 0;
}

.headerBlock a.dealer-phone {
    font-weight: 800;
    font-size: 20px;
}

.headerBlock .phone-text {
    margin-left: 5px;
}

.headerSocial {
    display: flex;
    justify-content: space-between;
}

.headerSocial a {
    padding: 0 10px;
    font-size: 18px;
    position: relative;
}

.headerSocial a:after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: lightgrey;
    position: absolute;
    right: -1px;
}

.headerSocial a:last-child:after {
    display: none;
}






/* NAVIGATION */

#main-nav {
    background-color: black;
    margin-top: -152px;
}

.navbar-nav > li > a {
    font-family: Righteous, sans-serif;
    text-transform: uppercase;
    color: white;
    padding: 48px 21px;
}

@media (min-width: 768px) {
.navbar-nav {
    float: right;
}
}

.social-media-icons {
    display: none;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #fc1c2f;
}

.dropdown-menu {
    background-color: #000;
}

#main-nav li.dropdown.open ul {
    border-top-color: black;
}

.dropdown-menu>li>a {
    color: #fff;
    text-transform: uppercase;
}

#main-nav .dropdown-menu > li > a:hover, #main-nav .dropdown-menu > li > a:focus {
    background-color: black;
    color: #fc1c2f;
}






/* CONTENT */

h2.searchHeader {
    text-align: center;
    font-size: 50px;
    color: white;
    text-shadow: 2px 2px 2px black;
    margin-bottom: 30px;
}

.siteSearch {
    margin: auto;
    display: flex;
    width: 600px;
    position: relative;
}

.siteSearch:before {
    content: '';
    position: absolute;
    border: #000000 solid 3px;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    z-index: -1;
}

.siteSearch .form-control {
    border: none;
    padding: 20px 15px;
    margin: 0;
    background-color: white;
    border-radius: 0;
    font-size: 16px!important;
}

.siteSearch .btn-primary {
    background-color: white;
    border: none;
    padding: 8px 17px;
    margin: 0;
    color: #fe1b2f;
}

.siteSearch .btn-primary:before {
    display: none;
}

.siteSearch .btn-primary:hover {
    background-color: white;
    color: black;
}

.btnContainer {
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
}

.btnContainer a {
    flex: 0 0 24%;
    padding: 15px;
    text-align: center;
    background-image: url(https://psmfirestorm.blob.core.windows.net/83480809-a446-4758-a00d-bde563351b23/btn-background.jpg);
    background-size: 100% 100%;
    text-transform: uppercase;
}

.btnContainer a:hover {
    transform: scale(1.05);
}

.btnContainer h2 {
    margin: 0;
}

.btnContainer span {
    color: black;
    font-weight: 800;
    letter-spacing: 2px;
}

.btnContainer div {
    line-height: 21px;
}

.homeAbout {
    width: 900px;
    margin: 75px auto 0;
}

.homeAbout h1 {
    text-align: center;
    color: #fe1b2f;
    margin-bottom: 0;
}

.homeAbout h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-align: center;
    margin-top: 9px;
    letter-spacing: 3px;
}

.oemSlider {
    margin-top: 15%;
}

.oemContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px 0;
}

.oemContainer a {
    padding: 10px;
}

.oemContainer a:hover {
    transform: scale(1.05);
    filter: opacity(0.5);
}

.oemContainer img {
    max-height: 58px;
}

.p-header {
    height: 300px;
    margin-bottom: 25px;
    position: relative;
}

.p-header:after {
    content: '';
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    margin: 0;
    bottom: 0;
    font-size: 50px;
    left: 0;
    padding: 10px 15px;
    color: white;
    text-shadow: 2px 2px 1px black;
    z-index: 2;
}

#creditAppForm section {
    background: white!important;
}

.mapWrapper {
    position: relative;
    padding-bottom: 105%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

.maptext h1 {
    margin-top: 0;
    font-size: 30px;
}

.department .title {
    border: 1px solid #000000;
    background: #000000;
    color: #fd1c2f;
}

.department .employee .name p {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 18px;
    padding-top: 5px;
}

.department .employee {
    border-radius: 0px;
    padding: 10px;
    height: max-content;
}

.department-container .department {
    background: transparent;
}

.department .employee .job p {
    margin-bottom: 0;
}

.brief {
    font-size: 14px;
    line-height: 18px;
}

#employees-team-page h1 {
    text-align: center;
    font-size: 45px!important;
}

.photo {
    height: 325px;
    width: 100%;
}

.department .photo img {
    height: 100%;
    object-fit: cover;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    background-color: #dbdbdb;
    border-color: #e0e0e0;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #fd1c2f;
}

.k-pager-wrap .k-link:hover {
    color: #000000;
}

.popup-widget {
    padding: 30px!important;
    max-width: 80%!important;
    top: 9%!important;
    transform: translate(-50%, 0)!important;
    box-shadow: 0 0 30px rgb(0 0 0 / 53%);
}

.customPopUp {
    display: flex;
    justify-content: space-between;
}

.customPopUp > div {
    padding: 10px;
    flex: 0 0 50%;
}

.customPopUp .OEMs {
    max-width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.customPopUp .OEMs div {
    padding: 10px;
}

.customPopUp .location {
    display: flex;
    justify-content: space-around;
}

.customPopUp .mapWrapper {
    width: 100%;
    flex: 0 0 66%;
    padding-bottom: 49%;
    margin-left: 10px;
}






/* FEATURED INVENTORY */

.single-item-slider .slider-outer {
    height: 300px;
}

.single-item-slider .slider-inner .item {
    width: 260px;
}

.single-item-slider .item {
    background-color: #ffffff;
    border: 2px solid white;
}

.single-item-slider .img-container {
    height: 160px;
}

.single-item-slider .item-detail {
    border-top: 3px solid #dfdfdf;
}

.single-item-slider .item-detail .price {
    font-size: 24px;
    padding: 2px 2% 0;
    bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    transition: .3s;
}

.featuredInventory h2 {
    font-size: 40px;
    position: relative;
    margin: 60px 0 35px 30px!important;
    display: block;
}

.featuredInventory h2:after {
    content: '';
    background-color: #dfdfdf;
    width: 97%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.featuredInventory .single-item-slider .slider-control {
    padding: 0px 11px;
    top: -25%;
    left: unset;
    right: 50px;
    font-size: 30px;
}

.featuredInventory .single-item-slider .slider-control.left {
    left: unset;
}

.featuredInventory .single-item-slider .slider-control.right {
    right: 6px;
}

.featuredInventory .single-item-slider .slider-control:hover,
.single-item-slider .item-detail .price:hover {
    color: black;
}

.single-item-slider .item-detail .name {
    color: black;
}





/* INVENTORY */

.inventory-image {
    width: 100%;
    object-fit: cover;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.inventory-container .vehicle .thumb {
    line-height: 195px;
    height: 194px;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
    font-weight: 700;
}

.vehicleyearmake {
    text-transform: uppercase;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 24px;
    padding-right: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 1px 10px;
    font-weight: 700;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle:hover {
    background-color: rgb(255 255 255 / 45%);
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    min-height: 43px;
    font-weight: 700;
}

.inventory-container .vehicle .title {
    padding: 5px;
}

.inventory-container .vehicle .title a {
    color: black;
    text-align: center;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.seller-description {
    color: black;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}







/* FORMS */

.btn-primary {
    color: #ffffff;
    background-color: #fe1b2f;
    display: block;
    width: max-content;
    margin: 10px 0px;
    transition: all 0.3s ease 0s;
    border: 3px solid black;
    border-radius: 0px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.btn-primary:before {
    content: '';
    width: 0;
    height: 100%;
    background-color: black;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
    z-index: -1;
}

.btn-primary:hover,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus {
    background-color: #fe1b2f;
    border-color: black;
}

.btn-primary:hover:before {
    width: 100%;
}

.btn-sec {
    margin: 10px auto;
    font-size: 20px;
}

.mainform {
    height: max-content;
    color: black;
}

.mainform > div {
    background-color: white;
    padding: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 41%);
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 3px;
    font-size: 31px;
    color: #fd1c2f;
    font-weight: 700;
}

.form-control {
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid white;
    background-color: #ffffff;
    box-shadow: none;
    transition: .3s;
    border-radius: 0;
    border-bottom: 1px solid lightgrey;
}

.form-control:hover {
    background-color: white;
    border-color: #d2d2d2;
}

.form-control:focus {
    background-color: white;
    border-color: #d2d2d2;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 0 0 / 22%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 0 0 / 22%);
}

.forms-title-section {
    font-size: 18px;
    text-align: center;
    margin-bottom: 4px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.field-validation-valid {
    color: black;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 0;
    font-size: 14px!important;
    background-color: #ffffff;
    color: black;
    border: 1px solid #ffffff;
    margin: 5px 0;
    border-bottom: 1px solid #dfdfdf;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}

.inquiryformcontainer, 
.locationBox {
    background-color: white;
    color: black;
    box-shadow: 0 0 10px rgb(0 0 0 / 41%);
}

.mainform label {
    margin-right: 10px;
}

@media (min-width: 768px) {
#Form4323 > div:nth-child(1) > fieldset > div:nth-child(n+13):nth-child(-n+15),
#Form4338 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    padding: 0 5px;
    display: inline-block;
}

#Form3138 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form3138 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form4323 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form4323 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form3135 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form3138 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form4323 > div:nth-child(1) > fieldset > div:nth-child(11),
#Form4323 > div:nth-child(1) > fieldset > div:nth-child(n+16),
#Form3135 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}
}







/* FOOTER */
footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
    font-weight: 700;
}

footer.body .outer-wrapper {
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 30px 0;
}

.footerOEMs {
    text-align: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 41%);
    position: relative;
    z-index: 3;
    padding: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footerOEMs a {
    padding: 0 10px;
}

.footerOEMs img {
    max-width: 150px;
}

.footerBtm {
    text-align: center;
}

.footerBtm h4 {
    margin: 0;
    font-size: 22px;
    padding: 30px;
}

.footerWrapper {
    background-color: white;
    border-top: 5px solid black;
}

.footerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding: 30px 15px;
    text-transform: uppercase;
    line-height: 30px;
}

.footerContainer a {
    color: black;
}

.footerContainer a:hover {
    color: #fe1b2f;
}

.footerBlock .dealerlogo, 
.footerBlock .dealer-address, 
.footerBlock .dealer-phone {
    display: block;
}

a.footerInfo {
    margin-top: 15px;
    display: block;
}

.footerBlock .dealer-phone {
    font-weight: 800;
    font-size: 20px;
}

.footerBlock td:nth-child(1) {
    font-weight: 800;
    padding-right: 15px;
}

.footerContainer div:nth-child(1) {
    text-align: center;
}

a.footerInfo {
    margin-top: 15px;
    display: block;
}

.footerBlock {
    position: relative;
}

.footerBlock:after {
    content: '';
    width: 3px;
    height: 100%;
    background-color: lightgrey;
    right: -27%;
    position: absolute;
    top: 0;
}

.footerMap {
    padding-bottom: 20%;
    position: relative;
    flex: 0 0 25%;
}

.footerMap iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.footerBlock ul {
    list-style: none;
    padding: 0 11px;
}

.footerBlock li {
    position: relative;
}

.footerBlock li:before {
    content: '\f111';
    font-family: fontawesome;
    font-size: 7px;
    position: absolute;
    left: -12px;
    transition: .3s;
}

.footerBlock li:hover:before {
    transform: scale(1.5);
}




@media (max-width: 1499px) {
.footerContainer {
    width: 1170px;
}

.footerBlock:after {
    right: -15%;
}
}




@media (max-width: 1199px) {
.headerContainer,
.footerContainer,
.oemContainer {
    width: 970px;
}

#main-nav {
    margin-top: -118px;
}

.navbar-nav > li > a {
    padding: 34px 11px;
}

.headerLogo {
    flex: 0 0 20%;
}

.btnContainer h2 {
    font-size: 24px;
}

.footerBlock:after {
    right: -7%;
}

.p-header {
    height: 270px;
}

.p-header h1 {
    font-size: 45px;
}

.mapWrapper {
    padding-bottom: 130%;
}

.inventory-container .vehicle .price {
    font-size: 21px;
}

.single-item-slider .slider-inner .item {
    width: 284px;
}

.customPopUp .mapWrapper {
    flex: 0 0 57%;
}
}





@media (max-width: 991px) {
.headerContainer,
.footerContainer,
.oemContainer {
    width: 740px;
}

#main-nav .nav > li > a {
    font-size: 12px;
    padding: 15px 8px;
}

#main-nav {
    margin-top: -73px;
}

.headerLogo {
    flex: 0 0 18%;
}

h2.searchHeader {
    font-size: 45px;
}

.homeAbout {
    width: 100%;
    margin: 50px auto 0;
    padding: 0 15px;
}

.btnContainer h2 {
    font-size: 17px;
}

.btnContainer span {
    font-size: 14px;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
}

.footerBlock:after {
    display: none;
}

.footerBlock {
    margin: 15px 0;
}

.footerMap {
    padding-bottom: 40%;
    width: 100%;
}

.footerOEMs {
    flex-wrap: wrap;
}

.footerOEMs a {
    padding: 10px;
}

.p-header {
    height: 215px;
}

.p-header h1 {
    font-size: 40px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.headerBlock {
    flex: 0 0 76%;
}

.single-item-slider .slider-inner .item {
    width: 212px;
}

.single-item-slider .item-detail .price {
    font-size: 21px;
}

.single-item-slider .img-container {
    height: 140px;
}

.customPopUp .location {
    flex-flow: column;
}

.customPopUp .mapWrapper {
    margin: 0;
    padding-bottom: 70%;
}
}




@media (max-width: 767px) {
.headerContainer,
.footerContainer,
.oemContainer,
.siteSearch {
    width: 100%;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

h2.searchHeader {
    font-size: 10vw;
}

header.body {
    background-color: black;
}

.headerContainer {
    padding: 0 15px;
}

.headerLogo {
    flex: 0 0 40%;
    padding: 10px;
    text-align: center;
}

.headerBlock {
    flex: 0 0 55%;
    justify-content: flex-end;
    padding: 15px;
}

a.headerAddress,
.headerSocial {
    display: none;
}

.headerBlock a.dealer-phone {
    font-size: 5vw;
    color: white;
}

#main-nav {
    margin-top: -74px;
    background-color: black;
}

#main-nav .navbar-toggle {
    color: white;
}

.searchSection {
    margin: 12% auto 5%;
}

.oemContainer {
    flex-wrap: wrap;
}

.oemContainer a {
    flex: 0 0 30%;
}

.btnContainer {
    flex-flow: column;
    margin: 0;
}

.btnContainer a {
    margin: 10px;
}

.btnContainer h2 {
    font-size: 8vw;
}

.btnContainer span {
    font-size: 5vw;
}

.footerMap {
    padding-bottom: 100%;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 7vw;
}

#promotions-page, 
#inventory-page, 
.page-background > div, 
#calendar-page, 
#employees-team-page 
#vdp-container, 
#thankyou-page, 
#showroom, 
#blog-page, 
#blog-detail, 
#credit-thankyou-page, 
#events-page, 
.custom-page, 
#employees-team-page, 
#vdp-container, 
#creditAppContainer {
    margin: 0 15px;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
    text-align: left;
}

#main-nav .nav > li > a {
    font-size: 16px;
    padding: 20px;
}

.single-item-slider .img-container {
    height: 120px;
}

.featuredInventory .single-item-slider .slider-control.left {
    left: -40px;
    top: 13%;
}

.featuredInventory .single-item-slider .slider-control.right {
    right: -40px;
    top: 13%;
}

.featuredInventory h2 {
    font-size: 35px;
    margin: 60px 0 35px 0!important;
}

.btnSection {
    padding-bottom: 30px;
}

.btnContainer div {
    line-height: 3vw;
}

.popup-widget {
    padding: 15px!important;
    max-width: 90%!important;
    top: 1%!important;
    box-shadow: 0 0 10px rgb(0 0 0 / 53%);
}

.customPopUp {
    flex-flow: column;
    text-align: center;
}

.customPopUp > div:nth-child(1) {
    border-bottom: 3px solid #cbcbcb;
    padding-bottom: 30px;
}
}





