@font-face {
    font-family: 'Interstate Regular';
    src:url('../fonts/web_font/Interstate-Regular-Font.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate';
    src: url('../fonts/web_font/Interstate-Bold.eot');
    src: url('../fonts/web_font/Interstate-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/web_font/Interstate-Bold.woff2') format('woff2'),
        url('../fonts/web_font/Interstate-Bold.woff') format('woff'),
        url('../fonts/web_font/Interstate-Bold.ttf') format('truetype'),
        url('../fonts/web_font/Interstate-Bold.svg#Interstate-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate XLight';
    src: url('../fonts/web_font/Interstate-XLight.eot');
    src: url('../fonts/web_font/Interstate-XLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/web_font/Interstate-XLight.woff2') format('woff2'),
        url('../fonts/web_font/Interstate-XLight.woff') format('woff'),
        url('../fonts/web_font/Interstate-XLight.ttf') format('truetype'),
        url('../fonts/web_font/Interstate-XLight.svg#Interstate-XLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate Compressed';
    src: url('../fonts/web_font/Interstate-BoldCompressed.eot');
    src: url('../fonts/web_font/Interstate-BoldCompressed.eot?#iefix') format('embedded-opentype'),
        url('../fonts/web_font/Interstate-BoldCompressed.woff2') format('woff2'),
        url('../fonts/web_font/Interstate-BoldCompressed.woff') format('woff'),
        url('../fonts/web_font/Interstate-BoldCompressed.ttf') format('truetype'),
        url('../fonts/web_font/Interstate-BoldCompressed.svg#Interstate-BoldCompressed') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate Bold';
    src: url('../fonts/web_font/Interstate-Bold_1.eot');
    src: url('../fonts/web_font/Interstate-Bold_1.eot?#iefix') format('embedded-opentype'),
        url('../fonts/web_font/Interstate-Bold_1.woff2') format('woff2'),
        url('../fonts/web_font/Interstate-Bold_1.woff') format('woff'),
        url('../fonts/web_font/Interstate-Bold_1.ttf') format('truetype'),
        url('../fonts/web_font/Interstate-Bold_1.svg#Interstate-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate Boldconed';
    src: url('../fonts/web_font/Interstate-BoldCondensed.eot');
    src: url('../fonts/web_font/Interstate-BoldCondensed.eot?#iefix') format('embedded-opentype'),
        url('../fonts/web_font/Interstate-BoldCondensed.woff2') format('woff2'),
        url('../fonts/web_font/Interstate-BoldCondensed.woff') format('woff'),
        url('../fonts/web_font/Interstate-BoldCondensed.ttf') format('truetype'),
        url('../fonts/web_font/Interstate-BoldCondensed.svg#Interstate-BoldCondensed') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate Light';
    src: url('../fonts/web_font/Interstate-Light.eot');
    src: url('../fonts/web_font/Interstate-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/web_font/Interstate-Light.woff2') format('woff2'),
        url('../fonts/web_font/Interstate-Light.woff') format('woff'),
        url('../fonts/web_font/Interstate-Light.ttf') format('truetype'),
        url('../fonts/web_font/Interstate-Light.svg#Interstate-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate BlackCond';
    src: url('../fonts/web_font/Interstate-BlackCond.eot');
    src: url('../fonts/web_font/Interstate-BlackCond.eot?#iefix') format('embedded-opentype'),
        url('../fonts/web_font/Interstate-BlackCond.woff2') format('woff2'),
        url('../fonts/web_font/Interstate-BlackCond.woff') format('woff'),
        url('../fonts/web_font/Interstate-BlackCond.ttf') format('truetype'),
        url('../fonts/web_font/Interstate-BlackCond.svg#Interstate-BlackCond') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate Condensed';
    src: url('../fonts/web_font/InterstateCond-Black.eot');
    src: url('../fonts/web_font/InterstateCond-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/web_font/InterstateCond-Black.woff2') format('woff2'),
        url('../fonts/web_font/InterstateCond-Black.woff') format('woff'),
        url('../fonts/web_font/InterstateCond-Black.ttf') format('truetype'),
        url('../fonts/web_font/InterstateCond-Black.svg#InterstateCond-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* body */
body {
    height: 100vh;
    background-color: #fff !important;
    font-family: 'Interstate Light';

}

/* body */

/* common section */
.padding_section {
    padding-top: 40px;
}

/* common section */


/* nav start */
.nav-bg {
    background-color: #1a2127;
}

nav {
    position: relative;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    z-index: 100;
}

.menu {
    margin-right: 17%;
}

.desktop-logo {
    width: 120px;
}

.mobile_view_logo {
    width: 146px;
}

nav.dark nav {
    border: 1px solid #393838;
}

nav .nav-bar {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #1a2127;
    margin: 0 auto;
    padding: 0 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav .nav-bar .sidebarOpen {
    color: #fff;
    font-size: 25px;
    padding: 5px;
    cursor: pointer;
    display: none;
}

nav .nav-bar .logo a {
    font-size: 25px;
    font-weight: 500;
    text-decoration: none;
}

.menu .logo-toggle {
    display: none;
}

.nav-bar .nav-links {
    display: flex;
    margin-bottom: 0px !important;
}

.nav-bar .nav-links li {
    padding: 0 25px;
    list-style: none;
}

.nav-links li a {
    position: relative;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Interstate Bold';
}

.nav-links li a::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: var(--text-color);
    opacity: 0;
    transition: all 0.3s ease;
}

.nav-links li:hover a::before {
    opacity: 1;
}

.nav-bar .darkLight-searchBox {
    display: flex;
    align-items: center;
}

.darkLight-searchBox .dark-light {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/* nav end */

/* banner */
.banner {
    background: url(../assets/banner.png);
    height: 548px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-banner {
    border-bottom: 10px solid #fddc02;
}

.mb-10 {
    margin-top: 5%;
}

.product_search {
    top: 20%;
    left: 5%;
}

.product_search h4 {
    color: #fff;
    font-size: 33px;
    background: #0194d9;
    padding: 9px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Interstate Compressed';
}

.product_search p {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
}

.product_search .card {
    border: 1px solid #fff;
    background: #0c0a0ab0;
    padding: 17px;
    padding-bottom: 24px;
}

.product_search .card h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.product_search .card p {
    font-size: 20px;
    color: #fddc02;
    font-family: "Interstate Compressed";
}

.product_search i {
    color: #fff;
}

.dropdowns select {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    font-family: "Interstate Compressed";
}

.dropdown-flex select {
    margin-top: 10px;
    width: 49.5%;
    padding: 10px;
    font-size: 14px;
}

.product_search button {
    position: absolute;
    right: 35px;
    bottom: -20px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 12px;
    border: none;
    padding-right: 12px;
    background-color: #fddc02;
    color: #2c2e36;
    font-size: 18px;
    font-family: "Interstate Compressed";
}

.product_search button i {
    color: #2c2e36;
}

.product_search_right h4 {
    color: #fff;
    font-size: 28px;
    background: #0194d9;
    padding: 9px;
    text-transform: uppercase;
    display: inline-block;
    font-family: "Interstate Compressed";
}

.product_search_right .card {
    background: #0c0a0ab0;
    width: 100%;
    padding: 27px;
    margin-left: 8%;
    margin-top: -17px;
}

.product_search_right .card p {
    font-size: 13px;
    color: #fff;
}

.part_number input {
    padding: 10px;
    font-size: 14px;
    width: 66%;
    color: #000;
    font-family: "Interstate Compressed";
}

.part_number button {
    padding: 8px;
    border: none;
    padding-right: 12px;
    background-color: #fddc02;
    color: #2c2e36;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
    font-family: "Interstate Compressed";
}

.universal input {
    padding: 12px;
    font-size: 10px;
    width: 66%;
    background-color: #1d2327d9;
    border: none;
}

.universal button {
    padding: 8px;
    border: none;
    padding-right: 12px;
    background-color: #fddc02;
    color: #2c2e36;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
    font-family: "Interstate Compressed";
}

.universal input::placeholder {
    color: #fff !important;
}

.universal_product {
    margin-top: 8%;
}

/* banner end */

/* car types */
.car_types {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card-box {
    margin: 10px;
    max-width: 225px;
}

.searching {
    margin-top: -37px;
}

.searching h5 {
    font-size: 28px;
    background: #0194d9;
    display: inline-flex;
    padding: 11px;
    color: #fff;
    font-weight: 600;
    margin-left: 0%;
    text-transform: uppercase;
    font-family: "Interstate Compressed";
}

.traingle {
    border-width: 200px 200px 0 0;
    position: relative;
}

.traingle::before {
    width: 17px;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: white transparent transparent transparent;
    content: '';
    display: block;
    bottom: 0px;
    right: 0px;
    transform: rotate(180deg);
    position: absolute;
    z-index: 2;
}

.img_opactiy img {
    opacity: 0.5;
}

.img_opactiy {
    background-color: #1f1e1e;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.content h5 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Interstate Compressed";
}

.content h5::before {
    content: "";
    display: block;
    width: 37px;
    height: 5px;
    background: #fddc02;
    left: 0;
    top: 100%;
    position: absolute;
}

/* car type end */

/*  */

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
    border: 3px solid #fff;
    border-radius: 10px;
}

.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.mobile_slider:after {
    content: "";
    display: table;
    clear: both;
}

.mobile_slider {
    margin-top: -9%;
    z-index: 9999;
    position: relative;
    margin-left: 8px;
}

.column {
    float: left;
    width: 16.66%;
    margin-left: 1%;
}

.active,
.demo:hover {
    opacity: 1;
}

.mySlides img {
    height: 500px;
}

/* section.footer footer */
.flex-menu .icon {
    display: none;
}

section.footer footer {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    color: #fff;
    background-color: #323e48;
}

.site-inner {
    width: 100%;
    max-width: 1430px;
    margin-right: auto;
    margin-left: auto;
}

section.footer footer .angles {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

section.footer footer .angles img {
    height: 100%;
    width: 100%;
    transform: translate(min(41% - 20px), 0);
}

.footer-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.footer li {
    letter-spacing: 0.3px;
    font-size: 14px;
}

section.footer footer ul {
    margin-bottom: 0;
    list-style-type: none;
    letter-spacing: -.31em;
    padding: 0px
}

section.footer footer .menu-item {
    display: inline-block;
    transition: color .4s ease;
    font-family: 'Interstate Bold';
    font-size: 13px;
    text-align: end;
    padding-bottom: 4px;
    padding-left: 13px;
}
section.footer footer .menu-item  a{
    font-size: 13px;
}

section.footer footer .menu-item:nth-child(1) {
    padding-left: 0px;
}

.icon img,
.icon svg {
    width: 1em;
    height: 1em;
    top: .075rem;
    position: relative;
}

.icon.-inline img,
.icon.-inline img path,
.icon.-inline svg,
.icon.-inline svg path {
    fill: currentColor;
}

.icon.-is-right {
    margin-left: .5em;
}

.address p {
    font-family: 'Interstate Bold';
}

/* section.footer footer end */
/*  product section */

.product_flex .traingle {
    border: 15px solid #1A2127;
    background: #1A2127;
    height: 250px;
    width: 200px;
}

.product_flex .traingle:hover {
    border: 15px solid #2F3C4D;
    background-color: #2F3C4D;
}

.product-powersell {
    display: flex;
    justify-content: space-between;
}

.product-powersell img {
    width: 25px;
    height: 25px;
    margin-left: auto;
}

.product_flex [class*="col-"] {
    height: 100%;
}

.product_flex .traingle::before {
    width: 31px;
    height: 0;
    border-style: solid;
    border-width: 35px 30px 0 0;
    border-color: white transparent transparent transparent;
    content: '';
    display: block;
    bottom: -15px;
    right: -17px;
    transform: rotate(180deg);
    position: absolute;
    z-index: 2;
}

.product_flex {
    z-index: 999;
    position: relative;
    bottom: 40px;
}

.img-bg {
    background: #fff;
    height: 126px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-bg img {
    transform: scale(1.14);
    transform-origin: bottom;
    max-width: 100%;
    max-height: 100%;
}

.img_opactiy {
    background-color: #000000 !important;
    padding-bottom: 1px !important;
}

.product_name {
    position: relative;
    top: 10px;
}

.product_name h4 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    padding-right: 5px;
    margin-top: 3px !important;
    margin-bottom: 5px;
    font-family: "Interstate Compressed";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.powershell-content h6 {
    font-size: 18px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    font-family: "Interstate Compressed";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.powershell-content p {
    color: #0094d8;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.traingle button {
    display: none;
    position: relative;
    top: -8px;
    padding: 10px 15px 10px 15px;
    border: none;
    background: #ffdc00;
    font-weight: bold;
    font-family: 'Interstate';
    font-size: 14px;
}

.traingle:hover button {
    display: inline-block;
}

.product_flex .traingle:not(:hover)::before {
    content: '';
}

hr {
    margin-top: 20px;
    margin-bottom: 0px !important;
    border: 0;
    border-top: 10px solid #ffdc00;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex h3 {
    margin: 0px;
    background: #0094d8;
    padding: 8px;
    color: #fff;
    position: relative;
    bottom: 26px;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Interstate';
}

.flex h4 {
    margin: 0px;
    background: #000000;
    padding: 8px;
    color: #fff;
    position: relative;
    bottom: 26px;
    font-size: 25px;
    text-transform: uppercase;
}

.pad {
    background: #4f5459;
    padding-top: 5%;
    padding-bottom: 5%;
}

.flex p {
    margin-top: 10px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

.sub_flex p {
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
}

.img_bg {
    background-color: #fff;
}

/*  product section */


/* result page  */

.pad_top {
    padding-top: 5%;
}

.search_result .product_search_right {
    padding-right: 10%;
}

.search_result_banner {
    background: url(../assets/banner.png);
    height: 385px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.input_result {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.m_top {
    margin-top: 20px;
}

.result_searching {
    margin-top: -37px;
}

.result_searching h5 {
    font-size: 28px;
    background: #0194d9;
    display: inline-flex;
    padding: 11px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-left: 3%;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-family: "Interstate Compressed";
}

.result_searching p {
    margin-left: 20%;
    margin-bottom: 0px !important;
    margin-top: -20px;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #fddc02;
    font-weight: bold;
    font-family: "Interstate Compressed";
}

.result_searching i {
    color: #fff;
}

.car_search_result {
    background-color: #1a2127;
}

.search-banner {
    position: relative;
    border-bottom: 10px solid #fddc02;
    z-index: 1;
}

.result_pad {
    padding: 19px;
}

.result_pad .dropdowns select {
    background-color: #f0f0f0;
}

.result_ans p {
    padding-left: 4%;
    padding-top: 13px;
    font-size: 14px;
    color: #fff;
}

.result_ans span {
    color: #ffdc00;
}

.main_product {
    display: flex;
}

.main_product img {
    width: 57px;
    /* background: #c8c8c9; */
}

.product_image {
    display: flex;
    width: 25%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
    background: #ebebec;
    padding: 8px;
}

.product_details h4 {
    font-size: 21px;
    color: #00b9f2;
    font-family: "Interstate Compressed";
}

.product_button button {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 12px;
    width: 125px;
    border: none;
    padding-right: 12px;
    background-color: #fddc02;
    color: #2c2e36;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Interstate Compressed";
}

.product_line {
    margin-top: 20px;
    margin-bottom: 20px !important;
    border-top: 2px solid #000000;
}

.read_more button {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 12px;
    border: none;
    padding-right: 12px;
    background-color: #fddc02;
    color: #2c2e36;
    font-size: 24px;
}

.read_more_line {
    margin-top: 30px;
    margin-bottom: 50px !important;
    border-top: 1px solid #000000;
}

.accordion-toggle:after {
    font-family: FontAwesome;
    content: "\f068";
    float: right;
    font-size: 10px;
    font-weight: 500;
    padding: 1px 3px;
    color: #696868;
    line-height: 2;
}

.accordion-toggle.collapsed:after {
    content: "\f067";
}

.panel-title {
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 700;
    font-family: "Interstate Compressed";
}

.panel-body p {
    border-bottom: 1px solid #a09b9b;
    padding-bottom: 7px;
    color: #000;
    padding-left: 20px;
    font-size: 14px;
}

.panel-body a {
    color: #000;
    text-decoration: none !important;
    cursor: pointer;
}

.panel-body a:hover {
    color: #0194d9;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\f0d7" !important;
    ;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    background: #e7e7e8 !important;
}

.apa-select-wrapper:before {
    content: "\f0d7";
    font-family: "FontAwesome";
    position: absolute;
    color: #000000;
    top: 6px;
    font-size: 20px;
    padding: 0px;
    right: 25px;
    z-index: 999;
}

.accordion-toggle:after {
    font-family: FontAwesome;
    content: "\f0d8" !important;
    float: right;
    font-size: 14px;
    font-weight: 500;
    padding: 1px 3px;
    color: #696868;
    line-height: 1;
}

.clear_all {
    margin-top: 15px;
}

.clear_all button {
    width: 71%;
    padding: 7px;
    background: #ebebec;
    border: 1px solid #000;
    border-radius: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Interstate Compressed";
}

.sience {
    margin-top: 10%;
}

/*  result end  */

/*  Product Details end  */
.panel-group {
    background: #ebebec !important;
    padding: 8px;
}

.panel-default>.panel-heading {
    background-color: #ebebec !important;
}

.product-w-100 {
    display: flex;
}

.product-w-60 {
    width: 60%;
}

.product-w-40 {
    width: 40%;
    padding-top: 10px;
}

.button-1 {
    padding: 5px 20px;
    border: none;
    background-color: #0094d8;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    width: 40%;
    font-family: "Interstate Compressed";
}

.button-2 {
    padding: 5px 20px;
    border: none;
    border: 1px solid #0094d8;
    margin-bottom: 10px;
    color: #000000;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: 30%;
    font-family: "Interstate Compressed";
}

.cart_product_details strong {
    font-family: 'Interstate Bold';
}

.product-image-zoom {
    position: relative;
}

.product-image-zoom .image {
    position: absolute;
    width: 24px;
    z-index: 1;
    right: 19px;
    bottom: 15px;
}

.product-buttons {
    display: flex;
    flex-direction: column;
}

.cart_product_name {
    display: inline-block;
}

.product-details-cartpage {
    padding-top: 15px;
}

.product-details-cartpage p {
    font-size: 15px !important;
    font-family: 'Interstate Light';
}

.product-details-cartpage p:nth-child(even) {
    background-color: #f6f6f7 !important;
}

.cart_product_name h4 {
    font-size: 28px;
    background: #0094d8;
    padding: 5px 9px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: "Interstate Compressed";
}

.cart_product_details {
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.cart_product_details p {
    margin: 0px;
    font-size: 14px;
    margin-bottom: 2px !important;
    color: #000;
    font-family: 'Interstate Light';
}

.cart_product_details-left {
    flex: 1;
}

.cart_product_details-right {
    flex: 1;
}

.description {
    display: flex;
    align-items: baseline;
}

.description_title {
    display: inline-block;
}

.description_title h4 {
    margin-top: 0px;
    font-size: 19px;
    background: #0094d8;
    padding: 10px 9px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-family: "Interstate Compressed";
}

.des-details {
    position: relative;
    top: 12px;
}

.des-details p {
    margin-left: 14px;
    font-size: 17px;
}

.des-hr {
    margin-top: 20px;
    margin-bottom: 0px !important;
    border: 0;
    border-top: 1px solid #000000;
}

.video-download {
    padding-top: 20px;
    display: flex;
    justify-content: flex-start;
}

.video-tag h5 {
    font-family: 'Interstate bold';
}

.download-tag h5 {
    font-family: 'Interstate bold';
}

.download-tag p {
    font-family: 'Interstate bold';
    font-size: 13px;
}

.video {
    width: 51%;
}

.download {
    margin-left: auto;
    width: 43%;
}

.download p {
    color: #0094d8;

}

.download p i {
    color: #000;
}

.featured {
    width: 82%;
    cursor: pointer;

}

.thumbnail {
    object-fit: cover;
    height: 200px;
    cursor: pointer;
    margin: 5px;
    border: none !important;
    box-shadow: none !important;
    background-color: #ebecee !important;
}

.thumbnail:hover {
    opacity: 1;
}

.cart-tab h5 {
    font-size: 18px;
    font-family: 'Interstate bold';
}

.cart-tab p {
    font-size: 15px;
}

#slider .active {
    opacity: 1;
}

.image-size {
    width: 44%;
    position: relative;
    left: 85px;
}

.product_details_page hr {
    margin-top: 20px;
    /* margin-bottom: 20px !important; */
    border: 0;
    border-top: 1px solid #000000;
}

.product-img-bg {
    background-color: #ebecee;
    padding: 20px;
}

.search-banner {
    background: url(../assets/product-banner.png);
    height: 385px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-layer {
    height: -webkit-fill-available;
    background-color: #03040678;

}

.search-grid-banner {
    background: url(../assets/product-grid-banner.png);
    height: 385px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-bottom: 10px solid #fddc02;
    z-index: 1;
}

.product-result-w100 {
    width: 100%;
    display: block;
    padding-left: 15px;
}

.cart-product-top-head {
    display: flex;
    justify-content: space-between;
}

.product-result-w40 {
    width: 20%;
}

.nav-tabs {
    border: none !important;
}

.nav-tabs .active a {
    font-size: 19px;
    background: #0094d8 !important;
    border: none !important;
    border-radius: 0px;
    color: #fff !important;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-family: "Interstate Compressed";
}

.nav-tabs a {
    font-size: 19px;
    background: #000000 !important;
    border: none !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-family: "Interstate Compressed";
}

.product-details-cartpage strong {
    font-family: 'Interstate Bold';
}

.product-table th {
    width: 50%;
    font-size: 17px;
    border: 2px solid #f6f6f7;
}

.product-table tr {
    width: 50%;
    font-size: 17px;
    border: 2px solid #f6f6f7;
}

.table>thead>tr>th {
    border-bottom: 2px solid #f6f6f7;
}

#Specifications h5 {
    font-size: 18px;
}

#Specifications p {
    font-size: 16px;
}

/*  Product Details end  */

/* slick slider */

.slick-list {
    max-width: 700px;
    margin: 0 auto;
}

.slick-list .slick-slide {
    padding: 0px 10px 0px 0px;
    line-height: 2;
}

.bottom-img-bg {
    background-color: #ebecee !important;
    margin-top: 5px;
    margin-left: 10px;
}

.img-width {
    padding: 10px;
}

.slick-arrow {
    z-index: 1;
    width: 40px;
    height: 40px;
    display: none !important;
}

.slick-arrow:before {
    font-size: 30px;
}

.slick-next {
    right: 15px !important;
}

.slick-prev {
    left: 15px !important;
}

.slick-next:before,
.slick-prev:before {
    color: #fff;
    font-size: 16px !important;
    background: #323e48;
    padding: 6px;
    border-radius: 33px;
}

.btn-wrap {
    text-align: center;
    width: 100%;
}

/* slick slider */

.login-container .card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;
    margin-top: 8%;
    margin-left: 18%;
}

.bg-color {
    background-color: #323e48;
    height: 480px;
}

.logo-flex {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    margin: auto;
}

.login-form {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
    margin-top: 30%;
}

.login-form input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
}

.login-form button {
    border-radius: 20px;
    border: 1px solid #323e48;
    background-color: #323e48;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    margin-top: 14px;
}

.login-container .angles img {
    height: 30%;
    width: auto;
    position: relative;
    top: 72%;
}

.login-container .angles {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

/* login */


/* utv page */

.utv {
    background: linear-gradient(#1e242a, #1a2127);
}

.search_result_banner_utv {
    background: url(../assets/utv/banner.png);
    height: 385px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.utv .result_searching p {
    margin-left: 20%;
    margin-bottom: 0px !important;
    margin-top: -20px;
    font-size: 19px;
    color: #fddc02;
}

.utv .search-banner {
    position: relative;
    border-bottom: 4px solid #fddc02;
    z-index: 1;
}

.utv .result_pad {
    position: relative;
    border-bottom: 10px solid #fddc02;
    z-index: 1;
}

.utv_bg_img {
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.utv_bg_img img {
    height: 100%;
    float: right;
    padding-right: 50px;
}

.utv_tag h5 {
    background: #0194d9;
    display: inline-block;
    padding: 12px 21px 12px 30px;
    font-size: 23px;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-family: "Interstate Compressed";
}

.banner-content h3 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Interstate BlackCond';
}

.banner-content h6 {
    color: #fff;
    font-size: 16px;
    font-family: 'Interstate BlackCond';
}

.banner-content p {
    color: #fff;
    font-size: 13px;
    width: 55%;
    letter-spacing: 0.5px;
}

.utv-img-pd {
    padding-bottom: 150px;
}

.keep-it-control {
    border-bottom: 4px solid #fddc02;
}

.zone-control {
    border-top: 4px solid #fddc02;
}

.zone-control-inner {
    position: relative;
    margin-top: -70px;
}

.zone-content {
    position: relative;
    padding-top: 77px;
    padding-left: 26px;
}

.zone-content h5 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Interstate BlackCond';
    margin-bottom: 20px;
}

.zone-content p {
    color: #fff;
    font-size: 14px;
    width: 87%;
    letter-spacing: 0.5px;
}

.zone-content ul li {
    color: #fff;
    font-size: 15px;
    padding-bottom: 5px;
}

.banner-sub-img {
    padding-top: 50px;
}

.keep-section {
    padding-bottom: 50px;
}

.zone-img1 {
    position: relative;
    margin-bottom: -44px;
}

.find-product {
    position: relative;
    top: 22px;
}

.find-product button {
    font-size: 19px;
    padding: 7px 33px;
    background: #fddc02;
    border: none;
    font-family: "Interstate Compressed";
}

.find-product button i {
    font-size: 16px;
}

.login-main .modal-dialog-centered {
    display: flex;
    align-items: center;
}

/* utv page end */

/* login popup */
.login-main .modal-dialog {
    width: 800PX;
}

.login-main .modal-header {
    background: #1a2127;
    border: none;
    padding: 23px;
}

.popup-log {
    width: 42%;
}

.close {
    font-family: initial;
    color: #fff;
    opacity: 1;
    font-size: 15px;
    position: relative;
    top: -12px;
    right: -12px;
    border: 1px solid !important;
    padding: 3px !important;
}

.login-main .modal-body {
    background: #283343;
    padding: 30px !important;
}

.account-login .login {
    background: #0094d8;
    display: inline-block;
    padding: 6px 18px;
    color: #fff;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.login h3 {
    margin: 0px !important;
    font-family: "Interstate Compressed";
    font-size: 23px;
}

.login-details p {
    color: #fff;
    margin-top: 20px;
    font-size: 17px;
    margin-bottom: 20px;
}

.login-input {
    display: flex;
    flex-direction: column;
}

.login-input input {
    width: 100%;
    margin-bottom: 15px;
    padding: 6px;
    background: #f0f0f0;
    border: none;
    color: #000;
    font-size: 15px;
}

.show-password {
    display: flex;
    justify-content: flex-start;
    padding-top: 10px;
}

.show-password .password {
    color: #fff;
    top: -1px;
    font-size: 13px;
    position: relative;
    padding-right: 10px;
    padding-left: 5px;
}

.required p {
    letter-spacing: 0.4px;
    color: #e52c1a;
    font-size: 13px;
    padding-right: 10px;
    text-decoration: underline;
}

.login-button .button {
    text-transform: uppercase;
    padding: 4px 42px;
    background: #fedc00;
    border: none;
    font-size: 18px;
    margin-top: -8px;
    font-family: "Interstate Compressed";
}

.forget p {
    color: #fff;
    text-decoration: underline;
}

.customer {
    margin-top: 55px;
    border-left: 1px solid #fff;
}

.customer-liner {
    padding-left: 26px;
}

.customer h5 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
    font-family: "Interstate Compressed";
}

.customer p {
    margin-bottom: 59px;
    color: #fff;
}

.craete-account {
    margin-top: 43px;
}

.craete-account button {
    padding: 4px 42px;
    background-color: #0094d8;
    border: none;
    font-size: 17px;
    color: #fff;
    font-family: "Interstate Compressed";
}

.dark-light {
    cursor: pointer;
}

.close:focus,
.close:hover {
    color: #fff;
    opacity: 1;
}

/* login popup */


/* apparel_grid */

.product-main {
    text-align: center;
    /* margin-bottom:40px ; */
}

.product-img img {
    width: 50%;
}

.product-details h4 {
    color: #0194d9;
    font-size: 21px;
    font-family: "Interstate Compressed";
}

.product-details strong {
    font-family: 'Interstate Bold';
}

.product-details p {
    margin: 0px;
    font-size: 15px;
}

.product-button {
    margin-top: 7px;
}

.product-button button {
    border: none;
    padding: 7px 20px;
    background: #fddc02;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Interstate Compressed";
}

.apparel-accessories {
    background: linear-gradient(180deg, rgb(22, 22, 22) 0%, rgb(128 127 127) 50%, rgba(255, 255, 255, 1) 80%);
}

.apparel-grid hr {
    margin-bottom: 40px !important;
    border: 0;
    border-top: 2px solid #000000;
}

.apparel-gear h5 {
    position: absolute;
    background: #0194d9;
    display: inline-block;
    padding: 12px 21px 12px 30px;
    font-size: 27px;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Interstate Compressed";
}

.apparel-accessories h5 {
    padding: 29px 21px 0px 30px;
    font-size: 30px;
    margin-top: 0px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: 'Interstate BlackCond';
}

.apparel-accessories p {
    padding: 0px 30px;
    font-size: 17px;
    margin-top: 0px;
    color: #ffffff;
    margin-bottom: 0px;
}

.apparel-product {
    border: 10px solid #ffffff;
    border-image: linear-gradient(#ffffff, #e2e2e270, #ffffff00) 60;
    position: relative;
    padding-bottom: 50px;
    margin: 30px auto;
    max-width: 300px;
}

.apparel-product img {
    transform: scale(1.2);
}

.apparel-accessories-box {
    padding: 30px 0px;
}

.apparel-name {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -23px;
}

.apparel-name p {
    background-color: #ffdc00;
    padding: 5px 20px;
    color: #000;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Interstate Compressed';
}

.straw-hat-section {
    background-color: #1a2127;
    padding: 40px 0px;
    margin-top: 40px;
}

.bilstein-straw-hat {
    background-color: #1a2127;
    border-top: 5px solid #fddc02;
    color: #fff;
    position: relative;
}

.straw-hat-content {
    padding: 40px 0px;
}

.straw-hat-head {
    font-size: 40px;
    margin-bottom: 10px;
    font-family: 'Interstate BlackCond';
}

.straw-hat-content p {
    font-size: 14px;
    padding-bottom: 20px;
}

.straw-hat-content button {
    border: none;
    padding: 7px 20px;
    background: #fddc02;
    color: #000;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Interstate Compressed";
}

.straw-hat-img {
    position: relative;
}

.straw-hat-img img {
    display: block;
    max-width: 100%;
    position: absolute;
    top: -130px;
    left: 0;
}

.bilstein-straw-hat:before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, #2a2a2a, white);
    top: 0;
    left: 0;
    width: 47%;
    height: 100%;
}

/* learn-btn */
.learn-btn {
    display: inline-block;
}

.product_details {
    position: relative;
}

.learn-btn {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
}

/* ad-slick */
.blistein-slider-section .slick-list {
    max-width: 100% !important;
}

.blistein-slider-section .slick-list .slick-slide {
    padding: 0px;
    margin: 0px;
}

.blistein-slider-section .slick-dots button {
    margin: 0;
    text-indent: -9999px;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.blistein-slider-section li {
    list-style: none;
    display: inline-block;
    background: #fff;
    color: #000;
    width: 40px;
    height: 6px;
    margin: 5px;
}

.blistein-slider-section li.slick-active {
    background: #000;
}

.blistein-slider-section ul.slick-dots {
    text-align: center;
    margin-top: -40px;
    position: relative;
}

.blistein-slider-section {
    position: relative;
    overflow: hidden;
    padding-top: 30px;
}

.blistein-slider-section button.slick-prev.slick-arrow {
    position: absolute;
    display: block !important;
    border-radius: 0px;
    left: 0 !important;
    top: 0 !important;
    transform: translate(0px);
    bottom: 0 !important;
    width: 58px;
    height: 103%;
    background: #0000004a;
    color: #fff;
    border: none;
}

.blistein-slider-section button.slick-next.slick-arrow {
    position: absolute;
    display: block !important;
    border-radius: 0px;
    right: 0 !important;
    top: 0 !important;
    transform: translate(0px);
    bottom: 0 !important;
    width: 58px;
    height: 103%;
    background: #0000004a;
    color: #fff;
    border: none;
}

.blistein-slider-section .slick-arrow i {
    font-size: 20px;
}

/* tiles popup responsive 1000px */
.col-img {
    padding-bottom: 20px;
}

.tiles-flex {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-evenly; */
}

.race-type {
    padding-bottom: 10px;
}

.race-type h3 {
    text-transform: uppercase;
    border-bottom: 2px solid #0094d8;
}

.race-img {
    margin-right: 20px;
}

.race-img img {
    width: 220px;
    height: 106px;
}

/* tiles popup responsive 1000px */


/* media query */

@media (min-width: 768px) {
    .path-container-width .container {
        width: 768px;
    }
}

@media (min-width: 992px) {
    .path-container-width .container {
        width: 768px;
    }
}

@media (min-width: 1200px) {
    .path-container-width .container {
        width: 1000px;
    }
}

@media (max-width: 1515px) {
    .menu {
        margin-right: 0%;
    }

    .nav-links li a {
        font-size: 15px;
    }

    .product_search_right h4 {
        font-size: 20px;
    }

    .product_search h4 {
        font-size: 26px;
    }

    .banner {
        height: 700px;
    }
}

@media (max-width: 1250px) {
    .slick-next {
        margin-right: 0%;
    }

    .nav-links li a {
        font-size: 12px;
    }

    .part_number input {
        width: 55%;
    }

    .universal input {
        width: 54%;
    }

    .dropdown-flex select {
        width: 48.5%;
    }

    .product_search_right .card {
        padding: 16px;
        width: 88%;
    }

    .banner {
        height: 700px;
    }
}

@media (max-width: 1200px) {
    .nav-bar .nav-links li {
        padding: 0 22px;
    }

    section.footer footer .angles {
        width: auto;
    }

    .login-container .card {
        margin-left: 10% !important;
    }

    section.footer footer .menu-item {
        padding-left: 0px;
    }

    .straw-hat-img img {
        margin: 0 auto;
        position: static;
    }

    .bilstein-straw-hat:before {
        display: none;
    }

    .straw-hat-content {
        padding-top: 0px;
    }

    section.footer footer ul {
        display: grid;
        justify-content: end;

    }
}

@media screen and (max-width: 991px) {
    .find-product {
        top: 0px;
    }

    .blistein-slider-section button.slick-prev.slick-arrow {
        height: 117% !important;
    }

    .blistein-slider-section button.slick-next.slick-arrow {
        height: 117% !important;
    }

    .product-main {
        margin-bottom: 40px;
    }

    .main_product {
        display: flex;
        flex-direction: column;
    }

    .learn-btn {
        display: inline-block;
        position: static;
        margin-top: 10px;
    }

    .product_image {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}

@media screen and (min-device-width: 991px) and (max-device-width: 1200px) {
    .find-product {
        top: 23px;
    }

    .button-1 {
        width: 60%;
    }

    .cart_product_name h4 {
        font-size: 23px;
    }

    .img-width {
        padding: 0px;
    }

    .thumbnail {
        margin: 0px;
    }

    .slick-list .slick-slide {
        padding: 0px 2px 0px 0px;
    }

    .image-size {
        left: 44px;
    }

    .topnav {
        position: relative;
    }

    .topnav #myLinks {
        display: none;
    }

    .flex-menu a {
        color: white;
        text-decoration: none;
        font-size: 23px;
        display: block;
    }

    .flex-menu a.icon {
        display: block;
        text-align: end;
    }

    .flex-footer-logo {
        width: 50%;
    }

    .flex-menu {
        width: 50%;
    }

    .footer-flex {
        justify-content: normal;
    }
}

@media only screen and (max-width: 900px) {
    .footer_logo {
        width: 200px;
    }

    section.footer footer .footer_logo {
        margin-bottom: 40px;
        display: block;
    }

    .result_searching p {
        margin-top: 0px !important;
    }

    .desktop-logo {
        width: 120px !important;
    }

    .nav-links li a {
        padding-left: 0px !important;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .nav-links li a {
        font-size: 13px;
        letter-spacing: 0px;
    }

    .menu {
        margin-right: 0% !important;
    }

    .product_search h4 {
        font-size: 24px;
    }

    .product_search_right h4 {
        font-size: 19px;
    }

    .universal_product {
        margin-top: 0%;
    }

    .car_types .col-md-3 {
        margin-top: 10%;
    }

    .banner {
        height: 700px;
    }

    .result_searching p {
        margin-top: 0px !important;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .login-container .card {
        margin-left: 21% !important;
        max-width: 65% !important;
    }

    .login-col {
        margin-top: 2% !important;
    }

    .login-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .login-form {
        margin-top: 10%;
    }

    .desktop-logo {
        width: 120px !important;
    }

    section.footer footer .menu-item {
        padding: 0;
        margin-bottom: 10px;
    }

    .card-box {
        margin: 10px;
        max-width: 308px;
    }
}

@media (max-width: 790px) {
    .nav-links li a {
        font-size: 10px;
        letter-spacing: 0px;
    }

    nav .nav-bar .sidebarOpen {
        display: block;
    }

    .desktop-logo {
        display: none;
    }

    .menu {
        position: fixed;
        height: 100%;
        width: 250px;
        left: -100%;
        top: 0;
        margin-right: 0%;
        padding: 20px;
        background-color: #1a2127;
        z-index: 100;
        transition: all 0.4s ease;
    }

    nav.active .menu {
        left: -0%;
    }

    nav.active .nav-bar .navLogo a {
        opacity: 0;
        transition: all 0.3s ease;
    }

    .menu .logo-toggle {
        display: block;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .logo-toggle .siderbarClose {
        color: #fff;
        font-size: 24px;
        cursor: pointer;
    }

    .nav-bar .nav-links {
        flex-direction: column;
        padding-top: 30px;
        padding-left: 0px;
    }

    .nav-links li a {
        display: block;
        margin-top: 20px;
        color: #fff;
        font-size: 14px;
    }

    .product_search .card {
        width: 97%;
    }

    .universal_product {
        margin-top: 0%;
    }

    .product_search_right .card p {
        font-size: 13px;
    }

    .product_search .card {
        border: 1px solid #fff;
        padding: 25px;
    }

    .car_types .col-md-3 {
        margin-top: 10%;
    }

    .banner {
        height: 700px;
    }

    .result_searching p {
        margin-top: 0px !important;
    }

    .input_result [class*="col-"] {
        width: 50%;
        margin-top: 3%;
    }
}

@media screen and (max-width: 630px) {
    .product-w-100 {
        display: block;
    }

    .cart_product_details {
        display: block;
    }

    .product-w-60 {
        width: 100%;
    }

    .product-w-40 {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .dropdowns select {
        width: 98%;
    }

    .dropdown-flex select {
        width: 48.6%;
    }

    .product_search button {
        right: 54px;
    }

    .product_search h4 {
        width: 75%;
    }

    .universal_product {
        margin-top: 0%;
    }

    .banner {
        height: 700px;
    }

    section.footer footer .menu-item {
        width: 100%;
    }

    section.footer footer {
        padding-top: 40px;
    }

    section.footer footer .footer_logo {
        display: block;
    }

    .footer_logo {
        width: 200px;
    }

    .result_searching p {
        margin-top: 0px !important;
    }

    .desktop-logo {
        width: 120px !important;
    }

    .nav-links li a {
        padding-left: 0px !important;
    }

    .product_search h4 {
        font-size: 21px;
    }

    .product_search_right h4 {
        font-size: 13px;
    }

    .product_search_right .card {
        width: 93%;
        padding: 19px;
        margin-left: 8%;
        margin-top: -20px;
    }

    .product_search_right .card p {
        font-size: 12px;
    }

    .part_number input {
        width: 56%;
    }

    .universal_product {
        margin-top: 0%;
    }

    .universal input {
        width: 57%;
    }

    .mb-10 {
        margin-top: 0%;
    }

    .mobile-gap {
        margin-top: 10%;
    }

    .car_types .col-md-3 {
        margin-top: 10%;
    }

    .banner {
        height: 700px;
    }

    .result_searching p {
        margin-top: 0px !important;
    }

    .input_result [class*="col-"] {
        width: 50%;
        margin-top: 3%;
    }

    .card-box {
        margin: 10px;
        max-width: 400px;
    }
}

@media screen and (min-device-width: 585px) and (max-device-width: 991px) {
    #slide-wrapper {
        max-width: 100% !important;
    }

    .image-size {
        width: 25% !important;
        position: relative;
        left: 34% !important;
    }

    .sience {
        margin-top: 0% !important;
    }
}

@media screen and (min-device-width: 577px) and (max-device-width: 767px) {
    .product_button {
        margin-left: auto !important;
        width: 21% !important;
        padding: 0px !important;
    }

    .product_details {
        width: 79% !important;
    }

    .img-display {
        overflow: hidden;
        padding-top: 20px;
        width: 28% !important;
        position: relative;
        left: 35% !important;
    }
}

@media screen and (min-device-width: 540px) and (max-device-width: 991px) {
    .zone-content {
        padding-top: 0px;
        padding-left: 0px;
    }

    .popup-logo {
        text-align: center;
    }

    .login-main .modal-dialog {
        width: 500px;
    }

    .show-password {
        display: flex;
        justify-content: space-between;
    }

    .required {
        display: none;
    }

    .customer {
        margin-top: 30px;
        border-top: 1px solid #fff;
        border-left: none;
    }

    .customer-liner {
        padding-left: 0px;
    }

    .customer h5 {
        margin-bottom: 0px;
    }

    .customer p {
        margin-bottom: 0px;
    }

    .craete-account {
        margin-top: 20px;
    }

    .topnav {
        position: relative;
    }

    .topnav #myLinks {
        display: none;
    }

    .flex-menu a {
        color: white;
        text-decoration: none;
        font-size: 23px;
        display: block;
    }

    .flex-menu a.icon {
        display: block;
        text-align: center;
    }

    .flex-footer-logo {
        width: 40%;
    }

    .flex-menu {
        width: 60%;
    }

    section.footer footer ul {
        display: grid;
        justify-content: center !important;
    }

    .footer-flex {
        justify-content: normal;
    }
}

@media screen and (min-device-width: 540px) and (max-device-width: 767px) {
    .login-container .card {
        margin-left: 21% !important;
        max-width: 65% !important;
    }

    .login-col {
        margin-top: 2% !important;
    }

    .login-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .login-form {
        margin-top: 10%;
    }

    section.footer footer .menu-item {
        width: 100% !important;
    }

    section.footer footer .menu-item {
        margin-bottom: 10px;
        text-align: end;
        padding: 0;
    }

    .social-media {
        position: relative;
        top: 100px !important;
    }

    .product_flex {
        display: flex;
        justify-content: center;
    }

}

@media screen and (min-device-width: 539px) and (max-device-width: 750px) {
    .tiles-flex {
        justify-content: space-evenly;
    }
}

@media (min-width: 576px) {
    .login-main .modal-dialog-centered {
        min-height: calc(100% -(1.75rem* 2));
    }
}

@media screen and (max-width: 539px) {
    .product-result-w100 {
        display: block !important;
    }

    .product_image {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 20px;
        width: 100% !important;
    }

    .main_product img {
        max-width: 100% !important;
        max-height: 100% !important;
    }

    .main_product img {
        max-width: 100% !important;
    }

    .main_product {
        display: block !important;
    }

    .product_button {
        width: 100% !important;
    }

    .product_details {
        width: 100% !important;
    }

    .description {
        display: block !important;
    }

    .des-details p {
        margin-left: 30px !important;
    }

    .des-details {
        top: 0px !important;
    }

    .video-download {
        display: block !important;
    }

    .video {
        width: 100% !important;
    }

    .download {
        width: 100% !important;
    }

    .img-display {
        overflow: hidden;
        padding-top: 20px;
        width: 31% !important;
        position: relative;
        left: 34% !important;
    }

    .image-size {
        width: 33% !important;
        position: relative;
        left: 33% !important;
    }

    .login-container .card {
        margin-left: 0% !important;
    }

    .login-col {
        margin-top: 2% !important;
    }

    .login-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .login-form {
        margin-top: 10%;
    }

    section.footer footer .menu-item {
        width: 100% !important;
    }

    .social-media {
        position: relative;
        top: 102px;
    }

    section.footer footer .menu-item {
        margin-bottom: 10px;
        text-align: left;
        padding: 0;
    }

    .footer-flex {
        display: block;
    }

    section.footer footer ul {
        display: grid;
        justify-content: flex-start !important;
    }

    #myLinks {
        display: block;
    }

    .banner-content {
        display: inline-block;
    }

    .utv_bg_img img {
        padding-right: 0px;
        height: 600px;
    }

    .banner-content p {
        width: 100%;
    }

    .zone-content {
        padding-top: 0px;
        padding-left: 0px;
    }

    .product_flex {
        display: flex;
        justify-content: center;
        bottom: 17px;
    }

    .login-main .modal-dialog {
        width: auto;
    }

    .required {
        display: none;
    }

    .customer {
        margin-top: 30px;
        border-top: 1px solid #fff;
        border-left: none;
    }

    .customer-liner {
        padding-left: 0px;
    }

    .customer h5 {
        margin-bottom: 0px;
    }

    .customer p {
        margin-bottom: 0px;
    }

    .craete-account {
        margin-top: 20px;
    }

    .show-password .password {
        color: #fff;
        top: -2px;
        font-size: 13px;
        position: relative;
        padding-right: 31px;
        padding-left: 0px;
    }

    .tiles-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 500px) {
    .product_search h4 {
        font-size: 21px;
    }

    .product_search_right h4 {
        font-size: 13px;
    }

    .product_search_right .card {
        width: 93%;
        padding: 19px;
        margin-left: 8%;
        margin-top: -20px;
    }

    .product_search_right .card p {
        font-size: 12px;
    }

    .part_number input {
        width: 55%;
    }

    .universal_product {
        margin-top: 0%;
    }

    .universal input {
        width: 56%;
    }

    .mb-10 {
        margin-top: 0%;
    }

    .mobile-gap {
        margin-top: 10%;
    }

    .car_types .col-md-3 {
        margin-top: 10%;
    }

    .banner {
        height: 700px;
    }

    .result_searching p {
        margin-top: 0px !important;
    }

    .input_result [class*="col-"] {
        width: 100%;
        margin-top: 3%;
    }
}

@media (max-width: 400px) {
    .product_search h4 {
        margin: 5px;
    }

    .product_search .card {
        padding: 12px !important;
    }

    .part_number input {
        width: 61%;
    }

    .part_number button {
        font-size: 13px;
    }

    .universal input {
        width: 61%;
    }

    .universal button {
        font-size: 13px;
    }
}

@media screen and (min-device-width: 300px) and (max-device-width: 991px) {
    .product_col {
        padding-top: 10%;
    }

    .sience {
        margin-top: 0% !important;
    }
}



/* media query */