@font-face {
    font-family: 'Kanit';
    src: url('../font/Kanit-Regular.ttf') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Kanit';
    src: url('../font/Kanit-Light.ttf') format('woff2');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Kanit';
    src: url('../font/Kanit-SemiBold.ttf') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Kanit';
    src: url('../font/Kanit-Medium.ttf') format('woff2');
    font-weight: 500;
    font-style: normal;
}


body{
    font-family: "Kanit", serif;
    font-weight: 400;
    font-style: normal;
}

header {
    border-bottom: 1px solid rgba(228, 228, 228, 1);
}

.slider-section .animeslide-slide:after{
    content: '';
    position: absolute;
    background: #1a32555e;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
}

.chat-now{
    position: fixed;
    bottom: 110px;
    right: 12px;
    background: rgba(255, 200, 37, 1);
    box-shadow: 0px 0px 15px 0px rgba(255, 200, 37, 1);
    padding: 12px 20px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 26px;
    text-decoration: none;
    color: #000;
    border: none;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    z-index: 1;
}
.sub-header {
    height: 40px;
    background: rgba(26, 50, 84, 1);
}
.sub-header .country-switcher {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    height: 32px;
    border: 1px solid #ffffff87;
    display: flex;
    align-items: center;
    border-radius: 56px;
    padding: 6px 24px 6px 12px;
    color: #fff;
    position: relative;
    gap: 6px;
    cursor: pointer;
}
.sub-header .country-switcher span{
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
}
.sub-header .country-switcher:before {
    content: '';
    background-image: url("../img/chevron-down.svg");
    position: absolute;
    width: 22px;
    height: 22px;
    right: 0px;
    z-index: 8;
}
.my-garage-web {
    width: 300px;
    position: absolute;
    top: 20px;
    z-index: 1;
    right: 50px;
}
.sub-header .hint{
    color: #fff;
    font-size: 14px;
    font-style: italic;
    margin: 0;
    font-weight: 600;
}
.sub-header .hint b{
    font-weight: 600;
    color: rgba(255, 200, 37, 1);
}
.sub-header .language-switcher{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.sub-header .language-switcher a{
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
.sub-header .language-switcher a.active{
    color: #ffc825;
}


.main-header {
    height: 64px;
}

.main-header .search-form{
    height: 42px;
    border: 1px solid rgba(228, 228, 228, 1);
    border-radius: 8px;
    width: 50%;
    position: relative;
    overflow: hidden;
    font-size: 16px;
}
.main-header .search-form input{
    width: 100%;
    height: 42px;
    display: block;
    border: none;
    padding-left: 48px;
    outline: none;
    font-size: 14px;
}

.main-header .search-form button{
    position: absolute;
    border: none;
    background: none;
    left: 0px;
    top: 0;
    height: 100%;
    width: 48px;
}
.main-header .search-form button img{
    width: 28px;
}

.main-header .header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}
.main-header .header-actions a{
    position: relative;
}
.main-header .header-actions a span{
    position: absolute;
    background: rgba(236, 62, 65, 1);
    color: #fff;
    width: 17px;
    height: 17px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -5px;
    right: -6px;
    border: 1px solid #fff;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
}

.main-header .header-actions .user-info{
    display: flex;
    gap: 10px;
    position: relative;
    padding-right: 30px;
    cursor: pointer;
}
.main-header .header-actions .user-info:before{
    content: '';
    background-image: url("../img/arrow.svg");
    position: absolute;
    width: 9px;
    height: 5px;
    right: 0px;
    top: 20px;
}
.main-header .header-actions .user-info span{
    color: rgba(26, 50, 84, 1);
    font-size: 14px;
    font-weight: 500;
}
.main-header .header-actions .user-info p{
    margin: 0;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    color: rgba(168, 168, 168, 1);
}

.slider-section{
    background: linear-gradient(263.21deg, #1A3254 -0.61%, #3A6FBA 152.67%);
    height: 395px;
    display: flex;
    position: relative;
}
.swiper-horizontal {
    height: 100%;
}

.slider-section .animeslide-slide {
    color:#fff;
}

.slider-section .animeslide-slide {
    position: relative;
    padding: 15px 0;
    background-size: cover;
}
.slider-section .animeslide-slide .slider-container {
    position: relative;
    width: 400px;
    z-index: 11;
}
.slider-section .animeslide-slide.swiper-slide-active [data-animate] {
    opacity: 1;
    transform: none;
}
.slider-section .animeslide-slide.swiper-slide-active .animeslide-heading {
    transition-delay: 0.6s;
}
.slider-section .animeslide-slide.swiper-slide-active .animeslide-desc {
    transition-delay: 1s;
}
.slider-section .animeslide-heading {
    margin-bottom: 25px;
    transition-delay: 3s;
}
.slider-section .animeslide-heading .innovative {
    color: rgba(255, 200, 37, 1);
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    position: relative;
    padding-left: 40px;
}
.slider-section .animeslide-heading .innovative:before {
    content: '';
    position: absolute;
    width: 35px;
    height: 1px;
    background: rgba(255, 200, 37, 1);
    top: 16px;
    left: 0;
}
.slider-section .animeslide-heading .title {
    color: #fff;
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    line-height: 48px;
}
.slider-section .animeslide-desc {
    font-size: 20px;
    font-weight: 300;
}

.slider-section [data-animate] {
    opacity: 0;
    transition: all 0.8s ease-out;
}
.slider-section [data-animate="bottom"] {
    transform: translate3d(0, 15px, 0);
}

.slider-section .animeslide-button-next{
    outline: none;
    position: absolute;
    bottom: 65px;
    top: initial;
    left: 32px;
}

.slider-section .animeslide-button-prev {
    outline: none;
    position: absolute;
    bottom: 65px;
    top: initial;
    left: 92px;
}
.slider-section .swiper-pagination {
    width: initial;
    left: 26px;
    bottom: 32px;
}
.slider-section .swiper-pagination .swiper-pagination-bullet{
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.slider-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #fff;
}

.slider-section .animeslide-button-next::after,
.slider-section .animeslide-button-prev::after {
    display: none;
}






.model-section {
    position: relative;
    z-index: 1;
}
.model-section .model-wrapper {
    height: 136px;
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    border: 1px solid rgba(228, 228, 228, 1);
    justify-content: space-around;
    margin-top: 32px;
}



.bundle-section{
    margin-top: 52px;
    margin-bottom: 52px;
}
.bundle-section .title{
    font-size: 32px;
    font-style: italic;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.bundle-section .summary{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-style: italic;
    padding-inline: 20%;
}

.bundle-section .bundle-item{
    border: 1px solid rgba(245, 245, 245, 1);
    margin-block: 12px;
    overflow: hidden;
}
.bundle-section .bundle-item figure{
    overflow: hidden;
}

.bundle-section .bundle-item img{
    height: 210px;
    width: 100%;
    object-fit: cover;
    transition: 0.3s all;
}
.bundle-section .bundle-item img:hover{
    transform: scale(1.2);
}

.bundle-section .bundle-item .bundle-info{
    background: rgba(245, 245, 245, 1);
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 290px;
    justify-content: space-between;
}

.bundle-section .bundle-item .bundle-info h2{
    font-size: 20px;
    font-style: italic;
    padding-block: 6px;
    font-weight: 600;
}
.bundle-section .bundle-item .bundle-info span{
    font-size: 16px;
    font-weight: 400;
}
.bundle-section .bundle-item .bundle-info a{
    background: rgba(255, 200, 37, 1);
    height: 48px;
    border-radius: 40px;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-inline: 50px;
    margin-top: 6px;
}


.offer-section{
    background: rgba(245, 245, 245, 1);
    padding-top: 64px;
    padding-bottom: 48px;
}
.offer-section .col-2{
    width: 20%;
}
.offer-section .title{
    font-size: 32px;
    font-style: italic;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.offer-section .summary{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-style: italic;
    padding-inline: 20%;
}
.offer-section .offer-item{
    margin-block: 12px;
    background: #fff;
    position: relative;
    border: 1px solid rgba(228, 228, 228, 1);
}
.user-profile .offer-section .offer-item{
    margin-top: 0;
    margin-bottom: 24px;

}
.offer-section .offer-item .wishlist{
    position: absolute;
    right: 10px;
    top: 10px;
}
.offer-section .offer-item .wishlist svg path{
    transition: 0.3s all;
}
.offer-section .offer-item .wishlist:hover svg path{
    fill: rgba(255, 200, 37, 1);
}

.offer-section .offer-item .offer-discount{
    position: absolute;
    background: rgba(255, 37, 77, 1);
    border-radius: 48px;
    left: 10px;
    top: 10px;
    height: 24px;
    color: #fff;
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    padding: 3px 16px;
}
.offer-section .offer-item .new{
    position: absolute;
    background: rgba(145, 212, 10, 1);
    border-radius: 48px;
    left: 10px;
    top: 10px;
    height: 24px;
    color: #fff;
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    padding: 3px 16px;
}
.offer-section .offer-item img{
    width: 100%;
    height: 180px;
    object-fit: contain;
    padding: 8px;
}
.offer-section .offer-item .offer-info{
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.offer-section .offer-item .offer-info .summary{
    padding: 0;
    color: rgba(168, 168, 168, 1);
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    text-align: left;
}
.offer-section .offer-item .offer-info .title{
    font-size: 20px;
    text-align: left;
}
.offer-section .offer-item .offer-info .old-price{
    color: rgb(151 151 151);
    font-size: 15px;
    font-weight: 400;
    text-decoration: line-through;
}
.offer-section .offer-item .offer-info .price{
    color: rgb(255 37 77);
    font-size: 18px;
    font-weight: 400;
}
.offer-section .offer-item .add-to-cart{
    height: 62px;
    background: rgba(228, 228, 228, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-style: italic;
    border-radius: 0;
    width: 100%;
    transition: 0.3s all;
}
.offer-section .offer-item .add-to-cart:hover {
    background: rgba(255, 200, 37, 1);
}

.offer-section .view-all-items{
    margin: 16px auto;
    background: rgba(228, 228, 228, 1);
    height: 55px;
    display: table;
    color: #000;
    border-radius: 72px;
    padding: 14px 24px;
    text-decoration: none;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    transition: 0.3s all;
}
.offer-section .view-all-items:hover{
    background: rgba(255, 200, 37, 1);
}

.banner-section{
    margin-block: 64px;
}
.banner-section img{
    height: 312px;
    width: 100%;
}

.feature-section{
    margin-block: 64px;
}
.feature-section .feature-item{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.feature-section .feature-item img{
    width: 54px;
    height: 54px;
    object-fit: cover;
}
.feature-section .feature-item h2{
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 2px;
}
.feature-section .feature-item p{
    color: rgba(118, 118, 118, 1);
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.feature-section  .main-banner img{
    margin-block: 64px;
    width: 100%;
    height: 240px;
    object-fit: cover;
}


footer .footer-wrapper{
    background: rgba(26, 50, 84, 1);
    border-top: 6px solid rgba(255, 200, 37, 1);
    padding-top: 42px;
}

footer p.logo-text{
    font-size: 20px;
    font-weight: 300;
    padding-top: 8px;
    width: 90%;
    color: rgba(224, 224, 224, 1);
}
footer .footer-section{
    color: #fff;
    display: flex;
    flex-direction: column;
}
footer .footer-section h2{
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
}
footer .footer-section a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding-block: 6px;
    color: rgba(224, 224, 224, 1);
}
footer .footer-section ul{
    list-style: none;
    padding: 0  ;
}
footer .footer-section ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding-block: 6px;
    display: block;
    color: rgba(224, 224, 224, 1);
}

footer .newsletter p{
    font-size: 16px;
    font-weight: 300;
    padding-top: 8px;
    width: 90%;
    color: rgba(224, 224, 224, 1);
}
footer .newsletter-form{
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid rgba(255, 200, 37, 1);
}
footer .newsletter-form input{
    border: none;
    background: transparent;
    color: rgba(224, 224, 224, 1);
    font-weight: 300;
    font-size: 16px;
    outline: none;
}
footer .newsletter-form input::placeholder {
    color: rgba(224, 224, 224, 1);
}
footer .newsletter-form button{
    color: rgba(255, 200, 37, 1);
    background: transparent;
    border: none;
    font-style: italic;
    font-size: 20px;
    font-weight: 600;
}

.social{
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}
.social a {
    width: 40px;
    height: 40px;
    display: flex;
    background: rgba(255, 200, 37, 1);
    border-radius: 100px;
    align-items: center;
    justify-content: center;
}
footer .copyright {
    height: 58px;
    background: rgb(17 37 64);
}
footer .copyright span{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
footer .copyright span strong{
    color: rgba(255, 200, 37, 1);
}




.breadcrumb {
    height: 48px;
    margin: 0;
    align-items: center;
}
.breadcrumb-item+.breadcrumb-item::before{
    background-image: url("../img/breadcrumb-arrow.svg");
    content: '';
    width: 12px;
    height: 20px;
    position: relative;
    top: 3px;
    left: -6px;
}
.breadcrumb-item.active {
    font-size: 16px;
    color: rgba(26, 50, 84, 1);
    padding-left: 0.8rem;
}
.breadcrumb-item a{
    color: rgba(168, 168, 168, 1);
    text-decoration: none;
}





.my-garage{
    background: #fff;
    width: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.my-garage.my-garage-horizontal{
    flex-direction: row;
    flex-wrap: wrap;
    border: 1px solid rgba(228, 228, 228, 1);
}
.my-garage .title{
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    color: #000;
    position: relative;
    padding-left: 30px;
}
.my-garage.my-garage-horizontal .title{
    width: 100%;
}
.my-garage .title:before{
    content: '';
    position: absolute;
    width: 19px;
    height: 2px;
    background: rgba(255, 200, 37, 1);
    top: 12px;
    left: 0;
}
.my-garage img.empty{
    width: 100%;
}
.my-garage .vehicle button{
    height: 48px;
    background: rgba(255, 200, 37, 1);
    border-radius: 8px;
    width: 100%;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    border: none;
}
.bundle-item-empty{
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.bundle-item-empty img{
    width: 400px;
    height: 400px;
    object-fit: cover;
}
.my-garage .vehicle .car-list{
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 12px;
    gap: 6px;
    margin-bottom: 0;
    overflow-x: auto;
    padding-bottom: 16px;
    width: 90%;
}
.my-garage .vehicle .car-list li{
    width: 64px;
    height: 64px;
    border: 1px solid rgba(228, 228, 228, 1);
    display: flex;
    align-items: center;
    border-radius: 100px;
    overflow: hidden;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}
.my-garage .vehicle .car-list li img{
    width: 100%;
    padding: 8px;
}
.my-garage .vehicle .car-list li img.add-car {
    width: 42px;
}
.my-garage .content {
    display: flex;
    flex-direction: column;
}
.my-garage.my-garage-horizontal .content{
    flex-direction: row;
    align-items: center;
    gap: 32px;
}
.my-garage .content img.car-image{
    height: 82px;
    display: table;
    margin: 10px auto;
}
.my-garage .content .car-info{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.my-garage .content .car-info h2.car-title{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.my-garage .content .car-info span.car-spec{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 8px;
}
.my-garage .content .car-info p.car-desc{
    font-size: 12px;
    font-weight: 400;
}
.my-garage.my-garage-horizontal .content .car-info h2.car-title{
    text-align: initial;
}
.my-garage.my-garage-horizontal .content .car-info p.car-desc{
    text-align: initial;
}
.my-garage.my-garage-horizontal .content .car-info span.car-spec{
    text-align: initial;
}
.my-garage.my-garage-horizontal .vehicle {
    display: flex;
    flex-direction: column;
}
.my-garage.my-garage-horizontal .vehicle button {
    order: 2;
}
.my-garage.my-garage-horizontal .vehicle .car-list {
    order: 1;
    margin-bottom: 12px;
    margin-top: 0;
}
.my-garage-section {
    background: #f5f5f5;
    padding-top: 24px;
}

.bundle-list-section{
    background: #f5f5f5;
    padding-block: 32px;
}

.bundle-list-section .filter{
    background: #fff;
    width: 100%;
    border: 1px solid rgba(228, 228, 228, 1);
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bundle-list-section .filter .filter-car-type{
    display: flex;
    align-items: center;
    gap: 12px;
}

.bundle-list-section .filter .filter-car-type .custom-radio {
    display: flex;
}

.bundle-list-section .filter .filter-car-type .custom-radio input{
    display: none;
}
.bundle-list-section .filter .filter-car-type .custom-radio .radio-btn{
    display: flex;
    width: 114px;
    height: 40px;
    background: rgba(228, 228, 228, 1);
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    gap: 6px;
    border-radius: 40px;
}
.bundle-list-section .filter .filter-car-type .custom-radio .radio-btn h5{
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    font-style: italic;
}

.bundle-list-section .filter .filter-car-type .custom-radio input:checked + .radio-btn{
    background: rgba(255, 200, 37, 1);
}

.bundle-list-section .bundle-list .bundle-list-group{
    background: #fff;
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: 32px;
}

.bundle-list-section .bundle-list .bundle-list-group ul{
    width: 100%;
    padding: 0px;
    list-style: none;
    overflow:hidden;
    margin: 0;
    position: relative;
}

.bundle-list-section .bundle-list .bundle-list-group ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 32px;
    position: relative;
    transition: 0.3s all;
    border-bottom: 1px solid #eaecef;
    padding-left: 0;
}
.bundle-list-section .bundle-list .bundle-list-group ul li .item {
    gap: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #000;
}

.bundle-list-section .bundle-list .bundle-list-group ul li:last-child {
    border: none;
}
.bundle-list-section .bundle-list .bundle-list-group ul li .wishlist{
    position: absolute;
    right: 12px;
    top: 12px;
}

.bundle-list-section .bundle-list .bundle-list-group ul li .wishlist svg path{
    transition: 0.3s all;
}
.bundle-list-section .bundle-list .bundle-list-group ul li .wishlist:hover svg path{
    fill: rgba(255, 200, 37, 1);
}




.bundle-list-section .bundle-list .bundle-list-group ul li .preferred-brand-item{
    display: flex;
    gap: 32px;
}

.bundle-list-section .bundle-list .bundle-list-group ul li .preferred-brand-item figure{
    border: 1px solid #eaecef;
    width: 222px;
    height: 222px;
    margin: 0;
    border-radius: 8px;
    padding: 12px;
}
.bundle-list-section .bundle-list .bundle-list-group ul li .preferred-brand-item figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0px;
    margin: 0;
}
.bundle-list-section .bundle-list .bundle-list-group ul li .preferred-brand-item .preferred-brand-item-info{
    display: flex;
    flex-direction: column;
}

.bundle-list-section .bundle-list .bundle-list-group ul li .preferred-brand-item .preferred-brand-item-info h2{
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    margin: 0;
    color: #000;
}
.bundle-list-section .bundle-list .bundle-list-group ul li .preferred-brand-item .preferred-brand-item-info span{
    font-size: 16px;
    font-weight: 400;
}

.bundle-list-section .bundle-list .bundle-list-group ul li .preferred-brand-item .preferred-brand-item-info span.old-item{
    color: rgb(151 151 151);
    font-size: 15px;
    font-weight: 400;
    text-decoration: line-through;
}
.bundle-list-section .bundle-list .bundle-list-group ul li .preferred-brand-item .preferred-brand-item-info span.price-item{
    color: rgb(255 37 77);
}

.before-shop-loop{
    position: relative;
    background-color: rgba(241, 243, 245, 0.5);
    border-radius: 6px;
    padding: 1.25rem 1.875rem;
    margin: 24px;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter-button{
    display: none;
}
.before-shop-loop p{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
}
.before-shop-loop .sorting-products{
    display: inline-flex;
    align-items: center;
}
.before-shop-loop .sorting-products span{
    font-size: 0.8125rem;
    color: #868e96;
    margin-right: 0.375rem;
    font-weight: 300;
}
.before-shop-loop .sorting-products select{
    font-size: 0.8125rem;
    font-weight: 500;
    padding-left: 0;
    height: auto;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    max-width: 130px;
    text-overflow: ellipsis;
    cursor: pointer;
}
.widget_search_filter .entry-description {
    font-size: 0.75rem;
    color: #868e96;
    letter-spacing: 0.03rem;
}
.widget_search_filter .form-column{
    margin-bottom: 16px;
}
.widget_search_filter .form-column:last-child{
    margin-bottom: 0;
}
.widget_search_filter select {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 42px;
    color: rgb(33, 37, 41);
    border-color: rgb(206, 212, 218);
    box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
    border-radius: 12px;
    padding-left: 8px;
    font-size: 13px;
}
.vote{
    margin-top: 8px;
    display: flex;
    gap: 5px;
}

.fit{
    padding: 8px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    background: #e9ffdb;
    border-radius: 4px;
    margin-top: 17px;
    font-size: 15px;
}
.fit a{
    text-decoration: none;
    color: #000;
}

.feature{
    width: 100%;
    padding: 0;
}
.feature .feature-item{
    justify-content: initial;
    color: rgba(0, 144, 69, 1);
    font-size: 16px;
    gap: 6px;
}
.price-item{
    color: rgb(0 0 0);
    font-size: 24px;
    font-style: italic;
    display: block;
    font-weight: 600;
    padding-left: 12px;
    margin-bottom: 2px;
}
.bundle-list-section .bundle-list .bundle-list-group ul li .preferred-brand-item-btn-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

 .buy-now{
    height: 48px;
    border: 1px solid rgba(255, 200, 37, 1);
    border-radius: 40px;
    font-size: 16px;
    font-style: italic;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
}
.buy-now:hover{
    color: #000;
}

.add-to-cart{
    height: 48px;
    border-radius: 8px;
    background: rgba(255, 200, 37, 1);
    font-size: 16px;
    font-style: italic;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    gap: 8px;
    font-weight: 600;
    position: relative;
    border: none;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.add-to-cart.load:after{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    opacity: 1;
    transition: opacity .2s ease;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(161 161 161 / 40%);
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle;
    animation: spin 0.8s linear infinite;
}
.view-cart{
    height: 48px;
    border-radius: 8px;
    background: rgba(255, 200, 37, 1);
    font-size: 16px;
    font-style: italic;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    gap: 8px;
    font-weight: 600;
    border: none;
}
.view-cart:hover{
    color: #000;
}
.btn-theme{
    height: 48px;
    border-radius: 8px;
    background: rgba(255, 200, 37, 1);
    font-size: 16px;
    font-style: italic;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 8px;
    font-weight: 600;
}
.btn-theme:hover{
    color: #000;
}
.add-to-cart:hover {
    color: #000;
}



.modal-content .close-btn{
    background: transparent;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
}
.modal-content .back-btn{
    position: absolute;
    top: 10px;
    left: 10px;
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
    padding: 0;
}
.modal-content .back-btn svg{
    width: 32px;
    height: 32px;
}

.selectModal .modal-body
{
    padding: 2rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.selectModal .selectModal-info{
    text-align: center;
}
.selectModal .selectModal-info h2{
    color: rgba(255, 200, 37, 1);
    font-size: 32px;
    font-weight: 600;
    font-style: italic;
}
.selectModal .selectModal-info p{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.selectModal .confirm-btn{
    height: 48px;
    width: 300px;
    background: rgba(255, 200, 37, 1);
    border-radius: 40px;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    flex-shrink: 0;
}

.selectModal .modal-switcher{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.selectModal.selectCarModelModal .modal-switcher{
    margin-bottom: 8px;
}
.selectModal.selectCountryModal .modal-switcher{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: initial;
}
.selectModal.selectCountryModal .modal-switcher label {
    display: flex;
    justify-content: center;
}

.selectModal .modal-switcher h4 {
    color: rgba(26, 50, 84, 1);
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.selectModal.selectCarTypeModal .modal-switcher .modal-switcher-wrapper {
    gap: 16px;
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    overflow-x: auto;
    padding-bottom: 16px;
}
.selectModal.selectCarYearModal .modal-switcher .modal-switcher-wrapper {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.selectModal.selectCarModelModal .modal-switcher .modal-switcher-wrapper {
    gap: 16px;
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    overflow-x: auto;
    padding-bottom: 16px;
}
.selectModal.selectCarSubModelModal .modal-switcher .modal-switcher-wrapper {
    gap: 16px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 16px;
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
}

.selectModal .modal-switcher .modal-switcher-wrapper .custom-radio{
    box-sizing: border-box;
}
.selectModal.selectCarYearModal .modal-switcher .modal-switcher-wrapper .custom-radio{
    flex: initial;
}

.selectModal .modal-switcher .custom-radio input{
    display: none;
}

.selectModal .modal-switcher .custom-radio .radio-btn{
    display: flex;
    flex-direction: column;
    width: 170px;
    height: 110px;
    border: 1px solid rgb(224 224 224);
    background: rgba(245, 245, 245, 1);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.selectModal.selectCarSubModelModal .modal-switcher .custom-radio .radio-btn {
    width: 100%;
}
.selectModal.selectCarModelModal .modal-switcher .custom-radio .radio-btn,
.selectModal.selectCarSubModelModal .modal-switcher .custom-radio .radio-btn{
    background: transparent;
}

.selectModal.selectCarYearModal .modal-switcher .custom-radio .radio-btn{
    width: 82px;
    height: 40px;
}

.selectModal .modal-switcher .custom-radio .radio-btn img{
    margin-bottom: 12px;
    object-fit: cover;
}
.selectModal.selectCarSubModelModal .modal-switcher .custom-radio .radio-btn img{
    margin: 0;
    height: 70px;
}
.selectModal.selectCarModelModal .modal-switcher .modal-switcher-wrapper .custom-radio .radio-btn img:not(.check-mark){
    height: 56px;
}

.selectModal .modal-switcher .custom-radio .radio-btn img.check-mark{
    width: 16px;
    height: 16px;
    border-radius: 100px;
    padding: 3px;
    position: absolute;
    top: 6px;
    margin: 0;
    left: 14px;
    transform: translateX(-50%) scale(1);
    transition: 0.5s;
    pointer-events: none;
    border: 1px solid rgba(228, 228, 228, 1);
    background: #fff;
}

.selectModal .modal-switcher .custom-radio input:checked + .radio-btn img.check-mark{
    transform: translateX(-50%) scale(1);
    background: #ffc825;
    border: none;
}

.selectModal .modal-switcher .custom-radio .radio-btn h5{
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    margin: 0;
}
.selectModal .modal-switcher .custom-radio  h5{
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    margin: 0;

}
.selectModal.selectCarSubModelModal .modal-switcher h5{
    display: flex;
    justify-content: center;
    padding-block: 6px;
}


.selectModal .modal-switcher .custom-radio input:checked + .radio-btn{
    background: #fff;
    border: 2px solid rgba(255, 200, 37, 1);
}

.selectModal .modal-switcher .filter-car-type{
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 6px;
    overflow-x: auto;
    width: 100%;
}

.selectModal .modal-switcher .filter-car-type .custom-radio{
    display: flex;
}
.selectModal .modal-switcher .filter-car-type .custom-radio .radio-btn{
    display: flex;
    width: 114px;
    height: 32px;
    background: rgba(228, 228, 228, 1);
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    gap: 6px;
    border-radius: 40px;
    flex-direction: inherit;
}

.selectModal .modal-switcher .filter-car-type .custom-radio .radio-btn h5{
    font-size: 12px;
    margin: 0;
    font-weight: 600;
    font-style: italic;
}
.selectModal .modal-switcher .filter-car-type .custom-radio .radio-btn img{
    margin: 0;
}

.selectModal .modal-switcher .filter-car-type .custom-radio input:checked + .radio-btn {
    background: rgba(255, 200, 37, 1);
}






.bundle-details-section {
    background: #f5f5f5;
    padding-top: 24px;
}

.bundle-details-section .bundle-details-info-wrapper {
    background: #fff;
    padding: 16px;
    position: relative;
}

.bundle-details-section .bundle-details-info-wrapper .wishlist {
    position: absolute;
    right: 16px;
    top: 16px;
}
.bundle-details-section .bundle-details-info-wrapper .car-model{

}
.bundle-details-section .bundle-details-info-wrapper .car-model figure{
    width: 50px;
    height: 50px;
    margin: 0;
    overflow: hidden;
}
.bundle-details-section .bundle-details-info-wrapper .car-model figure img{
    width: 100%;
    height: 100%;
}
.bundle-details-section .bundle-details-info-wrapper .car-model h4 {
    font-size: 16px;
    margin: 0;
    color: rgba(26, 50, 84, 1);
    font-weight: 400;
}
.bundle-details-section .bundle-details-info-wrapper .bundle-info {
    color: rgba(255, 200, 37, 1);
    font-size: 18px;
    font-weight: 400;
    margin-block: 2px;
    display: block;
}
.bundle-details-section .bundle-details-info-wrapper .bundle-title {
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
}
.bundle-details-section .bundle-details-info-wrapper .bundle-code {
    font-size: 16px;
    font-weight: 400;
}
.bundle-details-section .bundle-details-info-wrapper .feature-section {
    border-top: 1px solid rgba(228, 228, 228, 1);
    border-bottom: 1px solid rgba(228, 228, 228, 1);
    padding-block: 24px;
    margin-block: 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.bundle-details-section .bundle-details-info-wrapper .feature-section .feature-item{
    justify-content: start;
}
.bundle-details-section .bundle-details-info-wrapper .feature-section .feature-item img{
    width: 32px;
    height: 32px;
}
.bundle-details-section .bundle-details-info-wrapper .feature-section .feature-item h2{
    font-size: 16px;
}
.bundle-details-section .bundle-details-info-wrapper .feature-section .feature-item p{
    font-size: 12px;
}
.bundle-details-section .bundle-details-info-wrapper .product-iconboxes {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1.875rem;
}
.bundle-item-loading{
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
}
.bundle-item-loading img{
    margin-top: 84px;
}
.bundle-details-section .bundle-details-info-wrapper .product-iconboxes .iconbox{
    flex: 0 0 50%;
    max-width: 50%;
    display: inline-flex;
    align-items: flex-start;
    flex-flow: row wrap;
    margin-bottom: 0.9375rem;
}
.bundle-details-section .bundle-details-info-wrapper .product-iconboxes .iconbox .icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex: 0 0 2.5rem;
    max-width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.9375rem;
    border: 1px solid #e9ecef;
    border-radius: 50%;
}
.bundle-details-section .bundle-details-info-wrapper .product-iconboxes .iconbox .detail h5{
    font-size: 0.8125rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.bundle-details-section .bundle-details-info-wrapper .product-iconboxes .iconbox .detail p{
    font-size: 0.75rem;
    color: #868e96;
}

.bundle-details-section .bundle-details-info-wrapper .product-assistant {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
}
.bundle-details-section .bundle-details-info-wrapper .product-assistant .assistant-avatar {
    position: relative;
    margin-right: 1.25rem;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3.875rem;
    flex: 0 0 3.875rem;
    max-width: 3.875rem;
}
.bundle-details-section .bundle-details-info-wrapper .product-assistant .assistant-avatar img {
    max-width: 100%;
    height: auto;
}

.bundle-details-section .bundle-details-info-wrapper .product-assistant .assistant-content {
    line-height: 1;
}
.bundle-details-section .bundle-details-info-wrapper .product-assistant .assistant-content span {
    display: block;
    font-size: 0.8125rem;
    line-height: normal;
    color: #868e96;
    margin-bottom: 0.625rem;
}
.bundle-details-section .bundle-details-info-wrapper .product-assistant .assistant-content p {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0;
}
.bundle-details-section .bundle-details-info-wrapper .product-assistant .assistant-content p a{
    font-size: 0.875rem;
    color: #3bc9db;
    margin-left: 0.625rem;
    text-decoration: none;
}
.bundle-details-section .bundle-details-info-wrapper .share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-block: 20px;
}
.bundle-details-section .bundle-details-info-wrapper .share h5{
    font-size: 16px;
    margin: 0;
    font-style: italic;
}
.bundle-details-section .bundle-details-info-wrapper .share a{
    width: 40px;
    height: 40px;
    display: flex;
    background: rgba(255, 200, 37, 1);
    border-radius: 100px;
    align-items: center;
    justify-content: center;
}
.cart-input-form {
    height: 48px;
    display: flex;
    border: 1px solid rgba(255, 200, 37, 1);
    border-radius: 40px;
    overflow: hidden;
    width: 140px;
    flex-basis: content;
}
.cart-input-form input{
    width: 65px;
    border: none;
    outline: none;
    text-align: center;
}
.cart-input-form input[type="number"]::-webkit-inner-spin-button,
.cart-input-form input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-input-form button{
    background: transparent;
    border: none;
    width: 56px;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding-inline: 4px;
}



.bundle-details-section .kovi-product-slider-wrapper {
    width: 100%;
}
.bundle-details-section .swiper {
    width: 100%;
    height: 100%;
}
.bundle-details-section .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bundle-details-section .mySwiper2 .swiper-slide {
    padding: 12px;
}
.bundle-details-section .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.bundle-details-section .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.bundle-details-section .swiper-slide {
    background-size: cover;
    background-position: center;
}
.bundle-details-section .mySwiper2 {
    height: 80%;
    width: 100%;
}
.bundle-details-section .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.bundle-details-section .mySwiper .swiper-slide,.mySwiperDesktop .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.bundle-details-section .mySwiper .swiper-slide-thumb-active,.mySwiperDesktop .swiper-slide-thumb-active {
    opacity: 1;
}
.bundle-details-section .mySwiperDesktop {
    margin-top: 10px;
}


.price-range-slider {
    width: 100%;
}
.price-range-slider .range-value {
    margin: 0;
    position: relative;
}
.price-range-slider .range-value button{
    position: absolute;
    top: 0;
    font-size: 0.6875rem;
    text-transform: uppercase;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    height: 2.125rem;
    background-color: #f2f3f5;
    border-color: transparent;
    right: 0;
    margin-top: 16px;
    border-radius: 6px;
}
.price-range-slider .range-value input {
    width: 100%;
    background: none;
    color: #000;
    box-shadow: none;
    border: none;
    margin: 20px 0 32px 0;
    font-size: 0.875rem;
    font-weight: 300;
}
.price-range-slider .range-bar {
    border: none;
    background: #f1f3f5;
    height: 2px;
    width: 96%;
    margin-left: 8px;border-radius:5px;
}
.price-range-slider .range-bar .ui-slider-range {
    background: #ffc825;
}
.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #ffc825;
    height: 17px;
    width: 17px;
    top: -0.52em;
    cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
    background: #ffc825;
}




.product-footer-details {
    font-size: 0.75rem;
    padding-bottom: 12px;
    max-width: 300px;
    padding-right: 16px;
}
.bundle-list-section .bundle-list .product-footer-details ul {
    padding-inline-start: 1.25rem;
}
.bundle-list-section .bundle-list .product-footer-details ul li{
    font-weight: 500;
    padding: 0;
    border: none;
    position: relative;
    gap: 8px;
    display: flex;
    align-items: baseline;
    padding-bottom: 3px;
    justify-content: start;
}
.bundle-list-section .bundle-list .product-footer-details ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 100px;
    display: flex;
    flex-shrink: 0;
}
.jq-toast-wrap{
    min-width: 350px;
}
.jq-toast-single a{
    color: #fff;
    border: none;
    font-size: 15px;
    margin-top: 9px;
    display: block;
    padding: 0;
    text-decoration: underline;
}
.bundle-filters .widget_klb_color_filter ul{
    list-style: none;
    padding-left: 0;
}
.bundle-filters .widget_klb_color_filter ul li .type-color{
    padding-bottom: 5px;
    text-transform: capitalize;
    vertical-align: middle;
    position: relative;
}
.bundle-filters .widget_klb_color_filter ul li .type-color span{
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.bundle-filters .widget_klb_color_filter ul li .type-color span:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .1);
    color: #FFF;
    font-weight: normal;
    line-height: 1;
    opacity: 0;
    transition: opacity .2s ease;
    content: "✔";
}
.bundle-filters .widget_klb_color_filter ul li:hover .type-color span:before{
    opacity: 1;
}
.bundle-filters .widget_klb_color_filter ul li .type-color input[type=checkbox] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bundle-filters .widget_klb_color_filter ul li .type-color input[type=checkbox]:checked + span:before {
    opacity: 1;
}

.bundle-filters .widget_klb_color_filter ul li .type-color a{
    line-height: normal;
    font-weight: 500;
    font-size: 0.875rem;
    color: #212529;
    text-decoration: none;
}
.bundle-filters{
    padding: 24px 24px 24px 24px;
    background: #f8f9fa;
}
.bundle-filters .widget {
    margin-bottom: 2.5rem;
}
.bundle-filters .widget .widget-title {
    font-size: 0.9375rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}
.bundle-filters .widget-checkbox-list ul {
    margin: 0;
    list-style: none;
    padding-left: 0;
}
.bundle-filters .widget-checkbox-list ul li{
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 4px;
}
.bundle-filters .widget-checkbox-list ul li a{
    line-height: normal;
    font-weight: 500;
    font-size: 0.875rem;
    text-decoration: none;
    color: #212529;
    width: 100%;
}
.bundle-filters .widget-checkbox-list ul li a input[type=checkbox] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bundle-filters .widget-checkbox-list ul li a label {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    font-size: 0.875rem;
    cursor: pointer;
    margin-bottom: 0;
}
.bundle-filters .widget-checkbox-list ul li a label span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 1.125rem;
    max-width: 1.125rem;
    width: 100%;
    height: 1.125rem;
    margin-right: 0.9375rem;
    top: -1px;
    border-radius: 6px;
    border: 1px solid rgb(206, 212, 218);
    -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.05);
    box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.05);
}
.bundle-filters .widget-checkbox-list ul li a label span::before {
    position: relative;
    content: "✔";
    font-size: 0.75rem;
    line-height: 1;
    left: 0.5px;
    text-shadow: 0px 0px 0px;
    opacity: 0;
}
.bundle-filters .widget-checkbox-list ul li a input[type=checkbox]:checked + label {
    color: #ffc825;
    font-weight: 500;
}
.bundle-filters .widget-checkbox-list ul li a input[type=checkbox]:checked + label span {
    color: #fff;
    background-color: #ffc825;
    border-color: #ffc825;
}
.bundle-filters .widget-checkbox-list ul li a input[type=checkbox]:checked + label span::before {
    opacity: 1;
}

.recently-viewed{
    padding-inline: 24px;
    margin-top: 24px;
}
.recently-viewed .module-header h2{
    font-size: 1.25rem;
    width: 100%;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #dee2e6;
}
.recently-viewed  .bundle-list .bundle-list-group ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
    gap: 16px; /* spacing between items */
}
.recently-viewed .bundle-list .bundle-list-group ul li .preferred-brand-item {
    flex-direction: column;
}
.recently-viewed  .bundle-list .bundle-list-group ul li a {
    flex-direction: column;
    padding-inline: 0;
    align-items: start;
    border: none;
}
.recently-viewed .bundle-list .bundle-list-group ul li .preferred-brand-item figure {
    width: 100%;
    position: relative;
}
.recently-viewed .product-footer-details {
    display: none;
}
.sub-header .header-toggle-btn {
    display: none;
}
.header-sidebar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 22;
    margin: 0;
    left: -100%;
    transition: 0.5s all;
    padding-top: 12px;
}
.header-sidebar button.close-btn{
    padding: 0;
    background: transparent;
    border: none;
    position: absolute;
    right: 20px;
    top: 12px;
}
.header-sidebar button.close-btn svg{
    width: 20px;
    height: 20px;
}
.header-sidebar h3{
    margin-inline: 38px;
    padding-top: 26px;
    font-size: 24px;
    font-weight: bold;
}
.header-sidebar ul.sub-menu button {
    background: transparent;
    border: none;
}
.header-sidebar ul.sub-menu li button svg{
    width: 20px;
    height: 20px;
    position: initial;
    transform: initial;
}

.header-sidebar ul{
    padding: 0;
    height: calc(100vh - 160px);
    overflow-y: auto;
}

.header-sidebar li {
    height: 48px;
    display: flex;
    align-items: center;
    padding-block: 26px;
    border-bottom: 1px solid #f3f3f3;
    margin-inline: 15px;
    position: relative;
}
.header-sidebar li.cancel {
    position: absolute;
    bottom: 0;
    background: #ff2525;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-sidebar li.cancel a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.header-sidebar li a{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: center;
    padding-inline: 24px;
    width: 100%;
}
.header-sidebar li svg{
    width: 20px;
    height: 20px;
    color: #000;
    stroke: currentColor;
    position: absolute;
    right: 10px;
    top: 16px;
    transform: rotate(180deg);
}
@media (min-width: 768px) {
    .bundle-details-section  .mySwiper {
        display: none;
    }
    .bundle-details-section .kovi-product-slider-wrapper {
        display: flex;
        flex-direction: column;
    }
    .bundle-details-section   .mySwiper2 {
        height: 100%;
    }
    .bundle-details-section   .swiper {
        width: 100%;
        height: 356px;
    }
    .bundle-details-section  .mySwiperDesktop .swiper-slide {
        width: 100%;
    }
    .bundle-details-section   .mySwiperDesktop {
       height: 100px;
    }
}



.bundle-details-wrapper {
    background: #f5f5f5;
    padding-top: 32px;
}
.bundle-details-wrapper .bundle-details-tabs {
    background: #fff;
    text-align: center;
}
.bundle-details-wrapper .bundle-details-tabs .nav{
    border-bottom: solid 1.5px #ffc825;
    display: flex;
    gap: 2px;
}
.bundle-details-wrapper .bundle-details-tabs .nav li{
    flex: 1;
}
.bundle-details-wrapper .bundle-details-tabs .nav li button{
    background: #e3e6ea;
    font-size: .9rem;
    outline: none;
    display: block;
    padding: 1.25rem 1.5rem;
    color: #687475;
    width: 100%;
    border-radius: 0;
    font-weight: 400;
}

.bundle-details-wrapper .bundle-details-tabs .nav li button.active{
    background: #ffc825;
    color: #fff;
}
.bundle-details-wrapper .bundle-details-tabs .tab-content {
    padding: 12px;
}
.bundle-details-wrapper .bundle-details-tabs .tab-content h2{
    display: flex;
    font-size: 22px;
}
.bundle-details-wrapper .bundle-details-tabs .tab-content table td{
    border-color: #cbd2d9;
    font-weight: 300;
}
.bundle-details-wrapper .bundle-details-tabs .tab-content table td a{
    text-decoration: none;
    color: #38a4fe;
}
.bundle-details-wrapper .bundle-details-tabs .tab-content table td span{
    color: #cca01f;
}

.bundle-details-wrapper .bundle-details-tabs .tab-content .more_info{

}

.cart-section {
    background: #fff;
    border-top: 2px solid #f5f5f5;
}

.cart-section table {
    margin-block: 32px;
    border: 1px solid rgba(245, 245, 245, 1);
    width: 100%;
}
.cart-section table > thead{
    height: 53px;
    vertical-align: middle;
    background: rgba(245, 245, 245, 1);
}
.cart-section .table>:not(:last-child)>:last-child>* {
    border-bottom-color: #f5f5f5;
}
.cart-section table figure{
    width: 100px;
    height: 100px;
    margin: 0;
}
.cart-section table figure img{
    width: 100%;
    object-fit: cover;
}
.cart-section table h2{
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    width: 150px;
    margin: 0;
}
.cart-section table span.price{
    color: rgba(26, 50, 84, 1);
    font-size: 16px;
    font-weight: 500;
}
.cart-section table span.qty {
    width: 48px;
    height: 48px;
    display: flex;
    border: 1px solid #ffc825;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
}

.cart-section .table>:not(caption)>*>* {
    vertical-align: middle;
}

.cart-section .cart-total-info{
    margin-block: 32px;
    border: 1px solid rgba(245, 245, 245, 1);
}
.cart-section .cart-total-info h2{
    background: rgba(245, 245, 245, 1);
    font-size: 24px;
    font-style: italic;
    padding: 12px;
    margin: 0;
}
.cart-section .cart-total-info ul{
    list-style: none;
    padding: 0 12px;
}
.cart-section .cart-total-info ul li{
    border-bottom: 1px solid rgba(228, 228, 228, 1);
    padding-block: 20px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}
.cart-section .cart-total-info ul li:last-child{
    border: none;
}
.cart-section .cart-total-info .checkout-btn{
    height: 48px;
    border-radius: 40px;
    background: rgba(255, 200, 37, 1);
    font-size: 16px;
    font-style: italic;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
    width: calc(100% - 32px);
    margin: 0px auto 20px;
}



.checkout-section{
    background: #fff;
    border-top: 2px solid #f5f5f5;
}

.checkout-section .checkout-steps{
    padding: 0;
    display: flex;
    justify-content: center;
    padding-block: 16px;
    list-style: none;
    border-bottom: 1px solid #f5f5f5;
    margin: 0;
}

.checkout-section .checkout-steps li{
    display: flex;
    position: relative;
    align-items: center;
    padding-right: 240px;
    gap: 6px;
}
.checkout-section .checkout-steps li:before{
    content: '';
    position: absolute;
    height: 1px;
    width: 180px;
    background: rgba(228, 228, 228, 1);
    right: 24px;
}
.checkout-section .checkout-steps li:last-child {
    padding: 0;
}
.checkout-section .checkout-steps li:last-child:before{
    display: none;
}

.checkout-section .checkout-steps li span{
    width: 40px;
    height: 40px;
    background: rgba(168, 168, 168, 1);
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkout-section .checkout-steps li.active span{
    background: rgba(26, 50, 84, 1);
    color: rgba(255, 200, 37, 1);
}
.checkout-section .checkout-steps li h3{
    color: rgba(26, 50, 84, 1);
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    margin: 0;
}

.checkout-wrapper{
    position: relative;
}

.checkout-wrapper:before{
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background: rgba(245, 245, 245, 1);
    right: 0px;
}

.checkout-wrapper .order-summary{
    margin-block: 64px;
    position: relative;
    padding-inline: 32px;
}
.checkout-wrapper .order-summary .heading-title{
    color: rgba(26, 50, 84, 1);
    font-style: italic;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid rgba(228, 228, 228, 1);
    margin: 0;
    padding-bottom: 16px;
}

.checkout-wrapper .order-summary ul.order-list{
    padding: 0;
    margin-block: 16px;
    list-style: none;
}

.checkout-wrapper .order-summary ul.order-list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-wrapper .order-summary ul.order-list li figure{
    width: 105px;
    height: 80px;
    overflow: hidden;
    background: #fff;
}

.checkout-wrapper .order-summary ul.order-list li figure img{
    width: 100%;
    height: 80px;
    object-fit: cover;
    padding: 6px;
}

.checkout-wrapper .order-summary ul.order-list li h2{
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    width: 200px;
}

.checkout-wrapper .order-summary ul.order-list li .order-info{
    flex-direction: column;
    display: flex;
}

.checkout-wrapper .order-summary ul.order-list li .order-info .price{
    color: rgba(26, 50, 84, 1);
    font-size: 16px;
    font-weight: 400;
}
.checkout-wrapper .order-summary ul.order-list li .order-info .quantity{
    color: rgba(168, 168, 168, 1);
    font-size: 16px;
    font-weight: 400;
}

.checkout-wrapper .order-summary ul.order-info{
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(228, 228, 228, 1);
    padding-block: 16px;
}
.site-close {
    display: none;
}
.checkout-wrapper .order-summary ul.order-info li{
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    border-bottom: 1px solid rgba(228, 228, 228, 1);
    font-size: 16px;
    font-weight: 400;
}
.checkout-wrapper .order-summary ul.order-info li:last-child{
    border: none;
}



.checkout-wrapper .order-steps
{
    margin-block: 32px;
    padding-inline: 32px;
}

.checkout-wrapper .title-heading{
    color: rgba(26, 50, 84, 1);
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
}

.checkout-wrapper .form-group {
    margin-bottom: 32px;
}
.checkout-wrapper .form-group label{
    font-size: 16px;
    font-weight: 300;
    position: relative;
    margin-bottom: 8px;
}
.checkout-wrapper .form-group  input.form-control{
    border: 1px solid rgba(228, 228, 228, 1);
    border-radius: 8px;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(168, 168, 168, 1);
}

.checkout-wrapper .form-group  select.form-select{
    border: 1px solid rgba(228, 228, 228, 1);
    border-radius: 8px;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(168, 168, 168, 1);
}

.checkout-wrapper .form-group input[type='checkbox']{
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkout-wrapper .form-group input[type='checkbox']:before{
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid rgba(255, 200, 37, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.checkout-wrapper .form-group input[type='checkbox']:checked + .label-checkbox:after{
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid rgba(255, 200, 37, 1);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkout-wrapper .form-group .label-checkbox:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid rgba(255, 200, 37, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.checkout-wrapper button.next-submit{
    background: rgba(255, 200, 37, 1);
    height: 63px;
    width: 100%;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
}



.success-pay {
    padding-block: 64px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-bottom: 32px solid rgba(245, 245, 245, 1);
}
.success-pay .success-pay-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.success-pay .success-pay-wrapper span{
    font-size: 16px;
    font-weight: 400;
}
.success-pay .success-pay-wrapper h4{
    font-size: 30px;
    color: rgba(10, 13, 19, 1);
    font-weight: 500;
    margin-bottom: 32px;
}

.success-pay .success-pay-wrapper a.track-code{
    background-color: rgba(255, 200, 37, 1);
    height: 63px;
    width: 100%;
    border-radius: 40px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}
.success-pay .success-pay-wrapper a.generate-receipt{
    color: rgba(157, 163, 161, 1);
    height: 63px;
    width: 100%;
    border-radius: 40px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}
.success-pay-img{
    width: 300px;
    border-radius: 300px;
    overflow: hidden;
    height: 300px;
    object-fit: cover;
}


.user-section {
    border-top: 2px solid #f5f5f5;
    border-bottom: 32px solid rgba(245, 245, 245, 1);
    background: rgba(245, 245, 245, 1);
    padding-top: 24px;
}

.user-section .user-sidebar {
    list-style: none;
    padding: 0;
    margin-top: 24px;
    border-right: 1px solid rgba(245, 245, 245, 1);
    flex-shrink: 0;
    width: 230px;
}
.user-section .user-sidebar li{
    height: 48px;
    display: flex;
    align-items: center;
    padding-block: 26px;
    border-bottom: 1px solid #f3f3f3;
    margin-inline: 15px;
    position: relative;
}
.user-section .user-sidebar li:first-child{
    margin-top: 38px;
}
.user-section .user-sidebar li.cancel {
    display: inline;
    border: none;
    margin: 0;
    padding: 0;
    position: initial;
}
.user-section .user-sidebar li.cancel button{
    background: transparent;
    border: none;
    position: absolute;
    top: 12px;
    right: 20px;
}
.user-section .user-sidebar li.cancel button svg{
    position: initial;
}
.user-section .user-sidebar li a{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: center;
    padding-inline: 24px;
    width: 100%
}
.user-section .user-sidebar li svg{
    width: 20px;
    height: 20px;
    color: #000;
    stroke: currentColor;
    position: absolute;
    right: 10px;
    top: 16px;
    transform: rotate(180deg);
}
.user-section .user-sidebar li.active{
    background: rgba(255, 200, 37, 1);
}


.user-profile{
    padding: 24px;
    width: 100%;
}
.user-profile-avatar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(228, 228, 228, 1);
    padding-bottom: 26px;
}
.user-profile-avatar .user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}
.user-profile-avatar .user-info span{
    font-size: 12px;
    color: rgba(168, 168, 168, 1);
    font-weight: 400;
}
.user-profile-avatar .user-info h3{
    color: rgba(26, 50, 84, 1);
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.user-profile-avatar .edit-profile-btn{
    background: rgba(255, 200, 37, 1);
    height: 32px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    text-decoration: none;
    display: flex;
    align-items: center;
    border-radius: 40px;
    padding-inline: 20px;
}
.user-profile-info {
    padding-block: 32px;
}
.user-profile-info h1{
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
}
.user-profile-info .add-btn{
    background: rgba(255, 200, 37, 1);
    height: 32px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    text-decoration: none;
    display: flex;
    align-items: center;
    border-radius: 40px;
    padding-inline: 20px;
    margin-top: 0;
}
.user-profile-info .user-profile-info-label span{
    font-size: 12px;
    color: rgba(168, 168, 168, 1);
    font-weight: 400;
    font-style: italic;
}
.user-profile-info .user-profile-info-label h4{
    color: rgba(26, 50, 84, 1);
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
}
.user-profile-info .address-list{
    padding: 0;
    list-style: none;
}
.user-profile-info .address-list li{
    border-bottom: 1px solid rgba(228, 228, 228, 1);
    padding-block: 6px;
    position: relative;
}
.user-profile-info .address-list li .edit-btn{
    background: rgba(255, 200, 37, 1);
    height: 32px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    text-decoration: none;
    display: flex;
    align-items: center;
    border-radius: 40px;
    padding-inline: 20px;
    margin-top: 0;
    position: absolute;
    bottom: 12px;
    right: 0;
}
.user-profile-info .address-list li:last-child{
    border: none;
}


.user-profile .garage-list{
    padding: 0;
    list-style: none;
}
.user-profile .garage-list li{
    border: 1px solid rgba(228, 228, 228, 1);
    padding: 16px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    position: relative;
}
.user-profile .garage-list li .dropdown{
    height: 42px;
}
.user-profile .garage-list li img{
    height: 72px;
    object-fit: cover;
}
.user-profile .garage-list li h3{
    font-size: 16px;
    font-weight: 600;
}
.user-profile .garage-list li h6{
    font-size: 16px;
    font-weight: 400;
}
.user-profile .garage-list li span{
    font-size: 12px;
    font-weight: 400;
}
.user-profile .garage-list li .dropdown-menu li{
    border: none;
    margin: 0;
    padding: 0;
}
.user-profile .add-new-vehicle-btn {
    background: rgba(255, 200, 37, 1);
    height: 48px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    border-radius: 40px;
    padding-inline: 32px;
}



.order-profile-table{
    border: 1px solid rgba(245, 245, 245, 1);
}
.order-profile-table > thead {
    height: 71px;
    vertical-align: middle;
    background: rgba(245, 245, 245, 1);
}
.order-profile-table > thead h2{
    font-size: 16px;
    color: rgba(26, 50, 84, 1);
    font-style: italic;
    font-weight: 600;
}
.order-profile-table > thead span{
    font-size: 16px;
    font-weight: 400;
}
.order-profile-table .bundle-img{
    display: inline-table;
    width: 230px;
}
.order-profile-table .bundle-img img{
    width: 104px;
    height: 80px;
    border: 1px solid #f5f5f5;
    object-fit: cover;
    padding: 6px;
}

.order-profile-table .bundle-product-total{
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
}
.order-profile-table .bundle-product-list{
    padding: 0;
    list-style: none;
}
.order-profile-table .bundle-product-list li{
    font-size: 12px;
    color: rgba(168, 168, 168, 1);
    font-weight: 400;
}
.order-profile-table .bundle-product-list li strong{
    font-weight: 600;
}
.order-profile-table .reorder-btn{
    background: rgba(255, 200, 37, 1);
    height: 32px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    text-decoration: none;
    align-items: center;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    width: 170px;
}
.order-profile-table .archive-btn{
    height: 32px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    text-decoration: none;
    align-items: center;
    border-radius: 40px;
    border: 1px solid rgba(228, 228, 228, 1);
    width: 170px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.order-profile-table .estimated-delivery h2{
    font-size: 16px;
    color: rgba(26, 50, 84, 1);
    font-style: italic;
    font-weight: 600;
    margin: 0;
}
.order-profile-table .estimated-delivery span{
    font-size: 16px;
    font-weight: 300;
}

.order-profile-table >:not(:last-child)>:last-child>* {
    border-bottom-color: #f5f5f5;
}

.order-details {

}
.order-details h4{
    color: rgba(26, 50, 84, 1);
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    margin: 0;
}
.order-details span{
    font-size: 16px;
    font-weight: 400;
}

.order-details .order-status {
    height: 32px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    padding-inline: 16px;
    align-items: center;
    display: flex;
}

.order-details .order-status.in-progress {
    color: rgba(15, 213, 88, 1);
    background-color: rgba(15, 213, 88, 0.2);
}

.order-details .order-profile-table > thead {
    background-color: transparent;
}



.page-section {
    border-top: 2px solid #f5f5f5;
    border-bottom: 32px solid rgba(245, 245, 245, 1);
    position: relative;
}
.page-section.contact-section{
    background: rgba(245, 245, 245, 1);
    padding-top: 24px;
}


.contact-wrapper-info {
    position: relative;
    color: #fff;
    padding: 48px;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    background: rgba(26, 50, 84, 1);
}
.contact-wrapper-info h2.heading-title{
    color: rgba(255, 200, 37, 1);
    font-size: 32px;
    font-weight: 600;
    font-style: italic;
    line-height: 47px;
    padding-top: 28px;
}
.contact-wrapper-info p.paragraph{
    font-size: 16px;
    font-weight: 300;
    color: rgba(245, 245, 245, 1);
    line-height: 23px;
}
.contact-wrapper-info .contact-info{
    padding-top: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
}
.contact-wrapper-info .contact-info h2{
    color: rgba(255, 200, 37, 1);
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
}

.contact-wrapper-info .contact-info a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding-block: 6px;
    color: rgba(224, 224, 224, 1);
}
.contact-wrapper-info .social{
    justify-content: start;
    gap: 12px;
    padding-block: 42px;
}

.contact-form {
    padding: 32px;
}
.contact-form h2.title-heading{
    font-size: 20px;
    font-style: italic;
    margin-bottom: 32px;
    font-weight: 600;
}
.contact-form .form-group {
    margin-bottom: 24px;
}
.contact-form .form-group label {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    margin-bottom: 8px;
}
.contact-form .form-group input.form-control {
    border: 1px solid rgba(228, 228, 228, 1);
    border-radius: 8px;
    height: 56px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(168, 168, 168, 1);
}

.contact-form .form-group textarea.form-control {
    border: 1px solid rgba(228, 228, 228, 1);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(168, 168, 168, 1);
}
.contact-form button{
    background: rgba(255, 200, 37, 1);
    height: 48px;
    width: 65%;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    margin: auto;
    display: table;
}

.auth-section{
    padding-block: 42px;
}
.auth-section img.auth-cover{
    width: 100%;
}
.auth-form {
    padding: 32px;
}
.auth-form h2.title-heading{
    font-size: 32px;
    font-style: italic;
    font-weight: 600;
    color: rgba(26, 50, 84, 1);
}
.auth-form p.desc{
    color: rgba(168, 168, 168, 1);
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 32px;
}
.auth-form .form-group {
    margin-bottom: 24px;
}
.auth-form .form-group label {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    margin-bottom: 8px;
}
.auth-form .form-group input.form-control {
    border: 1px solid rgba(228, 228, 228, 1);
    border-radius: 8px;
    height: 56px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(168, 168, 168, 1);
}
.iti {
    width: 100%;
}
.selected-car{
    display: none;
}

.auth-form .form-group textarea.form-control {
    border: 1px solid rgba(228, 228, 228, 1);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(168, 168, 168, 1);
}
.auth-form button{
    background: rgba(255, 200, 37, 1);
    height: 48px;
    width: 65%;
    border-radius: 40px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    margin: auto;
    display: table;
}
.auth-form .form-group .login-btn{
    color: rgba(255, 200, 37, 1);
    font-style: italic;
    text-decoration: none;
    font-weight: 600;
}
.social-login {
    display: flex;
    justify-content: center;
    gap: 12px;
}
.social-login a{
    border: 1px solid rgba(234, 234, 234, 1);
    border-radius: 40px;
    display: flex ;
    align-items: center;
    gap: 5px;
    padding-inline: 18px;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    height: 45px;
}


.page-section.about-section {
    border: none;
}
.about-section .about-header{
    background-image: url("../img/about.jpeg");
    height: 550px;
    width: 100%;
    background-size: cover;
    position: relative;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.about-section .about-header:before{
    content: '';
    background-color: rgba(26, 50, 84, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
}

.about-section .about-header h2{
    position: relative;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
}
.about-section .about-header p{
    position: relative;
    font-size: 20px;
    width: 50%;
    text-align: center;
    font-weight: 200;
}
.about-info {
    margin-block: 64px;
}
.about-info img{
    width: 100%;
}
.about-info h2.title{
    font-size: 32px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 24px;
}
.about-info .about-info-list{
    margin-bottom: 16px;
}
.about-info .about-info-list h5{
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
}
.about-info .about-info-list p{
    font-size: 16px;
    font-weight: 400;
}


.about-service{
    background: rgba(26, 50, 84, 1);
}
.about-service figure{
    margin: 0;
}
.about-service img{
    width: 100%;
}
.about-service h2.title{
    font-size: 32px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 24px;
    color: rgba(255, 200, 37, 1);
}
.about-service p.desc{
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
.about-service .about-info-list{
    margin-block: 8px;
}
.about-service .about-info-list h5{
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    color: rgba(255, 200, 37, 1);

}
.about-service .about-info-list p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}


.static-page{
    margin-block: 64px;
}
.main-header .vehicle {
    display: none;
}
.my-garage-mobile{
    display: none;
}

.bundle-section-mobile{
    display: none;
}
.bottom-bar{
    display: none;
}
.sidebar-toggle-btn{
    display: none;
}
.offer-section .col-xxl-2{
    width: 20%;
}

.user-section .user-sidebar li.cancel button{
    display: none;
}
.header_navigation_wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-weight: lighter;
    height: 100%;
}
.header_navigation_wrapper .header_navigation_elm{
    cursor: pointer;
}
.header_navigation_wrapper .header_navigation_elm a{
    color: #fff;
    text-decoration: none;
}
.header_navigation_wrapper .header_navigation_elm ul li a{
    color: #000;
}
.header_navigation_wrapper .header_navigation_elm ul {
    min-width: 360px;
    border-radius: 0;
}
@media (max-width: 1399.98px) {

    .offer-section .col-xl-3 {
        width: 25%;
    }
    .slider-section .animeslide-button-prev , .slider-section .animeslide-button-next{
        bottom: 10px;
    }
    .slider-section .swiper-pagination{
        bottom: 20px;
        left: 140px;
    }
    .sub-header .country-switcher span, .sub-header .hint{
        display: none;
    }
    .sub-header .country-switcher span, .sub-header .e-control{
        position: absolute;
        right: 12px;
        top: 4px;
    }
    .main-header .search-form input, .my-garage .content .car-info h2.car-title, .my-garage .vehicle button{
        font-size: 13px;
    }
    .slider-section .animeslide-heading .innovative, .slider-section .animeslide-desc,
    .my-garage .title{
        font-size: 17px;
    }
    .slider-section .animeslide-heading .title{
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 0;
    }
    .slider-section .animeslide-heading{
        margin-bottom: 12px;
    }
    .feature-section .main-banner img{
        height: initial;
    }
    .banner-section img{
        height: initial;
    }
    .my-garage .vehicle .car-list li{
        flex-shrink: 0;
        width: 50px;
        height: 50px;
    }
}


@media (max-width: 991.98px) {
    .header_navigation_wrapper {
        display: none;
    }
    .my-garage-web{
        display: none;
    }
    .selectModal .modal-body {
        padding: 3rem 1rem;
    }
    .selectModal .modal-switcher {
        margin-top: 40px;
    }
    .selectModal .modal-switcher .custom-radio .radio-btn{
        width: 220px;
        height: 130px;
    }
    .selectModal.selectCountryModal .modal-switcher .custom-radio .radio-btn{
        width: 100%;
    }
    .selectModal.selectCarModelModal .modal-switcher .modal-switcher-wrapper .custom-radio .radio-btn{
        width: 100%;
    }
    .selectModal.selectCountryModal .modal-switcher .custom-radio .radio-btn img:not(.check-mark){
        height: 75px;
    }
    .selectModal.selectCarTypeModal .modal-switcher .custom-radio .radio-btn img:not(.check-mark){
        height: 75px;
    }
    .selectModal.selectCarModelModal .modal-switcher .modal-switcher-wrapper{
        width: 100%;
    }
    .selectModal.selectCarModelModal .modal-switcher .custom-radio .radio-btn {

    }
    .selectModal.selectCarSubModelModal .modal-switcher .modal-switcher-wrapper {
    }
    .selectModal.selectCountryModal .modal-switcher{
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }
    .selectModal.selectCarTypeModal .modal-switcher .modal-switcher-wrapper{
        grid-auto-flow: inherit;
        grid-template-rows: repeat(1, auto);
    }
    .selectModal.selectCarYearModal .modal-switcher .modal-switcher-wrapper{
        grid-template-columns: repeat(3, 1fr);
    }
    input {
        border-radius: 8px !important;
    }
    .cart-section table > tbody {
        display: flex;
        flex-direction: column;
    }
    .offer-section .col-6{
        width: 50%;
    }
    .sub-header {
        position: relative;
    }
    .container{
        max-width: 100%;
    }
    .main-header .search-form{
        width: 100%;
        height: 38px;
    }
    .main-header .search-form input {
        height: 38px;
        padding-left: 42px;
    }
    .main-header .search-form button {
        width: 42px;
    }
    .main-header .search-form button img{
        width: 24px;
        height: 24px;
    }
    .main-header .header-actions{
        display: none;
    }
    .logo{
        height: 32px;
    }
    .main-banner {
        display: none;
    }
    .main-header{
        height: 56px;
    }
    .main-header .vehicle {
        display: block;
    }
    .my-garage-mobile{
        display: flex;
        align-items: center;
        height: 80px;
        justify-content: space-between;
        gap: 15px;
        margin-bottom: 12px;
    }
    .my-garage-mobile .content {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .my-garage-mobile .swiper-pagination {
        bottom: -5px;
    }
    .my-garage-mobile .swiper-pagination-bullet-active {
        width: 20px;
        border-radius: 10px;
        transition: 0.3s all;
        background: #1a3255;
    }
    .my-garage-mobile .content img{
        width: 80px;
    }
    .my-garage-mobile .content .car-info{
        align-items: start;
        display: flex;
        flex-direction: column;
    }
    .my-garage-mobile .content .car-info h2{
        font-size: 14px;
        margin: 0;
    }
    .my-garage-mobile .content .car-info span{
        font-size: 12px;
    }
    .my-garage-mobile button {
        height: 52px;
        border-radius: 100px;
        font-style: italic;
        font-weight: 600;
        background: transparent;
        border: 1px solid #ffc825;
        width: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }

    .model-section .model-wrapper{
        display: none;
    }
    .bundle-section {
        display: none;
    }
    .bundle-section-mobile{
        display: block;
        padding-block: 16px;
    }
    .bundle-section-mobile h3{
        margin: 0;
    }
    .bundle-section-mobile a.view-all{
        color: #858585;
        text-decoration: none;
    }
    .bundle-section-mobile ul{
        list-style: none;
        display: grid;
        overflow-x: auto;
        padding-left: 0;
        gap: 10px;
        padding-bottom: 20px;
        padding-top: 16px;
        margin: 0;
        grid-template-rows: repeat(2, auto);
        grid-auto-flow: column;
    }
    .bundle-section-mobile ul.bundle-row{
        grid-template-rows: repeat(1, auto);
        gap: 0;
    }
    .bundle-section-mobile ul.bundle-row li{
        border: none;
        border-radius: 0;
        display: flex
    ;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }
    .bundle-section-mobile ul.bundle-row li img{
        border: 1px solid #ffc825;
        width: 80px;
        height: 80px;
        border-radius: 100px;
        padding: 5px;
        object-fit: cover;
        background: #fff;
    }
    .bundle-section-mobile ul.bundle-row li h3{
        text-align:  center;
    }

    .bundle-section-mobile ul li{
        border: 1px solid #eaeaea;
        border-radius: 12px;
        padding: 8px;
    }
    .bundle-section-mobile ul li a{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        text-decoration: none;
        color: #000;
    }
    .bundle-section-mobile ul li img{
        width: 70px;
    }
    .bundle-section-mobile ul li h3{
        font-size: 12px;
        font-weight: 400;
    }
    .offer-section {
        background: #fff;
        padding-block: 16px;
    }
    .offer-section .summary{
        display: none;
    }
    .offer-section .offer-item img{
        height: 100px;
    }
    .offer-section .offer-item .offer-info .title{
        font-size: 14px;
    }
    .offer-section .offer-item .offer-info .price{
        font-size: 14px;
    }
    .offer-section .offer-item .add-to-cart{
        height: 38px;
        font-size: 16px;
    }
    .offer-section .offer-item .offer-info{
        padding: 8px;
    }
    .offer-section .offer-item {
        margin-block: 6px;
    }
    .banner-section{
        margin-block: 0;
    }
    .banner-section img{
        margin-bottom: 12px;
    }
    .feature-section .feature-item {
        justify-content: start;
        margin-block: 20px;
    }
    .feature-section{
        margin-top: 12px;
        margin-bottom: 24px;
    }
    .feature-section .main-banner img{
        margin: 0;
    }
    footer .footer-section{
        padding-bottom: 20px;
    }
    footer .copyright{
        padding-block: 12px;
        height: initial;
    }
    footer .copyright span{
        margin-bottom: 8px;
    }
    .bottom-bar{
        position: sticky;
        bottom: 0px;
        background: #fff;
        border-top: 1px solid #f5f5f5;
        box-shadow: 0px 0px 30px #eaeaea;
        display: block;
    }
    .bottom-bar ul{
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        list-style: none;
        margin: 0;
    }
    .bottom-bar li{
        width: 25%;
    }
    .bottom-bar li a{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: #828282;
        font-weight: 400;
        font-size: 12px;
        gap: 4px;
    }
    .bottom-bar li.active a{
        color: rgba(26, 50, 84, 1);
        font-style: italic;
        font-weight: 600;
    }
    .bottom-bar li a svg path{
        fill: rgba(168, 168, 168, 1);
    }
    .bottom-bar li.active a svg path{
        fill: rgba(26, 50, 84, 1);
    }
    .bottom-bar li a img{
        width: 32px;
        height: 32px;
    }

    .contact-wrapper-info{
        width: 100%;
        padding: 12px;
        background: #fff;
    }
    .page-section.contact-section {
        padding-top: 12px;
    }
    .contact-wrapper-info p.paragraph{
        color: #333;
    }
    .contact-wrapper-info .contact-info a{
        color: #333;
    }
    .contact-wrapper-info h2.heading-title{
        padding:0;
    }
    .contact-wrapper-info .social{
        margin:0;
    }
    .contact-form{
        padding-inline: 12px;
        border-top: 1px solid #e8e8e8;
    }
    .about-section .about-header{
        height: 300px;
    }
    .about-section .about-header p{
        width: 90%;
    }
    .about-info{
        margin-block: 12px;
    }
    .about-service h2.title{
        padding-top: 12px;
    }
    .my-garage-section{
        display: none;
    }
    .vote{
        display: none;
    }
    .feature{
        display: none;
    }
    .buy-now {
        width: 215px;
        font-size: 14px;
    }
    .add-to-cart {
        width: 190px;
        font-size: 14px;
        height: 42px;
        border-radius: 8px;
    }
    .bundle-list-section{
        padding-block: 12px;
    }
    .cart-section table > thead{
        display: none;
    }
    .cart-section table{
        display: block;
        margin-block: 12px;
    }
    .cart-section table > tbody tr{
        display: flex;
        padding-inline-start: 115px;
        position: relative;
        flex-direction: column;
    }
    .cart-section table figure{
        width: 100px;
        height: 114px;
    }
    .cart-section table figure img{
        height: 100%;
        width: 100%;
    }
    .cart-section table > tbody tr th{
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .cart-section table > tbody tr{
        border-bottom: 1px solid rgba(228, 228, 228, 1);
    }
    .cart-section table > tbody tr th,.cart-section table > tbody tr td{
        border: none;
        border-color: transparent;
    }
    .cart-section table h2{
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        width: 90%;
    }
    .cart-section table > tbody tr td.remove-from-cart{
        position: absolute;
        right: 0px;
        top: 8px;
    }
    .cart-section .cart-total-info{
        margin-top: 0;
        margin-bottom: 12px;
    }
    .checkout-wrapper:before{
        display: none;
    }
    .checkout-section .checkout-steps li:before{
        display: none;
    }
    .checkout-section .checkout-steps li{
        padding-right: 0;
    }
    .checkout-section .checkout-steps{
        gap: 12px;
    }
    .checkout-wrapper .order-steps{
        padding-inline: 0;
    }
    .checkout-wrapper .order-summary{
        margin-block: 0;
        padding-inline: 0;
    }
    .checkout-wrapper .order-summary ul.order-list li{
        flex-direction: column;
        align-items: flex-start;
        border-bottom: 1px solid rgba(228, 228, 228, 1);
    }
    .checkout-wrapper .order-summary ul.order-list li .order-info{
        width: 100%;
        align-items: center;
        position: relative;
        top: -20px;
    }
    .checkout-wrapper .order-summary ul.order-list li:last-child{
        border-bottom: none;
    }
    .success-pay {
        padding: 12px;
    }
    .success-pay .success-pay-wrapper h4{
        text-align: center;
        font-size: 24px;
    }
    .success-pay .success-pay-wrapper svg{
        width: 50%;
        height: 50%;
    }
    .auth-form{
        padding: 0;
    }
    .social-login{
        margin-top: 24px;
    }
    .auth-section{
        padding-block: 32px;
    }
    .user-section .user-sidebar{
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 22;
        margin: 0;
        left: -100%;
        transition: 0.5s all;
        padding-top: 12px;
    }
    .sidebar-toggle-btn {
        background: #dcab1c;
        border-radius: 45px;
        color: #fff;
        cursor: pointer;
        font-size: 24px;
        height: 60px;
        left: -28px;
        position: fixed;
        text-align: center;
        top: 200px;
        transition: background .3s ease-in-out;
        width: 60px;
        z-index: 1;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 24px;
    }
    .user-profile-avatar{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .user-profile-order{
        padding: 0;
    }
    .order-profile-table{
        display: block;
        border-bottom: 10px solid rgba(245, 245, 245, 1);
    }
    .order-profile-table:before {
        content: '';
    }
    .order-profile-table > thead{
        display: none;
    }
    .order-profile-table > tbody tr {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .order-profile-table .bundle-img{
        width: 100%;
    }
    .order-profile-table td.bundle-info{
        width: 100%;
    }
    .order-profile-table .bundle-img img{
        width: 50%;
        height: 100px;
    }
    .order-details .order-status.in-progress{
        background: transparent;
    }
    .order-profile-table .reorder-btn{
        width: 120px;
    }
    .order-profile-table .archive-btn{
        width: 140px;
    }
    .order-profile-table:last-child{
        margin: 0;
    }
    .user-section{
        padding-top: 12px;
    }
    .bundle-details-wrapper .bundle-details-tabs .nav {
        gap: 5px;
    }
    .bundle-details-wrapper .bundle-details-tabs .tab-content table{
        min-width: 500px;
    }
    .selected-car{
        display: block;
        border-top: 2px solid #ffc825;
        padding-block: 6px;
    }
    .selected-car h2{
        font-size: 16px;
        padding-inline: 8px;
    }
    .selected-car .selected-car-wrapper{
        padding-inline: 8px;
        margin-inline: 9px;
        padding: 12px;
        background: #f4f4f4;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .before-shop-loop p{
        display: none;
    }
    .filter-button{
        display: block;
    }
    .filter-button a{
        color: #000;
        text-decoration: none;
    }
    .before-shop-loop{
        margin: 12px;
        height: 40px;
        padding-inline: 16px;
    }
    .before-shop-loop .sorting-products select{
        max-width: 105px;
    }
    .bundle-filters{
        padding: 15px;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 22;
        margin: 0;
        left: -100%;
        transition: 0.5s all;
        overflow-y: auto;
    }
    .site-close {
        display: block;
    }
    .site-close a{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0.875rem;
        width: 2.125rem;
        height: 2.125rem;
        color: #000;
        background-color: #f1f3f5;
        border-radius: 8px;
        transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
        text-decoration: none;
    }
    .bundle-filters .widget .widget-title {
        margin-bottom: 0;
    }
    .widget_search_filter .entry-description{
        margin-top: 24px;
    }
    .bundle-list-section .bundle-list .bundle-list-group ul{
       display: flex;
        flex-wrap: wrap;
        margin-inline: 5px;
    }
    .bundle-list-section .bundle-list .bundle-list-group ul li {
        width: 50%;
        padding: 0;
        flex-direction: column;
        padding-inline: 5px;
        margin-bottom: 12px;
        border: none;
    }
    .bundle-list-section .bundle-list .bundle-list-group ul li .item{
        flex-direction: column;
    }
    .bundle-list-section .bundle-list .bundle-list-group ul li .preferred-brand-item {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }
    .bundle-list-section .bundle-list .bundle-list-group ul li .preferred-brand-item figure{
        width: 100%;
    }
    .bundle-list-section .bundle-list .bundle-list-group ul li .wishlist{
        right: 16px;
    }
    .bundle-list-section .bundle-list .bundle-list-group ul li .preferred-brand-item .preferred-brand-item-info h2 {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
    }
    .product-footer-details {
        display: none;
    }
    .bundle-list-section .bundle-list .bundle-list-group ul li .preferred-brand-item-btn-group{
        width: 100%;
        gap: 4px;
    }
    .bundle-list-section .bundle-list .bundle-list-group ul li .add-to-cart {
        width: 100%;
        height: 38px;
    }
    .bundle-list-section .bundle-list .bundle-list-group ul li .view-cart {
        width: 100%;
        height: 38px;
        font-size: 14px;
    }
    .bundle-list-section .bundle-list .bundle-list-group ul li .add-to-cart img{
        width: 18px;
        height: 18px;
    }
    .bundle-list-section .bundle-list .bundle-list-group ul li .preferred-brand-item .preferred-brand-item-info span.price-item{
        padding: 0;
    }
    .bundle-list-section .bundle-list .bundle-list-group ul li .preferred-brand-item .preferred-brand-item-info span {
        font-size: 14px;
    }
    .recently-viewed .bundle-list .bundle-list-group ul{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 0;
        gap: 8px;
    }
    .recently-viewed {
        padding-inline: 8px;
    }
    .recently-viewed .bundle-list .bundle-list-group ul li{
        width: 100%;
    }
}


@media (max-width: 576px) {
    .user-section .user-sidebar li.cancel button{
        display: block;
    }
    .bundle-details-section .swiper.swiper-thumbs{
        height: 100px;
    }
    .bundle-details-section .kovi-product-slider-wrapper{
        margin-bottom: 12px;
    }

    .slider-section{
        height: 320px;
    }
    .sub-header .header-toggle-btn {
        display: block;
        color: #fff;
        font-size: 28px;
        position: absolute;
        left: 12px;
        top: -3px;
    }
    .sub-header .language-switcher {
        display: none;
    }
    .sub-header .country-switcher {
        position: absolute;
        right: 70px;
    }

}

@media (max-height: 600px) {
    .selectModal .modal-body {
        padding: 2rem 2rem;
    }
    .modal-dialog-scrollable .modal-content{
        height: 100vh;
    }
}
