/* header start */
.header-top {
    background: #EDEDED;
    padding: 11px 0 14px;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.logo {
    flex: none;
    width: 100px;
}

.logo img {
    width: 100%;
    display: block;
}

.select-wrap {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.select-wrap select {
    border: none;
    background-color: transparent;
    font-size: 12px !important;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    padding-left: 6px;
}

.select-wrap label {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    margin-right: -3px;
}

.bottom-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    position: relative;
}

.login-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.login-wrap a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}

.login-wrap .shopping-logo {
    background: #F47E20;
}

.search-mob i {
    background: url('../images/search.png') no-repeat center;
}

.login-wrap i {
    width: 38px;
    height: 38px;
}

.shopping-logo i {
    background: url('../images/shopping.png') no-repeat center;
    flex: none;
}

.login-logo i {
    background: url('../images/Person.png') no-repeat center;
}

#search {
    border-radius: 7px;
    border: 0.5px solid #F47E20;
    width: 100%;
    padding: 6px;
    color: #1E1E1E;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
}

.header-bottom {
    padding: 10px 0;
    border-bottom: 0.5px solid rgba(182, 182, 182, 0.20);
    background: #FFF;
}

.search-mob a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    border: 1px solid #F47E20;
}

.search-mob img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(46%) saturate(3559%) hue-rotate(346deg) brightness(98%) contrast(95%);
}

.search-wrap {
    display: none;
    width: 100%;
    position: absolute;
    top: 51px;
    left: 0;
}

#search::placeholder {
    color: #1E1E1E;
    opacity: 0.5;
    letter-spacing: 0;
}

/* header end */
/* login block start */
.input-wrap {
    padding: 0 3px;
}

.input-wrap .input-form {
    margin-bottom: 0;
    padding: 13px 26px 13px 13px;
}

.input-wrap .btn {
    font-size: 20px;
    border-radius: 10px;
}

.login-img {
    display: none;
}

.login-block {
    /* padding: 264px 0 256px 0; */
    padding: 170px 0 80px;
    display: flex;
    align-items: center;
}

.inner-block {
    max-width: 400px;
    border-radius: 20px;
    border: 1px solid #A1A1A1;
    margin: 0 auto;
    padding: 37px 16px;
}

.inner-block h3 {
    color: #000;
    font-family: 'Overpass', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-bottom: 40px;
}

.input-wrap input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #A1A1A1;
    color: #1E1E1E;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.56px;
    padding: 13px;
    margin-bottom: 20px;
}

.input-wrap input::placeholder {
    color: #818181;
}

.btn {
    display: block;
    max-width: 360px;
    padding: 10px 0;
    border-radius: 10px;
    background: #F47E20;
    color: #FFF;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-bottom: 10px !important;
    transition: all 0.5s;
}

.btn:hover {
    background-color: #fff;
    color: #F47E20;
    box-shadow: 0px 0px 0px 2px #F47E20;
}

.forget {
    display: block;
    color: #818181;
    text-align: end;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 21px;
    transition: all 0.5s;
}

.divide-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 21px;
}

.divide-wrap::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #CDCDCD;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.divide {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #818181;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
    border-radius: 15px;
    background: #FFF;
    width: 38px;
    height: 30px;
}

.browser-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 11px;
}

.browser-link a {
    display: block;
    min-width: 70px;
    padding: 5px 19px;
    border-radius: 10px;
    border: 0.5px solid #EBEBEB;
    transition: all 0.5s;
}

.browser-link a:hover {
    box-shadow: 0px 0px 1px 2px #dddada;
}

.sign-up {
    display: block;
    color: #000;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
    margin-bottom: 19px;
    transition: all 0.5s;
}

.learn-more:hover,
.forget:hover {
    color: #F47E20;
    text-decoration: underline;
}

.inner-block p {
    color: #818181;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.4px;
    padding: 0px 24px;
}

/* login block end */





.signup-block h3 {
    margin-bottom: 20px;
}

.signup-block p {
    margin-bottom: 30px;
    color: #000;
    padding: 0px 80px !important;
}

.signup-block p:last-child {
    margin-bottom: 0px;
    color: #818181;
    padding: 0px 42px !important;
}

.signup-block .sign-up {
    margin-bottom: 10px;
}

.exist-account {
    display: block;
    width: 100%;
    color: #A1A1A1;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.64px;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 1px #A1A1A1;
    padding: 12px;
    margin-bottom: 11px;
    transition: all 0.5s;
}

.exist-account:hover {
    box-shadow: 0px 0px 0px 1px #F47E20;
    color: #F47E20;
}

/* sign-up page */


/* .line-wrap {
    width: 36px;
    display: block;
    height: 36px;
    position: relative;
    background: url('../images/border-dashed.png');
    flex: none;
}

.line-wrap::after {
    content: '';
    position: absolute;
    bottom: 1px;
    right: -3px;
    display: block;
    width: 7px;
    height: 7px;
    background-color: #F47E20;
    background-image: url('../images/small-arrow.png');
    background-repeat: no-repeat;
    border-radius: 25px;
    background-position: 50%;
} */

.library-block {

    display: none;
}

.save-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.save-wrap:last-child {
    margin-bottom: 0px;
}

