.collapsible-header:hover, .custom-navbar {
    background-color: #f2f2f2
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%
}

.btn-link.nav-link:focus, .btn:active:focus, .btn:focus, .form-check-input:focus, .form-control:focus {
    box-shadow: 0 0 0 .1rem #fff,0 0 0 .25rem #258cfb
}

body {
    font-family: sans-serif;
    background: #f9f9f9
}

.custom-navbar {
    box-shadow: 0 4px 8px #0000001a
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.centerImg img {
    width: 350px;
    transition: transform .2s ease-in-out
}

.scrolled {
    background-color: #ddddddb9 !important
}

.font-35px {
    font-size: 35px
}

.mt-105px {
    margin-top: 102px
}

.text-color {
    color: #8b8d94 !important
}

.btn-grey, .offcanvas-body li.active a, .offcanvas-body li:hover a {
    color: #fff !important
}

p {
    font-size: 16px;
    color: #666
}

.btn-grey, .btn-grey:hover {
    background: #6c757d
}

.cursor-pointer {
    cursor: pointer
}

.btn-black {
    border: 1px solid #6c757d;
    color: #6c757d !important
}

.subTitle, .subTitle a {
    color: #212529bf
}

.offcanvas-body li a {
    color: #282828 !important
}

.offcanvas-body li.active, .offcanvas-body li:hover {
    background-color: #6c757d !important;
    border-radius: 6px
}

.nav-link {
    font-size: 20px !important
}

.smallDiv span, .subTitle {
    font-size: 11.3px;
}

    .subTitle a {
        text-decoration: none
    }

.row.px-2.px-lg-0 p, .row.px-2.px-lg-0 span {
    font-size: 13px
}

.bg-gray {
    background: #f1f1f1
}

.table-sm > :not(caption) > * > * {
    padding: 4px 8px !important;
    font-size: 13px
}

.termAndCondition ul li {
    font-size: 1rem;
    color: #555;
    line-height: 30px;
    text-align: justify
}

.termAndCondition p {
    font-size: 1rem;
    color: #555;
    line-height: 30px;
    text-align: justify
}

@media only screen and (max-width:800px) {
    .font-35px {
        font-size: 23px !important
    }

    .centerImg img {
        width: 200px !important;
        transition: transform .2s ease-in-out !important
    }

    .navbar-brand {
        display: none
    }

    .navbar-nav .nav-link {
        font-size: 14px !important
    }
}

.collapsible-container {
    margin-bottom: 1rem;
    border-radius: 6px;
    border: 1px solid #ddd
}

.collapsible-header {
    cursor: pointer;
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 1.1rem;
    background-color: #f1f1f1;
    border-radius: 6px;
    transition: background-color .3s
}

.collapsible-icon {
    transition: transform .3s
}

.collapsible-header.active .collapsible-icon {
    transform: rotate(180deg)
}

.page-item.active .page-link {
    background-color: #6c757d !important;
    border-color: #6c757d !important
}

.collapsible-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s;
    padding: 0 16px
}

    .collapsible-content.show {
        padding: 16px;
        overflow: hidden
    }

.detailLabel {
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    color: #6c757d;
    font-size: .95rem
}

@media (min-width:768px) {
    html {
        font-size: 16px
    }

    .logoDiv img {
        width: 135px
    }

    .detail-columns .detailLabel {
        width: 25%
    }

    .detail-columns .batterylabel {
        width: 33.33333%;
        line-height: 30px;
    }

    .btnFilter .btn {
        width: auto !important
    }

    .menuLogo {
        display: none
    }
}

@media (max-width:768px) {
    .owl-carousel .owl-item img {
        display: block;
        height: 120px
    }

    .coverImage {
        height: 290px !important;
        object-fit: cover
    }

    .menuTxt {
        display: none !important
    }
}

@media (max-width:500px) {
    .coverImage {
        height: 250px !important;
        object-fit: cover
    }

    .carName {
        font-size: 20px;
        margin-top: 6px
    }

    .gap-sm {
        gap: .5rem !important
    }
}

.detailLabel svg {
    position: relative;
    top: -2px
}

.owl-dots {
    display: none
}

.owl-next, .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,.5);
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    z-index: 999;
    cursor: pointer
}

.owl-carousel .owl-prev {
    left: 10px
}

.owl-carousel .owl-nav button {
    background: 0 0;
    border: none
}

.owl-carousel .owl-next {
    right: 10px
}

.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:not(:hover) {
    background: #6c757d6e !important
}

.owl-theme .owl-nav [class*=owl-] {
    padding: 10px 15px !important;
    margin: 0 !important;
    border-radius: 50px !important
}

.owl-theme .owl-nav .disabled {
    opacity: 1 !important
}

.logoDiv img {
    width: 200px
}

.coverImage {
    height: 670px;
    object-fit: cover
}

.btnSearch, .btnSearch:hover {
    height: 30px;
    padding: 0;
    border-radius: .5rem;
    transition: background-color .3s
}

#lightgallery .selected-image, .stockImage {
    /*object-fit: contain;*/
    border-radius: 5px
}

.filterDropdown {
    color: #9999a6 !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg fill='grey' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.5em;
    padding-right: 3rem
}

.owl-carousel .owl-item img {
    height: 200px !important;
    object-fit: cover;
    cursor: pointer
}

.image-wrapper {
    width: 100%;
    height: 285px;
    overflow: hidden;
    border-radius: 6px;
}

.stockImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

@media (min-width: 768px) {
    .image-wrapper {
        height: 320px;
    }
}

@media (min-width: 992px) {
    .image-wrapper {
        height: 285px;
    }
}

@media (min-width: 1800px) {
    .image-wrapper {
        height: 360px;
    }
}


.imgCover {
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    background-color: #f8f8f8;
    max-height: 700px
}

#lightgallery .selected-image {
    max-width: 100%;
    max-height: 100%;
    width: auto
}

#overviewText p {
    margin-bottom: 5px !important
}

.pr-intial {
    padding-right: inherit !important
}

.review-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

    .review-card:hover {
        transform: translate(0, -5px);
        transition: transform 300ms ease-out;
    }

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
}

.reviewer-info {
    flex-grow: 1;
}

.reviewer-name {
    font-weight: bold;
}

.review-date {
    font-size: 0.9em;
    color: #777;
}

.google-icon {
    width: 20px;
    margin-left: auto;
}

.stars {
    margin: 5px 0;
}

    .stars img {
        width: 17px;
        vertical-align: middle;
    }

.verified {
    color: #1a73e8;
    font-size: 16px;
    margin-left: 5px;
    vertical-align: middle;
}

.review-text {
    font-size: 0.95em;
    color: #333;
}

.read-more {
    color: #666;
    font-size: 0.9em;
    margin-top: 5px;
    display: block;
}

.page-item a {
    color: #000 !important;
}

.page-item.active a {
    color: #fff !important;
}
