﻿/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsansnarrow/v18/BngRUXNadjH0qYEzV7ab-oWlsbCLwR26eg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsansnarrow/v18/BngRUXNadjH0qYEzV7ab-oWlsbCCwR26eg.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsansnarrow/v18/BngRUXNadjH0qYEzV7ab-oWlsbCIwR26eg.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsansnarrow/v18/BngRUXNadjH0qYEzV7ab-oWlsbCGwR0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsansnarrow/v18/BngSUXNadjH0qYEzV7ab-oWlsbg95AiIW_3QRQ.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsansnarrow/v18/BngSUXNadjH0qYEzV7ab-oWlsbg95AiBW_3QRQ.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsansnarrow/v18/BngSUXNadjH0qYEzV7ab-oWlsbg95AiLW_3QRQ.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsansnarrow/v18/BngSUXNadjH0qYEzV7ab-oWlsbg95AiFW_0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.search-result-section {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px !important;
}

    .search-result-section ul, .search-result-section ol {
        list-style: none;
        padding: 0;
    }

.lblSearchedVINNumber {
    font-size: 22px;
    color: #000;
    margin: 0;
    padding-left: 20px;
    vertical-align: top
}

.product-sidebar {
    float: left;
    width: 16%;
    margin-right: 15px;
    box-shadow: 0 0 5px rgb(0 0 0 / 55%);
}

.product-content {
    width: 82%;
    float: left;
    background: #fff;
    border-radius: 5px;
    
}

.product-content-full {
    width: 96%;
}

.filter-section {
    background: #008081;
    padding: 5px 10px;
    color: #fff;
    font-size: 20px;
}

.filter-left-text {
    text-align: left;
    display: inline-block;
    width: 85%;
}

.filter-right-text {
    text-align: center;
    display: inline-block;
    width: 10%;
    cursor: pointer;
}

.filter-right-text-small {
    display: none;
}

.filter-sidebar-hide {
    margin-left: -100%;
    display: none;
    margin-right: 0;
    width: 0;
}

.filter-left-hide {
    background: #008081;
    padding: 10px;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    float: left;
}

.search-result-section .tree-listing {
    padding: 10px;
    margin-bottom:0;
}

.search-result-section .listing-style-group {
    padding-left: 20px;
}

.listing-style-group {
    margin-block: 0;
}

    .listing-style-group li a {
        color: #000;
        font-weight: 500;
        font-family: Roboto;
    }
.bull {
    padding-right: 5px;
    vertical-align: middle;
    font-size:20px;
}
.level-last li a {
    font-weight: 400;
    vertical-align:middle;
}

.listing-style-group li {
    margin-bottom: 0px;
}

.tree-listing li ul {
    margin-bottom: 0px;
}

.search-result-section .listing-style-group li ul {
    padding-left: 20px;
}

.tree-listing li {
    position: relative;
}

.assc-icon {
    padding-right: 5px;
}

/*    .assc-icon.plus:after {
        content: '\f196';
        font-size: 16px;
        font-family: "FontAwesome";
    }


    .assc-icon.minus:after {
        content: '\f147';
        font-size: 16px;
        font-family: "FontAwesome";
    }*/

.widget-list {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
}

    .widget-list h3 {
        padding: 8px 5px;
        color: #fff;
        background: #413f3f;
        font-family: Roboto;
        font-weight: 600;
        font-size: 14px;
        display: block;
        position: relative;
        margin-bottom: 0;
        margin-top: 5px;
    }

.utility-list {
    padding-left: 8px;
    position: relative;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    background: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 10px;
}

.utility-box:hover {
    box-shadow: 0 0 20px #bdbbbb;
}

.utility-list-box {
    max-height: 155px;
    overflow: auto;
    display: block;
}

.widget-list ul li:last-child {
    border-bottom: 0px solid transparent;
}

.widget-list ul li a {
    color: #212121;
    display: block;
    position: relative;
    outline: 0;
    padding: 4px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
    font-family: Roboto, sans-serif;
}

    .widget-list ul li a:hover {
        text-decoration: none;
        color: #c6232d;
    }

.widget-list-checkbox p {
    color: #000;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 8px;
    font-family: Roboto, sans-serif;
}

.custom-checkbox {
    position: relative;
    display: block;
    min-height: 2.5rem;
    padding-left: 1.5rem;
    min-height: auto;
    margin-bottom: 2px;
}