.save-wrap p {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* sign-up page */



/* Spare Parts block start */
.spare-part {
    padding-top: 140px;
}

.head-part h1 {
    color: #000;
    font-family: 'Overpass', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 18px;
}

.head-part p {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 18px;
}

.model-part {
    max-width: 750px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid #EDEDED;
    padding: 16px 10px;
}

.model-part>ul {
    display: flex;
    align-items: center;
    max-width: 690px;
    border-radius: 12px;
    border: 1px solid #DCDCDC;
    padding: 4px;
}

.model-part>ul>li>a {
    display: block;
    color: #A8A6A6;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
}

.model-part>ul>li {
    transition: all 0.5s;
    width: 50%;
}

.model-part>ul .active {
    max-width: 335px;
    flex-shrink: 0;
    border-radius: 9px;
    box-shadow: 0px 0px 0px 1px #F47E20;
    background: #FFF;
    color: #1E1E1E;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.model-part>ul .active a {
    color: #1E1E1E;
}

.btn-wrap {
    display: flex;
    gap: 10px;

}

.view-list .btn-wrap {

    gap: 20px;

}


.btn-wrap .search-btn,
.btn-wrap .clear-btn {
    border-radius: 10px !important;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    padding: 14px 17px !important;
    transition: all 0.5s;
}

.btn-wrap .clear-btn:hover {
    background-color: #F47E20;
    box-shadow: none;
    color: #fff;
}

.btn-wrap button svg {
    transition: all 0.5s;
    filter: brightness(0) saturate(100%) invert(64%) sepia(79%) saturate(1%) hue-rotate(345deg) brightness(89%) contrast(85%);
}

.btn-wrap .clear-btn:hover svg {
    filter: brightness(1.5);
}

.btn-wrap .search-btn:hover {
    box-shadow: 0px 0px 0px 1px #F47E20;
    color: #A4A4A4;
    background-color: #fff;
}

.btn-wrap .search-btn:hover svg {
    filter: brightness(0.5);
}

.btn-wrap i {
    display: flex;
    align-items: center;
}

.clear-btn {
    box-shadow: 0px 0px 0px 1px #F47E20;
    color: #A4A4A4;
    padding: 7px 10px !important;
}

.clear-btn:last-child {
    box-shadow: none;
    background-color: #F47E20;
    color: #fff;
}

.clear-btn:last-child svg {
    filter: brightness(1.5);
}

.clear-btn:last-child:hover {
    box-shadow: 0px 0px 0px 1px #F47E20;
    color: #A4A4A4;
    background: none;
}

.clear-btn:last-child:hover svg {
    filter: brightness(0) saturate(100%) invert(64%) sepia(79%) saturate(1%) hue-rotate(345deg) brightness(89%) contrast(85%);
}

.search-btn {
    background: #F47E20;
    color: #FFF;
}

.btn-wrap .search-btn-edit {
    box-shadow: 0px 0px 0px 1px #F47E20;
    background-color: transparent;
    color: #A4A4A4;
}

.btn-wrap .search-btn-edit:hover {
    background: #F47E20;
    color: #FFF;
}

/* Spare Parts block end */



/* Featured Category block start */
.featured-block {
    padding: 25px 0;
}

.featured-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.featured-head h3 {
    color: #000;
    font-family: 'Overpass', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.featured-head a {
    color: #1E1E1E;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
}

.featured-head svg {
    width: 16px;
}

.featured-type {
    display: flex;
    flex-wrap: wrap;
    padding-top: 17px;
    margin: -10px;
}

.featured-type>a {
    width: calc(50% - 20px);
    margin: 10px;
    box-shadow: 0 0 7px rgb(0 0 0 / 6%);
    /* border-radius: 6px; */
    border: 1px solid #f6f6f6;
}

.type-wrap img {
    display: block;
    max-width: 100%;
    max-height: 128px;
    min-height: 128px;
}

.type-show {
    color: #1E1E1E;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
    padding: 8px 10px 0 8px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sort-features {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.sort-recommended,
.category-wrapping {
    padding: 18px 0;
    cursor: pointer;
    position: relative;
}

.category-wrapping {
    border-bottom: 1px solid #c1c1c1;
}

.sort-recommended span,
.category-wrapping span {
    color: #1E1E1E;
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    padding-left: 25px;
    display: block;
    white-space: nowrap;
    opacity: 0.5;
}

.sort-recommended:hover span,
.category-wrapping:hover span {
    color: #F47E20 !important;
    opacity: 1;
}

.sort-recommended span {
    padding-right: 20px;
    padding-left: 0;
}

.category-wrapping span::after {
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    top: -1px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: 18px;
}

.category-wrapping span::after {
    filter: invert(52%) sepia(71%) saturate(1450%) hue-rotate(348deg) brightness(100%) contrast(92%);
}

.sort-recommended span::before,
.category-wrapping span::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url('../images/featured-select.svg');
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-size: 14px;
    top: -2px;
    right: 0px;
    transition: all 0.5s;
}

.category-wrapping span::before:hover {
    filter: invert(52%) sepia(71%) saturate(1450%) hue-rotate(348deg) brightness(100%) contrast(92%);
}

.sort-recommended span::before {
    top: -4px;
    right: -4px;
}

.active-subCategory {
    color: #F47E20 !important;
}

.active-subCategory.category-show::after {
    background-image: url('../images/category-iconRed.svg') !important;
}

.active-subCategory.brand-show::after {
    background-image: url('../images/brandRed.svg') !important;
}

.active-subCategory.productShow::after {
    background-image: url('../images/productRed.svg') !important;
}

.active-subCategory.topShow::after {
    background-image: url('../images/top-productRed.svg') !important;
}

.active-subCategory.mustHave::after {
    background-image: url('../images/must-haveRed.svg') !important;
}

.active-subCategory::before {
    background-image: url('../images/featured-selectRed.svg') !important;
}

.category-wrapping .category-show::after {
    background-image: url('../images/category-icon.svg');
}

.category-wrapping .brand-show::after {
    background-image: url('../images/brand.svg');
}

.category-wrapping .productShow::after {
    background-image: url('../images/product.svg');
}

.category-wrapping .topShow::after {
    background-image: url('../images/top-product.svg');
}

.category-wrapping .must-have::after {
    background-image: url('../images/must-have.svg');
}

.category-wrapping .mustHave::after {
    background-image: url('../images/must-have.png');
}

.category-listing {
    display: flex;
    justify-content: space-between;
}

.sort-recommended .sub-category {
    display: none;
    position: absolute;
    top: 100%;
    right: 0 !important;
    left: auto;
    border-radius: 6px;
    border: 1px solid #F47E20;
    background: #FFF;
    width: 100%;
    min-width: 220px;
    padding: 16px;
}

.sub-category {
    display: none;
    padding: 10px;
}

.sub-category strong {
    display: block;
    color: #1E1E1E;
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.sub-category a {
    color: rgba(30, 30, 30, 0.50);
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
    transition: all 0.5s;
}

.sub-category li {
    margin-bottom: 10px;
}

.sub-category ul li:last-child {
    margin-bottom: 0px;
}

.sub-category a:hover {
    color: #F47E20;
}

/* Featured Category block end */



/* Spare Parts block start */


#code::placeholder {
    color: #989898;
}

#code {
    width: 100%;
    padding: 14px 10px;
    border: none;
    border-bottom: 1px solid rgba(86, 86, 86, 0.30);
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #727272;
}

.code-wrap {
    position: relative;

}

.code-wrap::after {
    content: "";
    position: absolute;
    top: 38%;
    right: 10px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background: url('../images/verify.png') no-repeat;
    transition: 0.2s ease;
}

.select {
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(86, 86, 86, 0.30);
}

.select .selectBtn {
    padding: 14px 10px;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    color: #727272;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.select .selectBtn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background: url('../images/plus.png') no-repeat;
    transition: 0.2s ease;
}

.select .selectBtn.toggle {
    border-radius: 3px 3px 0 0;
}

.select .selectBtn.toggle:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}

.select .selectDropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    border-top: 1px solid #eee;
    z-index: 1;
    background: #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    visibility: hidden;
    transition: 0.2s ease;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.select .selectDropdown .option {
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    color: #727272;
    font-family: 'Roboto', sans-serif;
    /* font-size: 20px; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.select .selectDropdown .option:hover {
    background: #f8f8f8;
}

.select .selectDropdown.toggle {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}



/* Spare Parts block end  */

/* category block start */
.category-block {
    padding-top: 137px;
}

.brand-name {
    /* width: 247px; */
    /* height: 363px; */
    background: #FFF;
    border: 1px solid #D4D4D4;
    padding: 14px;
}

.brand-wrap {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 99999999;
    width: 100%;
    max-width: 80%;
    transition: all 0.3s;
    background-color: #fff;
    padding: 30px 20px;
}

.brand-wrap.active-filter {
    right: 0;
    overflow-x: scroll;
    min-height: 100vh;
}


.select-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1E1E1E;
    font-family: 'Overpass', sans-serif;
    /* font-size: 22px; */
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid #D4D4D4;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.close-icon {
    display: block;
    background: url(../images/close.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 6px;
    border-radius: 50%;
    background-position: center;
}

.filter-category {
    background: #F47E20;
    display: inline-block;
    color: #ffffff;
    font-family: 'Overpass', sans-serif;
    /* font-size: 22px; */
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 8px;
    padding: 12px 16px 8px 16px;
    cursor: pointer;
}



.sub-cont,
.brand-cont {
    transition: 0.3s all;
    overflow: hidden;
    height: 0px;
}

.sub-item.sub-item-show .sub-cont,
.brand-item.brand-item-show .brand-cont {
    display: block;
    padding-bottom: 10px;
    overflow: auto;
    height: auto;
}

.brand-label {
    color: rgba(30, 30, 30, 0.50);
    font-family: 'Overpass', sans-serif;
    /* font-size: 16px; */
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    border: 1px solid #D4D4D4;
    border-radius: 12px;
    padding: 10px;
    position: relative;
}

.brand-label i {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.sub-label {
    color: rgba(30, 30, 30, 0.50);
    font-family: 'Overpass', sans-serif;
    /* font-size: 18px; */
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 4px 0;
    position: relative;
}

.sub-item.sub-item-show .sub-label {
    color: #1E1E1E;
}

.sub-label i {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('../images/small-plus.png') no-repeat;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    /* transition: all 0.5s; */
}

.sub-item.sub-item-show .sub-label i {
    background: url('../images/small-close.png') no-repeat;
}

.sub-cont ul li a {
    color: rgba(30, 30, 30, 0.50);
    font-family: 'Overpass', sans-serif;
    /* font-size: 16px; */
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
}

.sub-cont ul li {
    position: relative;
    padding-left: 6px;
}

.sub-cont ul li::after {
    position: absolute;
    content: '';
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: rgba(30, 30, 30, 0.50);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.brand-cont p {
    margin-bottom: 10px;
}

.brand-cont p:last-child {
    margin-bottom: 0px;
}

.show-category {
    padding: 20px 0;
}

.show-category h1 {
    color: #1E1E1E;
    font-family: 'Overpass', sans-serif;
    /* font-size: 20px; */
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 0.5px solid rgba(182, 182, 182, 0.60);
    background: #FFF;
    padding-bottom: 16px;
    margin-bottom: 18px;
}

.show-category .passenger-catagory-no {
    color: #1E1E1E;
}

.show-category .passenger-catagory-no:hover {
    color: #F47E20;
}

.product-wrap {
    justify-content: start;
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
}

.show-product {
    display: block;
    /* border-radius: 20px; */
    padding: 10px;
    max-width: 329px;
    /* height: 425px; */
    width: calc(50% - 6px);
    box-shadow: 0px 0px 0px 1px #D4D4D4;
}

.category-product .show-product {
    box-shadow: none;
}

.category-product .product-details {
    box-shadow: 0px 0px 0px 1px #D4D4D4;
    border-radius: 20px;
    padding: 10px;
}


.show-category h2 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 18px;
}

.sort-features .drawer-overlay,
.category-wrap .drawer-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: -100%;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    z-index: 9999;
}

.sort-features.active-overlay .drawer-overlay,
.category-wrap.active-overlay .drawer-overlay {
    opacity: 1;
    cursor: pointer;
    left: 0;
}

.product-img {
    overflow: hidden;
    margin-bottom: 14px;
}

.product-img img {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    transition: all 0.5s;
    min-height: 120px;
    max-height: 120px;
}

.show-product:hover img {
    transform: scale(1.05);
}

.product-name {
    color: #1E1E1E;
    font-family: 'Roboto', sans-serif;
    /* font-size: 26px; */
    font-size: 20px;
    font-weight: 600;
    /* line-height: 140%;  */
    margin-bottom: 8px;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dlt-btn {
    position: absolute;
    width: 20px;
    height: 20px;
    content: '';
    top: 0;
    right: 0;
    background: url('../images/dlt-icon.png') no-repeat;
    background-size: cover;
    cursor: pointer;
}

.product-details span {
    display: block;
}


.product-details .btn-wrap {
    margin-top: 15px;
}

.sub-part {
    color: #000;
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 8px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 34px;
}

.product-price {
    color: #000;
    font-family: 'Overpass', sans-serif;
    display: block;
    font-size: 16px;
    font-weight: 700;
    /* line-height: 187%;  */
    margin-bottom: 8px;

}

.product-alert {
    color: #2A9F59;
    font-family: 'Roboto', sans-serif;
    /* font-size: 16px; */
    font-size: 14px;
    font-weight: 400;
    /* line-height: 187%; */

}

/* category block end */

/* category copy block start  */

.category-product .show-product {
    width: 100%;
    max-width: none;
}

.category-product .btn-wrap {
    display: flex;
    align-items: initial;
    gap: 10px;
    flex-direction: row;
    justify-content: center;
    padding: 15px 0;
}

.category-product .btn-wrap .search-btn,
.btn-wrap .clear-btn {
    justify-content: center;
}

.btn-wrap a {
    min-width: 110px;
    text-align: center;
    display: inline-block;
}

.category-product .product-alert {
    margin-bottom: 8px;
}

/* category copy block end  */

/* footer start */
.footer {
    padding: 24px 0;
    background: #EDEDED;
}

.footer .container {
    position: relative;
}

.global-chat {
    position: absolute;
    right: 20px;
    top: -11px;
    width: 38px;
    height: 38px;
    display: block;
    background-color: #F47E20;
    border-radius: 50%;
}

.footer .container i::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('../images/global-chat.png');
    width: 20px;
    height: 20px;
    background-size: 20px;
    display: block;
}

.footer-listing,
.brand-listing {
    margin-bottom: 18px;
}

.footer-listing ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 11px;
}

.footer-listing li a {
    color: #867676;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    /* font-weight: 700; */
    line-height: 98%;
    transition: all 0.5s;
}

.footer-listing li a:hover {
    color: #F47E20;
}

.brand-listing ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.copyright {
    display: block;
    text-align: center;
    color: #867676;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    /* font-weight: 700; */
    line-height: normal;
}

/* footer end */



/* product block start */
.product-block {
    padding-top: 106px;
    padding-bottom: 13px;
}

.order_id {
    font-size: 16px;
    font-weight: 600;
}

.product-block h1 {
    color: #000;
    font-family: 'Overpass', sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
}

.product-gallery {
    max-width: 439px;
    height: 370px;
    border: 0.5px solid #D4D4D4;
    background: #FFF;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.overall-details {
    padding: 20px 0;
}

.product-vat {
    color: #000;
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    font-weight: 300;
    /* line-height: 173.9%; */
    text-transform: capitalize;
}

.easy-return,
.shipping-rate {
    display: block;
    color: #1E1E1E;
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
    position: relative;
    padding-left: 30px;
    z-index: 1;
    margin-bottom: 5px;
}

.shipping-rate {

    text-decoration: underline;
    text-underline-offset: 4px;
}

.shipping-rate:hover {
    color: #1E1E1E;
    text-decoration: none;
}

.easy-return::after {
    content: '';
    position: absolute;
    background: url('../images/easy-return.png') no-repeat;
    top: 50%;
    left: 0;
    width: 20px;
    height: 18px;
    transform: translateY(-50%);
}

.shipping-rate::after {
    content: '';
    position: absolute;
    background: url('../images/shipping-rate.png') no-repeat;
    top: 50%;
    left: 0;
    width: 23px;
    height: 18px;
    transform: translateY(-50%);
}

.overall-details .product-price {
    margin-bottom: 2px;
}

.overall-details span {
    display: block;
    margin-bottom: 12px;
}

.shipping-date p,
.shipping-date p a {
    color: #1E1E1E;
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
}

.shipping-date p a {
    text-decoration: underline;
}

.shipping-date p a:hover {
    text-decoration: none;
}

.shipping-date .dispatch {
    color: #2A9F59;
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
}

.payment-wrap {
    display: flex;
    gap: 10px;
}

.payment-wrap img {
    width: auto;
    height: 25px;
}

.payment-wrap a {
    display: block;
}

.shipping-details {
    margin-bottom: 10px;
}

.shipping-details .shipping {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    min-width: 75px;
}

.money-back {
    padding: 16px;
    background: #fff;
    border: 1px solid #D4D4D4;
    border-radius: 12px;
}

.money-back strong {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    margin-bottom: 8px;
}

.money-back p {
    color: #1E1E1E;
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding-left: 26px;
    position: relative;
}

.money-back p::after {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: url('../images/verify-blue.png') no-repeat;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 0;
}

.spec-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}