.custom-control-label {
    margin-left: 8px;
    font-weight: 500;
    vertical-align: middle;
}

.TblContent {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.table-result-section {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    /*max-height: 600px;*/
/*    overflow-y: auto;*/
}

.table-design {
    font-family: Roboto, sans-serif;
    width: 100%;
}

    .table-design tr th {
        background: #3f3f3f;
        color: #fff;
        padding: 10px;
        border-bottom: 1px solid #616060;
        border-right: 1px solid #616060;
    }

    .option-popup-table tr td, .table-design tr td {
        padding: 8px;
    }

.table-img {
    width: 110px;
}

.table-design tbody:nth-child(odd) {
    background-color: #f5f5f5;
}
th.des-head {
    width: 130px;
}
.type-head {
    width: 120px;
}
.freight-head {
    width: 120px;
}

.pagination-container {
    float: right;
}
.pagination-container-btm{
    float:right;
}

.product-breadcrumb {
    float: left;
    background: #e7e7e7;
    display: inline-block;
    padding: 8px !important;
    margin-bottom: 0;
    list-style: none;
    border-radius: 0;
}

    .product-breadcrumb > li {
        display: inline-block;
    }

        .product-breadcrumb > li a {
            color: #000;
            font-size: 15px;
        }

        .product-breadcrumb > li + li:before {
            padding: 0 5px;
            color: #008081;
            content: "\f101";
            font-family: "FontAwesome";
        }

.select-form {
    display: block;
    position: relative;
    padding: 5px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #b5b5b5;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.qty-form {
    display: block;
    width: 40px;
    position: relative;
    padding: 5px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #b5b5b5;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 4px;
}

.warranty-icons {
    width: 12px;
}

.add-to-cart-button {
    width: 114px;
    display: inline-block;
    border-radius: 20px;
    color: #fff;
    text-align: right;
    padding: 3px 10px 3px 30px;
    position: relative;
    background: rgb(0,128,129);
    background: linear-gradient(0deg, rgba(0,64,65,1) 0%, rgba(0,128,129,1) 100%);
    cursor: pointer;
}

.in-cart-span {
    width: 95px;
    text-align: center
}

.add-to-cart-icons {
    width: 30px;
    height: 30px;
    background: #008081;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: -2px;
    background: rgb(0,128,129);
    background: linear-gradient(0deg, rgba(0,64,65,1) 0%, rgba(0,128,129,1) 100%);
}

    .add-to-cart-icons img {
        width: 18px;
    }

.option-img {
    width: 35px;
}

.callto-button {
    width: 135px;
    display: inline-block;
    background: #008081;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    padding: 5px 10px 5px 10px;
    position: relative;
    background: rgb(0,128,129);
    background: linear-gradient(0deg, rgba(0,64,65,1) 0%, rgba(0,128,129,1) 100%);
}

.callto-icons {
    width: 40px;
    height: 40px;
    background: #008081;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
    position: absolute;
    left: -9px;
    top: 4px;
}

    .callto-icons img {
        width: 23px;
    }

.option-sec {
    position: relative;
}

    .option-sec:hover .option-popup {
        display: block;
    }

.option-popup {
    display: none;
    position: absolute;
    top: -387%;
    left: 132px;
    background: #fff;
    width: 300px;
    box-shadow: 0 0 5px rgb(0 0 0 / 52%);
    padding: 9px;
    z-index: 9;
}

    .option-popup:before {
        content: " ";
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -10px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent #008081 transparent transparent;
    }


.option-popup-table {
    width: 100%;
}

.option-popup-table tr th {
    /* background: #008081;*/
    color:#333333;
    padding: 10px;
   /* border-bottom: 1px solid #616060;
    border-right: 1px solid #616060*/
}

.note {
    color: #c6232d;
}

/*Added by Nayan K on 23/05/2022  //START */   
.desc-pos {
    position: relative;
}

    .desc-pos:hover .desc-popup {
        display: block;
    }
/*
     //Before changes
.desc-popup {
    display: none;
    position: absolute;
    top: 79px;
    left: 10%;
    background: #fff;
    width: 200px;
    box-shadow: 0 0 5px rgb(0 0 0 / 52%);
    padding: 9px;
    z-index: 9;
    color: #000;
    width: 25%;
}
*/

.desc-popup {
    display: none;
    position: absolute;
    top: 100%;
    left: -70%;
    background: #fff;
    width: 200px;
    box-shadow: 0 0 5px rgb(0 0 0 / 52%);
    padding: 9px;
    z-index: 9;
    color: #000;
    width: 300px;
}



    /* 
       //Before changes
       .desc-popup:before {
        content: " ";
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -10px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent #008081 transparent transparent;
    }*/

    .desc-popup:before {
        content: " ";
        position: absolute;
        bottom: 50%;
        bottom: 100%;
        left: 50%;
        margin-left: -10px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #008081 transparent;
    }

    /* END */

.warranty-pos {
    position: relative;
}

    .warranty-pos:hover .warranty-popup {
        display: block;
    }

.warranty-popup {
    display: none;
    position: absolute;
    top: 10px;
    left: 75%;
    background: #fff;
    width: 200px;
    box-shadow: 0 0 5px rgb(0 0 0 / 52%);
    padding: 9px;
    z-index: 9;
    color: #000;
}

    .warranty-popup:before {
        content: " ";
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -10px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent #008081 transparent transparent;
    }

.freight-pos {
    position: relative;
}

    .freight-pos:hover .freight-popup {
        display: block;
    }

.freight-popup {
    display: none;
    position: absolute;
    top: 10px;
    left: 50%;
    background: #fff;
    width: 200px;
    box-shadow: 0 0 5px rgb(0 0 0 / 52%);
    padding: 9px;
    z-index: 9;
    color: #000;
}

    .freight-popup:before {
        content: " ";
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -10px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent #008081 transparent transparent;
    }

.showing-result-sec {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 10px 0;
}

.showing-result-text {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    float: left;
    margin: 0;
}

.showing-result-dropdown {
    float: right;
}

.sort-by {
    display: inline-block;
}

    .sort-by label {
        color: #000;
        margin-right: 5px;
    }

.showing-result-sec select {
    padding: 3px;
}

.showing-page {
    display: inline-block;
    margin-right: 10px;
}

    .showing-page label {
        color: #000;
        margin-right: 5px;
        font-weight: 500;
        font-size: 16px;
    }

.data-selection {
    background: #f7f7f7;
    padding: 10px;
    position: relative;
    font-family: Roboto;
}

.data-selection h4{
    margin-top:0;
    text-align: center;
    color: #008081;
    font-weight: 600;
}

.clear-all {
    text-align: right;
    font-size: 12px;
    color: #f52d2d;
    font-weight: 600;
    display:block;
    cursor:pointer;
}
.clear-all:hover{
    color: #f52d2d;
}
.clear-all i{
    font-size: 10px;
}

.selections-list{
    margin-bottom:5px;
}



@media (max-width:991px) {
    .product-sidebar {
        width: 25%;
        margin-bottom:20px;
    }
}

@media (max-width:769px) {
    .product-sidebar {
        width: 100%;

    }
}


#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

    #myBtn:hover {
        background-color: #555; /* Add a dark-grey background on hover */
    }




.vin-lookup-div {
    float: right;
    position: relative;
    margin-right: 20px;
}
.vin-lookup-div-text {
    float: right;
    font-size: 15px;
    font-weight: 600;
    color: #007677;
}
.vin-lookup-popover {
    width: 600px;
    position: absolute;
    background: #fff;
    padding: 10px;
    z-index: 999;
    top: 150%;
    right: 0%;
    margin-left: -60px;
    display: none;
    box-shadow: 0 0 5px #ccc;
}
.vin-lookup-popover:after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 10%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #008081 transparent;
}
.vin-lookup-div:hover .vin-lookup-popover {
    display:block;
}
.vin-lookup-result-table {
    font-family: Roboto, sans-serif;
    width: 100%;
    background: #f3f3f3;
}

.vin-lookup-result-table tr th {
    background: #008081;
    color: #fff;
    padding: 5px 8px;
    border: 1px solid #ccc;
}
.vin-lookup-result-table_th {
    background: #008081;
    color: #fff;
    padding: 5px 8px;
    border: 1px solid #ccc;
}

.vin-lookup-result-table tr td {
    padding: 5px 8px;
    border: 1px solid #ccc;
}
.vin-lookup-result-table_td {
    padding: 5px 8px;
    border: 1px solid #ccc;
}
.Shows_result {
    font-family:'PT Sans Narrow',sans-serif !important;
    padding-bottom: 15px;
}