.spec-wrap:last-child {
    margin-bottom: 0px;
}

.spec-wrap .specification {
    color: rgba(30, 30, 30, 0.50);
    font-family: 'Overpass', sans-serif;
    /* font-size: 16px; */
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
}







.show {
    max-width: 311px;
    width: auto;
    /* height: 311px; */
    height: 250px;
    margin: 0 auto;
}

.zoom-img {
    padding: 20px 30px;
}

#show-img {
    border-radius: 20px;
}

.small-img {
    max-width: 426px;
    /* width: 426px; */
    height: auto;
    left: 0px;
    position: static;
    margin-top: 4px;
}

.small-container div {
    display: flex;
    gap: 12px;
    margin: 0 10px;
}

.small-container {
    max-width: 426px;
    width: auto;
    height: auto;
}

.small-container .show-small-img {
    margin-right: 0px;
    border: 0.5px solid #E3E3E3 !important;
    background: #FFF;
    width: 60px;
    height: 60px;
    transition: all 0.5s;
    padding: 10px;
}

/* product block end */


/* Shipping Rates block start */
.rates-block {
    padding: 10px 0;
}

.rates-block h2 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    /* font-size: 30px; */
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.delivery-wrap {
    max-width: 1280px;
    width: 100%;
    /* height: 373px; */
    background: #FFF;
    border: 1px solid #D4D4D4;
    border-radius: 0 !important;
    padding: 12px;
}

.shipping-country {
    margin-bottom: 12px;
}

.shipping-country-block {
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
}

.delivery-wrap .shipping-country {
    display: flex;
    /* align-items: center; */
    gap: 11px;
    /* flex-wrap: wrap; */
    flex-direction: column;
}

.shipping-country label {
    color: #989898;
    font-family: 'Roboto', sans-serif;
    /* font-size: 24px; */
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 0px;
}

.shipping-country select {
    /* border-radius: 16px; */
    border-radius: 10px;
    border: 1px solid rgba(86, 86, 86, 0.30);
    padding: 10px 33px 10px 10px;
    color: #989898;
    font-family: 'Roboto', sans-serif;
    /* font-size: 20px; */
    font-size: 14px !important;
    font-weight: 500;
    /* min-width: 228px; */
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';

}

.select-country-wrap {
    position: relative;
}