/* New CSS for Tealparts by Suriya */
.card {
    margin-bottom: 10px;
    position: relative;
   
    display: flex;
    
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    margin-top: 10px;
}

.card-body {
   
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    }
.product-item {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
}
.product-list {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    align-items: center;
}
.product-img, .product-list {
    display: flex;
    position: relative;
}
.product-img {
    vertical-align: middle;
    height: 120px;
    width: 110px;
    overflow: hidden;
    padding: 5px;
    display: -webkit-flex;
    align-items: center;
}
.product-img img {
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.search-result-section .product-content {
    width: 100%;
}
.product-content {
    position: relative;
    border-left: 1px solid #e0e0e0;
    display: flex;
    flex-direction: row;
    align-content: center;
        float: left;
    border-radius: 5px;
}
.product-content-inner-box {
 /*   width: 22%;*/
    width: 25%;
}
.product-content-inner-box, .product-content-installations-box, .product-installations-box {
    padding: 8px;
    border-right: 1px solid #ccc;
    vertical-align: top;
}
.product-sku {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    font-family: Rubik, sans-serif;
    margin-bottom: 10px;
    /*cursor: pointer;*/
    color: #108282;
    /*text-decoration: underline;*/
}
.product-dec {
    font-size: 13px;
}
.product-dec, .product-price {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 3px;
}
.product-dec span {
    font-weight: 700;
    font-size: 13px;
}
.Fitment-details {
    position: relative;
    color: #108282;
    text-decoration: underline;
}
.Fitment-details:hover .option-popup {
    display: block;
}
.product-content-installations-box {
  /*  width: 60%;*/
    width: 50%;
}
.product-content-installations-box .product-dec select {
    width: 71%;
    margin: 0;
    height: 28px;
}
.search-result-section, .select-form {
    font-size: 12px;
}
.select-form {
   
    position: relative;
    }
.qty-form, .select-form {
    padding: 5px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #b5b5b5;
}
input[type=search], input[type=text], select {
    font-weight: 400;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 1px solid #ced4da;
    padding: 4px;
    font-size: 14px;
   
    line-height: 1.5;
    color: #495057;
   
   
}
    .product-price-box {
    /*    width: 30%;*/
        width: 25%;
        display: flex;
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column;
    justify-content: center;
    }
    .product-price-table {
    margin-top: 5px;
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 5px;
    color: #212529;
}
    .product-price-table tr th {
            color: #000;
    font-weight: 500;
    font-size: 13px;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #eee;
    padding: .3rem;
    vertical-align: top;
    }
    .product-price-table tr td {
            color: #000;
    padding: .3rem;
    vertical-align: top;
    font-size: 13px;
    text-align: right;
    border: 0;
    border-bottom: 1px solid #eee;
    font-weight: 700;
    }
    .product-price-table .total-price {
            color: #108282;
    font-weight: 700;
    font-family: Teko, sans-serif;
    font-size: 16px;
    }

    .product-cart-sec {
    text-align: center;
    }

    .product-cart-sec .qty-input-box, .showing-page {
    display: inline-block;
    //margin-right: 10px;
    }
    .qty-form {
    width: 40px;
    box-sizing: border-box;
    margin: 0 auto 4px;
    }
    .add-to-cart-button, .qty-form {
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 15px;
    }
    .qty-form, .select-form {
       background-image: none;
    }
    .add-to-cart-button {
    border-radius: 4px;
    color: #fff;
    padding: 6px 20px;
    background: linear-gradient(0deg, #004041 0, #008081 100%);
    cursor: pointer;
    white-space: nowrap;
    font-weight: 500;
    z-index: 999;
    border: 1px solid #ccc;
    margin: 5px auto;
    }
.check-availability-box {
    width: 85%;
    height: 100%;
    margin: 0 auto;
}
.availability_search_center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 62px;
    padding-left: 24px;
}
    .availability_search {
            background: #008081;
    color: #fff;
    padding: 8px 15px;
    cursor: pointer;
    margin: 0 auto;
    font-size: 16px;
    }

    .float-right {
        float: right !important;
    }
.part-list-breadcrumbs-button {
    background-color: #108282;
    float: right;
    position: relative;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #ccc;
    line-height: 1.42857;
    font-family: Raleway, sans-serif;
    font-weight: 500;
    margin: 5px;
}
    .part-list-breadcrumbs-button, .product-cart-button {
            outline: 0;
    white-space: nowrap;
    z-index: 999;
    cursor: pointer;
    }

    /* Tree View Structure */
   

    .part-list-tree-box .part-list-breadcrumbs ul.product-breadcrumb {
        float: none !important;
    }
    

/* New Teaplarts design by Suriya - 04-09-2024 */
.vin-message {
    background-color: #DCFCE7;
    padding: 8px 4px;
}
.tick-circle {
    width: 20px;
    height: 20px;
}
.vin-fit-msg {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px !important;
}

.searching-msg {
    background-color: #f9f9f9;
    padding: 8px 10px;
}
.remove-vehicle-text {
    color: red;
    float: right;
    font-weight: bold;
    font-size: 10px;
}
.car-icon {
    float: right;
    width:21px;
    height: 21px;
}
p.vin-num {
    padding-bottom: 0;
}
.vin-grid-details p {
    padding: 0 !important;
    margin: 0 !important;
}
.vin-grid-details {
    background-color: #fff;
    padding: 12px 10px;
    border-bottom: 1px solid #ccc;
}
.vin-title {
    font-weight: bold;
}
.grey-color {
    color: #777676;
}

.product-content-installations-box .product-dec span:first-child {
    color: #108282;
}

.warranty-dec {
    display: inline-block;
    width: 60%;
}

.freight-dec {
    display: inline-block;
    width: 39%;
}

.desc-dec span, .warranty-dec span, .freight-dec span {
    padding-bottom: 5px;
    display: inline-block;
}

.add-to-cart-button#test-add-to-cart {
    display: block !important;
    text-align: left !important;
    margin: 0 !important;
    color: #108282;
    background: transparent;
    border: 1px solid #108282;
    text-transform: capitalize;
    border-radius: 0px !important;
    padding: 6px;
    width: 120px;
    margin: 10px auto !important;
}

.product-cart-sec .qty-input-box {
    //margin-top: 10px;
}

.info-img-icon {
    display: inline-block;
    padding-left: 10px;
    cursor: pointer;
}

.info-img-icon1 {
    display: inline-block;
    padding-left: 5px;
    padding-top: 10px;
    cursor: pointer;
}

/*tooltip on Search Results page */
.tooltip {
  position: relative;
  display: inline-block;
 
}

.tooltip .tooltiptext {
     visibility: hidden;
    width: 165px;
    background-color: #fff;
      box-shadow: 0 0 5px rgb(0 0 0 / 55%);
    color: #000;
padding: 5px;
    position: absolute;
    z-index: 1;
    top: 150%;
    right: 0;
        border: 1px solid #108282;
        border-radius: 5px;
}

.tooltip .tooltiptext::after {
  content: "";
    position: absolute;
    bottom: 100%;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #108282 transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* popup on clicking add to cart button*/
#popup-cart {
    position: absolute;
    top: 10%;
    left: 35%;
    box-shadow: rgba(62, 61, 61, 0.49) 0px 0px 5px;
    border: 1px solid rgb(204, 204, 204);
    padding: 40px 20px;
    border-radius: 4px;
    background: rgb(255, 255, 255);
    text-align: center;
    width: 375px;
    z-index: 99999;
    }
.popup-close-icon {
       float: right;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    background: #108282;
    border-radius: 50%;
    padding: 2px 10px;
}

.btn_white {
    background: #fff;
    color: #108282;
    border: 1px solid #108282;
    width: 145px;
}

.popup-cart-text {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}
.dis-inline-block {
    display: inline-block;
}

.backdrop {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 9999;
}

/* Top Sellers on Tree View */
.top-sellers-box {
    border: 1px solid #ccc;
    padding: 10px 15px;
    height: 120px;
    overflow-y: scroll;
}
.top-sellers-list {
    display: flex;
   /* justify-content: space-around; */
    flex-wrap: wrap;

}

.top-sellers-item {
    margin: 0 10px 5px 0;
    color: #fff;
    border: none;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 500;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    background-color: #108282;
    cursor: pointer;
}

/* buttons on tree view */
.btn-tree {
    height: 42px;
    padding: 0px 15px;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 4px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
}