.select-country-wrap::after {
    content: "▼";
    position: absolute;
    top: 0;
    right: 10px;
    color: rgb(118, 118, 118);
    bottom: 0;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.shipping-country button {
    color: #989898;
    font-family: 'Roboto', sans-serif;
    /* font-size: 20px; */
    font-size: 14px;
    font-weight: 500;
    border-radius: 16px;
    border: 1px solid #F47E20;
    /* min-width: 118px; */
    min-width: 73px;
    padding: 10px 0;
    margin-left: 2px;
    transition: all 0.5s;
}

.shipping-country button:hover {
    background-color: #F47E20;
    box-shadow: none;
    color: #fff;
}

.company-rating table {
    width: 100%;
}

.company-rating table th {
    color: #727272;
    font-family: 'Roboto', sans-serif;
    /* font-size: 23px; */
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    text-align: center;

}

.company-rating table td {
    color: #727272;
    font-family: 'Roboto', sans-serif;
    /* font-size: 20px; */
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
}

.company-rating table th:first-child,
.company-rating table td:first-child {
    text-align: start !important;
}

.company-rating table tr {
    position: relative;
}

.company-rating table tr::after {
    content: '';
    position: absolute;
    max-width: 1120px;
    width: 100%;
    height: 2px;
    background: #F2F2F2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.company-rating table tr:first-child::after,
.company-rating table tr:last-child::after {
    display: none;
}

/* Shipping Rates block end */

/* Reference block start */
.reference-nav {
    border-bottom: 2px solid #C3C3C3;
    margin-bottom: 30px;
    position: sticky;
    top: 117px;
    left: 0;
    background: #fff;
    z-index: 1;
    width: 100%;
}

.reference-nav ul {
    display: flex;
    align-items: start;
    gap: 10px;
    flex-direction: column;
    padding: 0 0 14px;
}

.reference-nav ul li a {
    color: #727272;
    font-family: 'Poppins', sans-serif;
    /* font-size: 24px; */
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.reference-nav .active {
    color: #000;
}

.reference-wrap {
    margin-bottom: 24px;
}

.reference-wrap h3 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    /* font-size: 30px; */
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 18px;
}

.reference-block .vehicles-block {
    border: 1px solid #D4D4D4;
    padding: 15px 2px 10px 0;
    border-radius: 0 !important;
}

.reference-wrap .references-wrap,
.vehicles-wrap,
.alternatives-wrap {

    border-radius: 12px;
    max-height: 600px;
    min-height: 250px;
    padding: 12px;
    overflow: auto;
    width: 100%;
}


.vehicles-wrap table {
    width: 100%;
}

.vehicles-wrap table th {
    color: #727272;
    font-family: 'Roboto', sans-serif;
    /* font-size: 26px; */
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    white-space: nowrap;
}

.vehicles-wrap table th:not(:first-child) {
    padding: 10px 30px;
    text-align: left;
}

.vehicles-wrap table td:not(:first-child) {
    padding: 10px 30px;
    text-align: left;
    max-width: 300px;
    white-space: normal;
}

.vehicles-wrap table td {
    color: #727272;
    font-family: 'Roboto', sans-serif;
    /* font-size: 20px; */
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
}

.number-wrap strong {
    color: #727272;
    font-family: 'Roboto', sans-serif;
    /* font-size: 26px; */
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
    display: block;
}

.numbers-ref {
    color: #727272;
    font-family: 'Roboto', sans-serif;
    /* font-size: 20px; */
    font-size: 14px;
    font-weight: 500;
    /* white-space: nowrap; */
}

.numbers-ref .product-oem {
    color: #727272;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.reference-number {
    display: flex;
    gap: 30px;
    margin-bottom: 10px;
}

.ref-value {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 25px;
    padding-left: 10px;
}

.ref-key {
    width: 114px;
    padding-right: 10px;
    flex-shrink: 0;
}

.number-wrap {
    margin-bottom: 18px;
    padding-bottom: 8px;
    position: relative;
    border-bottom: 2px solid #F2F2F2;
}

.number-wrap:last-child {
    margin-bottom: 0px;
    border: none;
}

.reference-block.reference-auto {
    margin-top: 200px;
}

.reference-block {
    padding: 10px 0;
}

/* Reference block end */

/* brand block start */
.brand-block {
    padding-top: 131px;
}

.brand-block h1 {
    color: #1E1E1E;
    font-family: 'Overpass', sans-serif;
    font-size: 26px;
    /* font-size: 40px; */
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.brands-wrapping {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 20px;
}

.logo-show {
    padding: 10px;
    display: block;
    border-radius: 12px;
    box-shadow: 0px 0px 0px 1px #D4D4D4;
    background: #FFF;
    width: calc(50% - 7px);
}

.brand-img {
    overflow: hidden;
    /* min-height: 221px; */
    min-height: 121px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-img img {
    transition: all 0.5s;
    object-fit: contain;
    width: 100%;
    height: 100%;
    min-height: 120px;
    max-height: 120px;
}

.logo-show:hover .brand-img img {
    transform: scale(1.03);
}

.brand-content strong {
    color: #1E1E1E;
    font-family: 'Roboto', sans-serif;
    /* font-size: 26px; */
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
}

.brand-content span {
    display: block;
    color: #1E1E1E;
    font-family: 'Overpass', sans-serif;
    /* font-size: 16px; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

.brand-block .btn-wrap {
    justify-content: start;
}

.pagination-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}

.brand-pagination {
    display: flex;
    justify-content: space-between;
}

.pagination-wrap input,
.pagination-wrap span {
    color: #000;
    font-family: 'Poppins', sans-serif;
    /* font-size: 20px; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.pagination-wrap input {
    width: 48px;
    height: 28px;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 0px 0px 1px #F47E20;
    padding: 3px 6px;
    text-align: center;

}

.field-icon {
    position: relative;
    z-index: 2;
}

/* brand block end */

.clone-wrap {
    position: relative;
}

.clone-icon {
    position: absolute;
    top: 20%;
    right: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 14px 10px;
    box-sizing: border-box;
    border-radius: 0px;
    width: 100% !important;
    cursor: pointer;
    position: relative;
    background: #fff;
    color: #6A6A6A;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    /* border-bottom: 1px solid rgba(86, 86, 86, 0.30); */
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.select2-container--default .select2-selection--single {
    border: 0;
    height: 50px;
    border-radius: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: transparent !important;
}

.product-details span {
    width: 100% !important;
}

.input-one .input-wrap {
    border-bottom: 1px solid #ddd;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 24px;
    height: 24px;
    right: 1.75rem;
    border-width: 0;
    background: url(../images/down-triangle.svg) no-repeat;
    position: absolute;
    left: calc(100% - 40px);
    opacity: 0.5;
}

.select2-search--dropdown {
    display: none;
}

.select2-results__option {
    overflow: hidden;
    display: block;
    width: 100%;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
    user-select: none;
    appearance: none;
    padding: 9px 13px;
    box-sizing: border-box;
    cursor: pointer;
    color: #A8A6A6;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.select2-dropdown {
    overflow: hidden;
    z-index: 1;
    top: calc(100% - 1px);
    background-color: #fff;
    border-radius: 0 0 0.25rem 0.25rem;
    border-color: #e6e6e6;
    padding: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    transition: 0.3s;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover {
    background-color: #F47E20 !important;
    color: #fff !important;
}

.select2-container--disabled {
    opacity: 0.5;
}

.select2-container--open .select2-dropdown--below {
    border: 1px solid #aaa;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: none;
}


/* Profile Block Start */
.profile-wrapping {
    padding-top: 137px;
}

.profile-part {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.profile-listing {
    display: flex;
    justify-content: start;
    gap: 6px;
    overflow-Y: auto;
    padding-bottom: 10px;
}

.profile-listing li {
    border-radius: 8px;
    background: rgba(217, 217, 217, 0.30);
}

.profile-listing li.active {
    background: rgba(244, 126, 32, 0.3);
}

.profile-listing li a {
    color: rgba(30, 30, 30, 0.50);
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
    white-space: nowrap;
    padding: 10px;
    display: block;
}

.profile-listing li.active a {
    color: #1E1E1E;
}

.profile-name {
    color: #1E1E1E;
    font-family: 'Overpass', sans-serif;
    font-size: 16px;
    /* font-size: 20px; */
    font-weight: 400;
    text-transform: capitalize;
}

.profile-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.profile-img {
    border: 1px solid #D4D4D4;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.profile-details {
    border: 1px solid #D4D4D4;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
}

.profile-wrapper h3 {
    color: #F47E20;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 14px;
}

.profile-label label {
    color: #262626;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;

}

.profile-label input {
    color: #262626;
    border-radius: 4px;
    border: 0.5px solid #D4D4D4;
    background: #FFF;
    padding: 6px 10px;
    width: 100%;
    /* max-width: 200px; */
}

.profile-edit .profile-label input {
    padding: 6px 35px 6px 10px;
}

.profile-label {
    /* justify-content: space-between; */
    margin-bottom: 15px;
    /* align-items: center; */
}

.profile-details .btn-wrap {
    display: flex;
    justify-content: space-between;
    justify-content: end;
}

.profile-details .btn-wrap button {
    width: 100%;
    justify-content: center;
    font-size: 14px;
    border-radius: 10px !important;
}

.profile-wrapper .sub-label {
    color: #1E1E1E;
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    /* font-size: 16px; */
    font-weight: 400;
    padding-left: 10px;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}

.profile-wrapper .sub-label::after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    background-color: #1E1E1E;
}

.sub-cont p {
    color: #848484;
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 10px 4px 16px;
}

.profile-wrapper .sub-label i {
    top: 3px;
    transform: translateY(0);
}

/* Profile Block End */


/* Shopping cart Block start */
.shopping-cart {
    padding-top: 137px;
    min-height: 400px;
}

.shopping-cart h1 {
    color: #000;
    font-family: 'Overpass', sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 14px;
    padding: 0 0 15px;
    border-bottom: 1px solid #d4d4d4;
}

.shopping-cart .product-details,
.empty-item-text {
    display: block;
    color: #333;
    font-family: 'Overpass', sans-serif;
    /* font-size: 20px; */
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.empty-item-text {
    text-align: center;
    font-size: 20px;
    color: #333;
    font-family: 'Roboto', sans-serif;
}

.shopping-cart .product-gallery {
    height: auto;
    margin: 0;
    margin-bottom: 10px;
    max-width: 100%;
}

.shopping-cart .product-gallery img {
    display: block;
    margin: 0 auto;
    padding: 10px;
}

.brand-name .spec-total {
    border-top: 1px solid #D4D4D4;
    padding-top: 10px;
    margin-top: 60px;
    align-items: center;
}

.brand-name .specification-total {
    color: #000;
    font-family: 'Overpass', sans-serif;
    /* font-size: 16px; */
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.brand-name .specification-count {
    font-size: 14px;
    font-weight: 700;
}

.shopping-cart .product-details .btn-wrap {
    justify-content: space-between;
    align-items: center;
}

.product-details .btn-wrap button {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.product-weight {
    color: #000;
    font-family: 'Overpass', sans-serif;
    font-size: 12px;
    /* font-size: 16px; */
    font-weight: 400;
    text-transform: capitalize;
    display: inline !important;
    padding: 0 10px;
}

.product-input {
    width: 40px;
    /* width: 56px; */
    height: 22px;
    /* height: 26px; */
    border-radius: 5px;
    border: 1px solid #CBCBCB;
    background: #FFF;
    margin: 0 10px !important;
    color: #000;
    font-family: 'Overpass', sans-serif;
    font-size: 12px;
    /* font-size: 16px; */
    font-weight: 400;
    text-transform: capitalize;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-input:focus {
    border: 1px solid #CBCBCB;
}

.input-vat {
    display: flex !important;
    align-items: center;
}

/* Shopping cart Block end */


/* global styling */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
}

.container {
    max-width: 1310px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}

ul {
    list-style: none;
}

/* global styling end*/

.shipping-wrapper {
    padding-top: 144px;
    min-height: calc(100vh - 181px);
}

.shipping-wrapper .accordian-listing li {
    border-radius: 10px;
    border: 1px solid #c7c7c7;
    margin-bottom: 20px;
    padding: 0 15px;
}

.shipping-wrapper .accordian-listing .list-title {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    display: flex;
    position: relative;
    justify-content: space-between;
    border-bottom: 1px solid #acacac;
    margin-bottom: 20px;
    padding-bottom: 19px;
}

.shipping-wrapper .accordian-listing li.active .list-title::after {
    transform: translateY(-50%) rotate(0);
}

.shipping-wrapper .accordion-content {
    padding: 12px 0;
}

.shipping-wrapper .input-wrap {
    margin-bottom: 17px;
}

.shipping-wrapper .input-wrap label {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.16px;
    margin-bottom: 3px;
}

.shipping-wrapper .input-wrap input {
    width: 100%;
    border: none;
    border-radius: 10px;
    background: #f4f4f4;
    color: #686868;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 15px;
}

.shipping-wrapper .accordian-listing .btn-wrap p {
    font-size: 14px;
    margin-bottom: 10px;
}

.shipping-wrapper .btn {
    font-size: 14px;
    font-weight: 800;
    color: #a4a4a4;
    text-transform: capitalize;
    text-align: center;
    border-radius: 10px;
    padding: 10px 20px;
    letter-spacing: 0.5px;
    display: block;
    width: max-content;
    background-color: #101010;
    box-shadow: 0px 0px 0px 1px #F47E20;
}

.shipping-wrapper .btn.red {
    background-color: transparent;
}

.shipping-wrapper .accordion-content .btn-wrap .btn {
    width: 120px;
    text-align: center;
}

.shipping-wrapper .input-wrap .warning {
    margin-top: 6px;
    display: block;
    font-size: 11px;
}

.shipping-wrapper .accordion-content .btn-wrap p a {
    color: #000;
    font-weight: 800;
    text-decoration: none;
}

.shipping-wrapper .accordion-content .btn-wrap p {
    margin-bottom: 0 !important;
}

.shipping-wrapper .checkbox-wrap input[type="checkbox"] {
    border-radius: 4px;
    height: 24px;
    width: 24px;
    display: inline-block;
    margin-right: 10px;
    flex: none;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    overflow: hidden;
}

.shipping-wrapper .checkbox-wrap input[type="checkbox"]::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
}

.shipping-wrapper .checkbox-wrap input[type="checkbox"]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 16px;
    width: 16px;
    background: url(check.png) 0 0 no-repeat;
    background-size: contain;
    opacity: 0;
    transition: 0.5s;
}

.shipping-wrapper .shipping-charge-wrap {
    border-radius: 10px;
    background: #f4f4f4;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.shipping-wrapper .delivery-method {
    border-radius: 10px;
    background: #f4f4f4;
    padding: 27px 20px 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 10px;
    flex-wrap: wrap;
}

.shipping-wrapper .delivery-method select {
    background: #f4f4f4;
    border: none;
}

.shipping-wrapper .delivery-method .val {
    background: #f4f4f4;
    border: none;
}

.shipping-wrapper .delivery-method .date {
    color: #000;
    font-weight: 500;
    letter-spacing: -0.16px;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Overpass', sans-serif;
}

.shipping-wrapper .plus {
    width: 20px;
    height: 20px;
    display: block;
    position: relative;

}

.shipping-wrapper .plus::after,
.shipping-wrapper .plus::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 50%;
    left: 0;
}

.shipping-wrapper .plus::before {
    height: 100%;
    width: 1px;
    left: 50%;
    top: 0;
}



.shipping-wrapper .delivery-methods {
    display: none;
}

.shipping-wrapper .payment-option {
    display: none;
}

.shipping-wrapper .shipping-charge-wrap .left-wrap {
    display: flex;
    align-items: center;
}

.shipping-wrapper .shipping-charge-wrap .shipping-type {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.16px;
    flex: none;
    margin-left: 12px;
}

.shipping-wrapper .shipping-charge-wrap input[type="radio"] {
    height: 21px;
    width: 21px;
    display: inline-block;
    margin-right: 6px;
    flex: none;
    appearance: none;
    -webkit-appearance: none;

}

.shipping-wrapper .shipping-charge-wrap input[type="radio"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #000;
    border-radius: 50%;
}

.shipping-wrapper .shipping-charge-wrap input[type="radio"]::after {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    top: 4px;
    left: 4px;
    border-radius: 50%;
    background-color: #000;
    opacity: 0;
    transition: 0.5s;
}

.shipping-wrapper .shipping-charge-wrap input[type="radio"]:checked:after {
    opacity: 1;
}

.shipping-wrapper .shipping-charge-info .shipping-charge {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.16px;
    display: block;
}

.shipping-wrapper .shipping-charge-info .shipping-date {
    color: #686868;
    font-size: 14px;
    font-weight: 400;
}

.shipping-wrapper .shipping-charge-info .delivery-date {
    color: #000;
}

.shipping-wrapper .checkbox-wrap {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.shipping-wrapper .btn:hover {
    border-color: #101010;
    background-color: transparent;
    color: #101010;
}

.shipping-wrapper .btn.red:hover {
    border-color: #F47E20;
    background-color: #F47E20;
    color: #fff;
}

.shipping-wrapper .payment-option .payment-label {
    font-size: 14px;
    display: flex;
    width: 100%;
    padding: 5px 15px;
    background-color: #f4f4f4;
    border-radius: 10px;
    border: 1px solid transparent;
    align-items: center;
}

.shipping-wrapper .card-info {
    padding-bottom: 12px;
}

.shipping-wrapper .checkbox-wrap input[type="checkbox"]:checked::after {
    opacity: 1;
}

.shipping-wrapper .left-block {
    margin-bottom: 30px;
}

.shipping-wrapper .cart-price-block {
    padding-bottom: 20px;
    border-bottom: 1px solid #bfbfbf;
}

.shipping-wrapper .cart-price-block .order-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D4D4D4;
}

.shipping-wrapper .order-details h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.shipping-wrapper .order-details h4 .product-quant {
    color: #858585;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.14px;
}

.shipping-wrapper .order-details .currency-type {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.14px;
    display: flex;
    align-items: center;
}

.shipping-wrapper .currency-type .info-btn {
    margin-right: 4px;
}

.shipping-wrapper .checkout-price {
    width: 100%;
    margin-bottom: 22px;
}

.shipping-wrapper .checkout-price th {
    text-align: left;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.16px;
    padding-bottom: 10px;
}

.shipping-wrapper .checkout-price td {
    text-align: right;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.16px;
}

.shipping-wrapper .apply-coupen {
    display: flex;
}

.shipping-wrapper .apply-coupen input {
    width: 100%;
    border-radius: 6px;
    background: #f4f4f4;
    color: #afaeae;
    font-size: 12px !important;
    font-weight: 400;
    letter-spacing: 0.42px;
    padding: 5px 13px;
    border: none;
}

.shipping-wrapper .apply-coupen .apply-btn {
    border-radius: 6px;
    background: rgba(16, 16, 16, 0.30);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    flex: none;
    width: fit-content;
    margin-left: 14px;
    transition: 0.5s;
    padding: 9px 13px;
    border: none;
    cursor: pointer;
}

.shipping-wrapper .checkout-block {
    padding-top: 15px;
}

.shipping-wrapper .checkout-block .total-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.shipping-wrapper .total-price .text {
    text-align: left;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.16px;
}

.main-total {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.show-products .show-product {
    width: 100% !important;
}

.show-products-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.single-product {
    width: 48%;

    margin-bottom: 30px;

}

.view-list .single-product {
    width: 100%;

}

.single-product .show-product {
    width: 100% !important;
    margin: 0;
    max-width: none;

}

.single-product .btn-wrap {

    padding: 15px 0;

    justify-content: center;

    flex-direction: column;

    align-items: center;

}

.view-list .single-product .btn-wrap {

    flex-direction: row;

    align-items: initial;

}

.single-product .btn-wrap {
    padding: 15px 0;
    justify-content: center;
}

.single-product .btn-wrap a {
    padding: 14px 17px !important;
    font-size: 13px;

}

.view-list .single-product .btn-wrap a {

    font-size: 16px;

}

#advanced_search_list {
    max-height: 300px;
    overflow-Y: auto;
}

.list-group-item.header {
    color: #000;
    z-index: 1;
}

.goog-te-gadget-simple {
    width: 100%;
    background-color: #EDEDED !important;
    border: none !important;
}

.goog-te-gadget img {
    background: none !important;
    background-size: 0;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
}

.goog-te-gadget-simple img {
    display: none !important;
}

.goog-te-gadget-simple a span:first-child {
    padding-right: 7px !important;
}

.text {
    display: none !important;
}

.goog-te-gadget-simple a span:last-child {
    padding-left: 7px !important;
}



/* inshad changes */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: -12px;
}

.spec-wrap .specification:first-child {
    color: #1E1E1E;
    max-width: 47%;
}

.spec-wrap .specification:last-child {
    width: 46%;
    text-align: left;
}

.field-icon {
    top: 0;
    bottom: 0;
    margin: auto 0 auto -25px;
}

.product-wrapping {
    position: relative;
}

.product-details .dlt-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
}

.btn-wrap a:hover {
    text-decoration: none;
}

.shipping-charge-wrap label {
    margin-bottom: 0;
}


.product_card_wrapper {
    padding-top: 140px;
}

.product_card_wrapper .right-block {
    margin-top: 30px;
}

.product_card_wrapper .product_list {
    margin-bottom: 25px;
}

.product_list .image-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.product_card_wrapper .product_list a {
    color: #12233f;
    font-weight: inherit;
}

.product_list .image-wrapper img {
    text-align: center;
    width: 100%;
    display: block;
}

.product_card_wrapper .product_list h3 {
    color: #12233f;
    text-decoration: none;
    background-color: transparent;
    font-size: 16px;
    margin: 0;
    margin-bottom: 16px;
    font-weight: bold;
}

.feature_listing li {
    line-height: 1.5;
}

.feature_listing a {
    font-size: 15px;
    color: #12233f;
}

.shopping-cart .overall-details {
    padding: 0;
}

.shopping-cart .product-wrapping {
    margin-bottom: 20px;
}

.shopping-cart .product-wrapping .btn-wrap {
    max-width: 200px;
}

.show-specifications button {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    padding: 10px !important;
    transition: all 0.5s;
    width: 100%;
    margin-top: 15px;
    border-radius: 10px !important;
}

.show-specifications button:hover {
    background-color: transparent;
    box-shadow: 0px 0px 0px 1px #F47E20;
    color: #F47E20;
}

.alternatives-wrap .category-product .btn-wrap {
    display: flex;
}

.overall-details button {
    border-radius: 40px;
}

.product-block .product-details .product-name {
    overflow: visible;
    -webkit-line-clamp: 5;
    text-overflow: clip;
}

#mySelectcurrency {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 47px;
}

#mySelectcurrency:hover {
    border-bottom: 1px solid #080808;
}


.select-currency {
    position: relative;
}

.select-currency>span {
    position: absolute;
    right: -10px;
    pointer-events: none;
}

.select-language {
    align-items: center;
}

.select-currency label {
    padding-right: 7px;
}

.shopping-logo .badge {
    padding: 4px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-cont {
    overflow: hidden;
    position: relative;
}

.brand-cont [type="radio"]:checked+label:after,
.brand-cont [type="radio"]:not(:checked)+label:after {
    background-color: #F47E20;
}

.shipping-wrapper .btn:focus {
    outline: none;
    color: #686868;
}

.required-sign {
    color: red;
}

.currency-arrow {
    position: relative;
}

.select-currency .currency-arrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: -7px;
    display: block;
    bottom: 0;
    margin: auto 0;
    width: 1px;
    height: 75%;
    background-color: rgb(187, 187, 187);
}

.delivery-details-wrap .delivery-details-block {
    margin: 0px 0px 20px 0px;
}

.profile-img-block {
    width: 100px;
    height: 100px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.profile-img-block .avatar-edit,
.profile-img-block .avatar-dlt {
    position: absolute;
    right: -8px;
    z-index: 1;
    top: 5px;
}

.profile-img-block .avatar-dlt {
    bottom: -2px;
    top: auto;
}

.profile-img-block .avatar-edit input,
.profile-img-block .avatar-dlt input {
    display: none;
}

.profile-img-block .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: url(../images/pen-solid.svg) center no-repeat;
    background-size: 44%;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.profile-img-block .avatar-dlt input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: url(../images/dlt-profile.svg) center no-repeat;
    background-color: #FFFFFF;
    background-size: 100%;
    border: 1px solid #ccc;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.profile-img-block .avatar-edit input+label:hover,
.profile-img-block .avatar-dlt input+label:hover {
    background-color: #f1f1f1;
    border-color: #d6d6d6;
}

.profile-img-block img {
    width: 100%;
    display: block;
}

.input-wrap .btn:focus {
    color: #818181;
    outline: none;
}

.input-wrap .btn.active.focus,
.input-wrap .btn.active:focus,
.input-wrap .btn.focus,
.input-wrap .btn:active.focus,
.input-wrap .btn:active:focus,
.input-wrap .btn:focus {
    outline: none;
}

.scroll_js {
    max-height: 120px;
    margin-bottom: 0;
    overflow: auto;
}

.no-data-content {
    font-size: 20px;
    text-align: center;
    color: #727272;
    font-family: 'Roboto', sans-serif;
}

/* Firefox */

@-moz-document url-prefix() {
    body * {
        scrollbar-width: thin;
        scrollbar-color: #807f7f #ebebeb;
    }
}

body *::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

body *::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

body *::-webkit-scrollbar-thumb {
    background: #807f7f;
    border: 0px none #ffffff;
    border-radius: 0px;
}

body *::-webkit-scrollbar-thumb:hover {
    background: #807f7f;
}

body *::-webkit-scrollbar-thumb:active {
    background: #807f7f;
}

body *::-webkit-scrollbar-track {
    background: #ebebeb;
    border: 0px none #ffffff;
    border-radius: 0px;
}

body *::-webkit-scrollbar-track:hover {
    background: #ebebeb;
}

body *::-webkit-scrollbar-track:active {
    background: #ebebeb;
}

body *::-webkit-scrollbar-corner {
    background: transparent;
}

.signup-password {
    margin-bottom: 20px;
}

.signup-password input {
    margin-bottom: 0;
}

.product-wrapper form {
    position: relative;
}

.product-wrapper .error-text {
    position: absolute;
    top: 0;
    font-size: 16px !important;
}

.show div {
    box-shadow: 0px 0px 0px 2px #F47E20;
}

.wrapper {

    min-height: calc(100vh - 221px);

}

.alternatives-details .btn-wrap a {
    min-width: 105px;
}

.no-product-found {
    font-size: 20px;
    text-align: center;
}

.show-category h1 a {
    color: #000;
}

.show-category h1 a:hover {
    color: #F47E20;
}

.shipping-wrapper .cart-price-wrap {
    border: 1px solid #D4D4D4;
    border-radius: 12px;
    padding: 14px;
}

.currency-type {
    color: #000;
    font-weight: 700;
    font-size: 12px;
}

.checkout-price .cart-total {
    font-size: 16px;
}

.empty-cart {
    width: 100px;
    margin: 20px auto;
    opacity: 0.5;
}

.empty-cart img {
    display: block;
    width: 100%;
}

.loader-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 1;
    transform: 0.5s;
}

.loader-wrap .loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #F47E20;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.vehicles-block .vehicles-wrap a:hover {
    color: #F47E20 !important;
}

.vehicles-block .numbers-ref .product-oem:hover {
    color: #F47E20 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #064ADB;
}

.delivery-method input {
    width: 55px;
}

.new-password-input {
    margin-bottom: 20px;
}

.new-password-input input {
    margin-bottom: 0px;
}

.profile-country select {
    padding: 14px;
    border: 0.5px solid #d4d4d4;
    background: none;
    font-size: 16px;
    width: 100%;
    border-radius: 10px;
    color: #686868;
    font-weight: 400;
}

.admin-login-img {
    width: 193px;
    height: 40px;
    margin: 0 auto;
}

.admin-login-img img {
    width: 100%;
    display: block;
    height: 100%;
}

.admin-login-group input {
    height: auto;
}

.admin-login-group .input-wrap {
    padding: 0;
}

.admin-login-group .clone-icon {
    top: 26%;
}

.admin-login-group a {
    transition: 0.4s;
    color: #000 !important;
}

.admin-login-group a:hover {
    color: #F47E20 !important;
}

.admin-login-group button {
    border-color: #f47e20 !important;
    border: none;
    font-weight: 400;
}

.admin-login-group button:active {
    background: #F47E20 !important;
    border-color: #f47e20 !important;
}

.admin-login-group button:hover {
    color: #333;
}

.admin-login-group button:focus {
    background: #F47E20;
    color: #fff !important;
    outline: none !important;
}

.profile-img-block img {
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}

.verified-email-text {
    font-size: 14px;
}

.verified-email-text a {
    color: #064ADB;
    transition: 0.3s;
}

.verified-email-text a:hover {
    color: #f47e20;
}

.order-history-title th {
    font-size: 16px;
    color: #727272;
}

.order-history-value td {
    font-size: 14px;
    color: #727272;
}

.select-currency select:focus~.currency-arrow {
    opacity: 0.3;
}

.signup-link {
    color: #F47E20;
    transition: 0.4s;
}

.signup-link:hover {
    color: #000;
}

.show-category-card {
    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(18, 35, 63, 0.125);
    border-radius: 0.15rem;
    padding: 10px;
    margin-bottom: 10px;
}

.show-category-card.callout-primary {
    border-left-width: 5px;
    border-left-color: #f47e20 !important;
}

.show-category-card th,
.show-category-card td {
    padding-bottom: 10px;
}

.heading-spacer {
    padding-left: 3px;
}

.show-category-card td {
    padding-left: 10px;
}

.show-category-card svg {
    vertical-align: middle;
}

.order-status-table {
    padding: 0 15px;
}

.orer-table-wrap {
    border: 1px solid #d4d4d4;
}

.order-status-table table {
    width: 100%;

    margin-bottom: 20px;
    /* border-collapse: collapse; */
}

.order-status-table th {
    font-size: 18px;
    padding: 10px 10px;
    background-color: #ededed;
    /* text-align: center; */
}

.order-status-table tr {
    border-bottom: 1px solid #d4d4d4;
}

.order-status-table tr td {
    padding: 10px 10px;
    /* text-align: center; */

}

.order-status-table tr td:first-child {
    width: 350px;
}

.order-hr {
    margin-top: 10px;
}

.go-back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.go-back-btn:hover {

    filter: brightness(0) saturate(100%) invert(74%) sepia(49%) saturate(6357%) hue-rotate(348deg) brightness(100%) contrast(92%);
}

.go-back-icon {
    display: block;
    width: 15px;
    height: 15px;
    background: url('../../admin/assets/images/back.svg');
    background-size: 15px 15px;
}

.forgot-password-wrap {
    padding: 0 !important;
}

.status-details-data {
    padding-left: 10px;
}

.order-table-history {
    width: 100%;
    overflow-x: auto;
}

.order-table-history table {
    min-width: 700px;
}

.faq-wrap,
.part-number,
.privacy-policy,
.where-is,
.place-order {
    padding: 150px 0 50px;
}

.order-desc-details h5 {
    color: #F47E20;
    margin-bottom: 16px;
    font-size: 22px;
}

.red-tag {
    color: red;
}

.contact-mail {
    margin-bottom: 20px;
}

.privacy-field a {
    color: #000;
    transition: all 0.5s;
    font-weight: bold;
}

.privacy-field li strong {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 6px;
    font-size: 16px;
}

.privacy-field li p {
    display: inline;
}

.privacy-field li ul {
    margin-top: 14px;
}

.shipping-policy ul li {
    list-style: disc;
}

.privacy-field-inner {
    display: flex;
}

.privacy-field strong {
    font-size: 20px;
    margin-bottom: 14px;
    display: inline-block;
}

.privacy-field a:hover {
    color: #f47e20;
}

.faq-field h2,
.parts-wrap h2,
.vin-field h2 {
    font-size: 22px;
}

.faq-field p,
.parts-wrap p,
.privacy-field p,
.vin-field p {
    font-size: 14px;
}

.parts-field li,
.vin-field li {
    list-style-type: disc;
}

.parts-field li img {
    margin: 10px 0;
}

.parts-field li span {
    margin: 0px 0 10px;
    display: block;
    color: #686868;
}

/* .privacy-wrap h2 {
    font-size: 24px;
} */

/* .terms-condition h2 {
    font-size: 30px;
} */

.privacy-wrap h3 {
    font-size: 22px;
    font-weight: 600;
}

.privacy-field .privacy-rules {
    display: block;
    margin-bottom: 10px;
}

.privacy-field li {
    margin-bottom: 10px;
}

.privacy-field a {
    display: block;
    /* margin-bottom: 10px; */
}

.faq-wrap .show {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

.order-desc img {
    margin-bottom: 15px;
}

.order-desc .avl-status,
.order-desc .order-pg,
.order-desc .search-eg {
    display: block;
    margin-bottom: 15px;
}

.glossary-tag {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 10px;
    display: inline-block;
}

.content-page p,
.content-page li {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}

.content-page li {
    list-style-type: decimal;
    padding-bottom: 5px;
}

.content-page ol,
.content-page ul {
    margin-left: 45px;
}

.content-page p,
.content-page img {
    margin-bottom: 25px;
}

.content-page img {
    width: 100%;
}

.product-details .realse-tag {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.product-details-block {
    min-height: 309px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-wrapper {
    width: 100%;
}

@media only screen and (min-width: 428px) {
    .faq-wrap .show {
        height: auto;
    }
}

.faq-wrap .show div {
    box-shadow: none;
}

.faq-wrap .accordion-button {
    font-size: 14px;
}

.search-wrap-block {
    display: flex;
    gap: 20px;
}



.product-heading-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 0.5px solid rgba(182, 182, 182, 0.60);
    gap: 15px;
}

.product-heading-details h1 {
    margin-bottom: 0 !important;
    border: none;
}

.sort-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.grid-btn i,
.sort-btn i {
    font-size: 19px;
}

.view-active {
    color: #F47E20;
}

@media all and (min-width: 768px) {

    .grid-btn i,
    .sort-btn i {
        font-size: 25px;
    }
}

@media all and (min-width: 600px) {
    .view-list .single-product {
        width: 100%;
        position: relative;

    }

    .view-list .show-products-wrap {
        gap: 50px;
    }

    .view-list .show-product {
        display: inline-flex;
        align-items: start;
        min-height: 0 !important;
        box-shadow: none !important;
        gap: 40px;
        padding: 0 !important;
        width: auto !important;
    }

    .view-list .product-img {
        box-shadow: 0px 0px 0px 1px #D4D4D4;
        min-width: 200px;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media all and (min-width: 768px) {
    .view-list .product-img {
        min-width: 240px;
        height: 240px !important;
    }

    .view-list .product-details {
        padding-bottom: 63px;
    }
}

@media all and (min-width: 992px) {
    .view-list .btn-wrap {
        position: absolute;
        bottom: 0;
        left: 283px;
        padding: 0;
    }
}

.sort-block {
    display: flex;
    flex-direction: column-reverse;

    gap: 10px;
    align-items: flex-end;
    flex: none;
}

@media all and (min-width:768px) {
    .sort-block {
        flex-direction: row;
        align-items: center;
    }
}

.sort-block .sort-text,
.sort-details select,
.sort-details select option {
    color: #000;
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.sort-block .sort-details {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
}

.sort-details select {
    padding: 3px 24px 3px 4px;
    border: 1px solid rgba(182, 182, 182, 0.60);
    width: 120px;
}

@media all and (min-width:768px) {
    .sort-details select {
        width: 160px;
    }

    .sort-block .sort-details {
        margin-bottom: 0;
    }
}

.availability {
    padding: 6px 0;
    border-bottom: 1px solid rgba(182, 182, 182, 0.60);
    margin-bottom: 25px;

}

.availability ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.availability li {
    padding: 3px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
}

.availability .select-brand {
    margin-bottom: 35px;
}

.chck-block input[type=checkbox] {

    border-radius: 50%;
    margin: 0;
    position: relative;

}

.chck-block input[type=checkbox]:focus {
    outline: none;
}

.availability .chck-block {
    display: flex;
    gap: 4px;
    align-items: center;
}

.availability .available-count {
    color: rgba(30, 30, 30, 0.50);
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 300;
}

@media all and (min-width:992px) {
    .availability .available-count {
        font-size: 18px;
    }
}

.content-page h1 {
    font-weight: 800;
    color: #F47E20;
}

.content-page h2 {
    font-weight: 700;
    color: #F47E20;
}

.content-page h3 {
    /* font-weight: 400; */
    color: #F47E20;
}

.search-block {

    position: relative;

    max-width: 330px;

    width: 100%;

    border-radius: 6px;

    border: 1px solid rgba(0, 64, 96, .2);

    margin-bottom: 14px;

}

.search-block input {

    width: 100%;

    padding: 10px 30px 10px 10px;

    border-radius: 6px;

    border: none;

}

.search-block .search-vin-btn {

    position: absolute;

    top: 0;

    bottom: 0;

    right: 10px;

    z-index: 11;

    margin: auto;

    width: 14px;

    height: 20px;

    filter: brightness(0) saturate(100%) invert(62%) sepia(46%) saturate(3559%) hue-rotate(346deg) brightness(98%) contrast(95%);

}

.product-wrapper .vin-info {

    color: #a8b2c1;

}

.product-wrapper .vin-highlight {

    display: inline-block;

    color: #a8b2c1;

    text-decoration: underline dashed;

    width: auto !important;

}

.product-panel {

    display: flex;

    flex-direction: column;

    align-items: center;

}

/* search-result */



.search-result {

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 45px;

    border-bottom: 1px solid rgba(0, 64, 96, .06);

    margin-bottom: 65px;

}

.search-module {

    padding: 150px 0 0;

}

.search-module .breadcrumb-list {

    list-style: none;

    display: flex;

    padding-left: 0;

    margin-top: 0;

    margin-bottom: 1em;

    align-items: center;

    flex: none;

}



.search-module .breadcrumb-list li {

    display: flex;

    align-items: center;

}



.search-module .breadcrumb-list li:not(:last-child):after {

    content: '';

}



.search-module .breadcrumb-separator {

    margin: 0 0.5em;

    color: #5c5c5c;

}



.search-module .breadcrumb-list a {

    color: #6A6A6A;

    transition: color 0.3s;

}



.search-module .breadcrumb-list a:hover,
.search-module .breadcrumb-list a:focus {

    color: rgba(86, 86, 86, 0.70);

}

.search-module h1 {

    font-size: 18px;

    margin-bottom: 24px;



}

.search-module h2 {

    font-size: 18px;

    font-weight: 700;

    margin: 0 0 16px 0;

}

.search-module h1 .highlight-mark {

    color: #F47E20;



}

.search-module .vin-navigation {

    display: inline-flex;

    flex-direction: column;

    align-items: start;

    gap: 16px;

    margin-bottom: 35px;

}

.search-module .vin-details {

    display: flex;

    align-items: center;

    gap: 70px;

}

.vin-details.preview {

    display: none;

}

.search-module .vin-drop {

    display: flex;

    align-items: center;

    gap: 10px;

    cursor: pointer;

}

.vin-model {

    display: block;

    color: #a8b2c1;

    font-size: 12px;

    margin-bottom: 25px;

}

.vin-data {

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 15px;

    padding: 15px 0;

    border-top: 1px solid rgba(0, 64, 96, .08);

    border-bottom: 1px solid rgba(0, 64, 96, .08);

}

.vin-data .select-option {

    font-size: 16px;

    color: #F47E20;

    margin: 0;

}

.vin-data .select-btn {

    border: 1px solid #F47E20;

    padding: 8px 12px;

    border-radius: 6px;

    transition: all 0.3s;
    cursor: pointer;
    color: #000;

}

.vin-data .select-btn:hover {

    background-color: #F47E20;

    color: #ffffff;

}

.vin-navigation .vin-info {
    width: 100px;
}

@media all and (min-width:768px) {

    .search-module h1,
    .search-module h2 {

        font-size: 24px;

    }

}

tr td a:hover {
    color: orange;
}





.breadcrumb-wrap .breadcrumb-list {

    list-style: none;

    display: flex;

    padding-left: 0;

    margin-top: 0;

    margin-bottom: 1em;

    align-items: center;

    flex: none;

}



.breadcrumb-wrap .breadcrumb-list li {

    display: flex;

    align-items: center;

}



.breadcrumb-wrap .breadcrumb-list li:not(:last-child):after {

    content: '';

}



.breadcrumb-wrap .breadcrumb-separator {

    margin: 0 0.5em;

    color: #5c5c5c;

}



.breadcrumb-wrap .breadcrumb-list a {

    color: #6A6A6A;

    transition: color 0.3s;

}



.breadcrumb-wrap .breadcrumb-list a:hover,
.breadcrumb-wrap .breadcrumb-list a:focus {

    color: rgba(86, 86, 86, 0.70);

}

.bg-tag {
    background-color: #f8f9fa;
    width: 100%;
    margin-bottom: 16px;
    padding: 10px;
}

.bg-tag .breadcrumb-list {
    margin-bottom: 0;
}



.footer-address-block {
    text-align: center;
}

.footer-address-block .logo {
    margin: 0 auto;
    margin-bottom: 16px;
    width: 150px;
}

.footer-address-block a {
    display: block;
    color: #867676;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    /* font-weight: 700; */
    line-height: 98%;
    transition: all 0.5s;
    margin-bottom: 11px;
}

.footer-address-block a:hover {
    color: #F47E20;
}

.address-wrap address {
    display: block;
    color: #867676;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    /* font-weight: 700; */
    line-height: 98%;
    transition: all 0.5s;
    margin: 0 auto;
    margin-bottom: 11px;
    max-width: 500px;

}

@media only screen and (min-width: 992px) {
    .footer-address-block {
        text-align: start;
        margin-bottom: 20px;
    }

    .footer-address-block .logo {
        margin: 0;
        margin-bottom: 30px;
    }

    .address-wrap {
        margin-bottom: 22px;
    }


    .address-wrap address {
        margin: 0;
        margin-bottom: 11px;
    }

    .main-footer-section {
        display: flex;
        justify-content: space-between;
        gap: 30px;
    }

    .footer-address-block a {
        font-size: 14px;
    }

    .address-wrap address {
        font-size: 14px;

    }

}

@media screen and (min-width: 1400px) {
    .footer-address-block a {
        font-size: 18px;
    }

    .address-wrap address {
        font-size: 18px;
    }

}