.btn-red {
    background-color: red;
}
.ml-0 {
    margin-left: 0;
}
/* END -- New CSS for Tealparts by Suriya */

@media (max-width:991px) {
    .product-content{
        width:100%;
    }
}

@media (max-width:769px) {
    .vin-lookup-popover{
        width:500px;
    }
}
@media (max-width:500px) {
    .vin-lookup-popover {
        width: 100%;
    }
}

/* New Teaplarts design by Suriya - 04-09-2024 */

.vin-message {
    background-color: #DCFCE7;
    padding: 8px 4px;
}

.tick-circle {
    width: 20px;
    height: 20px;
}

.vin-fit-msg {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px !important;
}

.searching-msg {
    background-color: #f9f9f9;
    padding: 8px 10px;
}

.remove-vehicle-text {
    color: red;
    float: right;
    font-weight: bold;
    font-size: 10px;
}

.car-icon {
    float: right;
    width: 21px;
    height: 21px;
}

p.vin-num {
    padding-bottom: 0;
}

.vin-grid-details p {
    padding: 0 !important;
    margin: 0 !important;
}

.vin-grid-details {
    background-color: #fff;
    padding: 12px 10px;
    border-bottom: 1px solid #ccc;
}

.vin-title {
    font-weight: bold;
}

.grey-color {
    color: #777676;
}
/*.change-Parts:hover{
    color:#fff;
}*/
a.part-list-breadcrumbs-button:hover {
    color: #fff;
    text-decoration: none;
}
/* END -- New CSS for Tealparts by Suriya */

/*Design by pradep*/
.option-popup-table td span {
    display: inline-block !important;
    font-weight: 500 !important;
    margin: 0px !important;
}

.option-popup {
    top: -50px;
}

    .option-popup:before {
        top: 60px;
    }



.product-tab-btn .tab-btn .active {
    background: #008081;
    color: #fff;
}

img.no-found {
    width: 40px;
    height: 40px;
    flex: none;
}

.no-found-div {
    display: flex;
    align-items: center;
    padding: 15px;
    gap: 5px;
}


p.Txt_Msg.msg-box {
    position: relative;
    padding: 15px;
    padding-left: 65px;
    border: 1px solid #ccc;
    border-left: 5px solid #000;
    margin-top: 5px;
}

    p.Txt_Msg.msg-box:before {
        content: 'i';
        position: absolute;
        top: 50%;
        left: 16px;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        padding: 0px 0px;
        border: 2px solid #000;
        border-radius: 50%;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
    }

@media (min-width:1600px) {
    .float-right.btn_changeSelection {
        width: 73%;
        display: flex !important;
        justify-content: end;
    }
}
.search-filter-wrapper {
    overflow-y: auto;
    max-height: 450px;
}

.highlight-missing {
    border: 2px solid red;
    box-shadow: 0 0 5px red;
}



@media (max-width:991px) {
    .search-filter-wrapper {
        overflow-y: auto;
        max-height: 100%;
    }
}

/*19-june issue fix*/
.asse-group-tree li a {
    font-weight: 700;
    font-size: 14px;
    line-height: 2em;
    color: #000;
    text-decoration: none;
}
.part-list-tree-box {
    padding: 15px 20px;
}
ul#asse-group-cate {
    padding-left: 20px;
}
.asse-group-tree.tree-listing_ {
    background-color: #fff;
    box-shadow: 0 0 5px rgb(62 61 61 / 49%);
    margin-top: 15px;
    padding-left: 10px;
    padding-top: 15px;
}
.add-qoute-container .add-qoute-details {
    display: inline-block;
}

.addquote-main {
    display: inline-block;
    width: 78%;
}
.addquote-main .container {
    margin: 0px;
}
.addquote-main .float-right.btn_changeSelection {
    float: unset !important;
    margin-bottom: 10px;
}
@media (min-width:1200px) {
    .addquote-main .container {
        width: 100%;
        max-width: 1640px;
    }
}

/**/
.addquote-page.without-sidebar .addquote-sidebar {
    display: none;
}
.addquote-page.without-sidebar .addquote-main {
    max-width: 1200px;
    margin: 0 auto !important;
    display: block;
}
div#div_id_warranty .select2,
div_id_freight_price .select2 {
    display: block;
}
