    .variant-tab{
        width: 100%;
        position: relative;
    }
    .variant-tab .variant_filter{
        display: none;
    }

    .variant-tab .swiper-wrapper{
        padding: 10px 0;
        align-items: center;
        white-space: nowrap;
    }

    .variant-tab .swiper-slide{
        width: auto !important;
    }

    .variant-tab .swiper-button-next, 
    .variant-tab .swiper-button-prev{
        top: 34px;
    }

    .table-container {
        border: 1px solid #919191;
        border-radius: 6px;
        overflow-x: auto;
    }

    .table-compare {
        width: 100%;
        border: none;
        border-collapse: collapse;
        margin: 0;
    }

    .table-compare thead th {
        background-color: #323232;
        color: white;
        padding: 14px 18px;
        text-align: left;
        border: none;
    }

    .table-compare > tbody > tr {
        border-bottom: 1px solid #7e7e7e;
    }
    .table-compare > tbody > tr:nth-last-child {
        border-bottom: 0;
    }
    .table-compare > tbody > tr > td {
        padding: 18px;
        border: none;
    }
    
    .drop-category {
        border: 1px solid #484848;
        padding: 5px;
        border-radius: 5px;
        background: inherit;
        color: #a5a5a5;
        text-indent: 1px;
        position: relative;
        top: 3px;
        font-family: "Mulish", sans-serif;
        width: 100%;
    }

    /* Style options within the select */
    .drop-category option {
        background-color: #181818;
        color: #ffff;
    }

    .detail-divider-line {
        background: #2f2f2f;
        width: 100%;
        height: 1px;
    }

    .custom-checkbox {
        display: inline-flex;
        align-items: center;
        cursor: pointer;
    }

    .custom-checkbox .checkbox-compare-btn {
        display: none;
    }

    .custom-checkbox .checkmark {
        width: 100%;
        height: auto;
        border: 2px solid #ccc;
        border-radius: 6px;
        margin-right: 10px;
        display: inline-block;
        position: relative;
        transition: border-color 0.3s;
        padding: 10px;
        background-color: #2c2c2c;
    }

    .custom-checkbox .checkbox-compare-btn:checked + .checkmark {
        border-color: #64d97b;
    }

    .custom-checkbox .checkmark::after {
        content: "";
        position: absolute;
        width: 6px;
        height: 12px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        top: 1px;
        left: 6px;
        transform: rotate(45deg);
        display: none;
    }

    .custom-checkbox .checkbox-compare-btn:checked + .checkmark::after {
        display: block;
        border-color: #64d97b;
    }

    /* compare modal inner*/
    .modal-content-compare {
        position: relative;
        width: 30%;
    }
    .compare-box-bottom {
        display: flex;
        justify-content: center;
    }
    .compare-box-bottom-content {
        position: fixed;
        bottom: 0;
        background: #262626;
        border: 1px solid #666666;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        border-bottom: 0;
        display: none;
        box-shadow: 11px 8px 31.4px 0px #0000008c;
        overflow: hidden;
        width: 100%;
        display: none;
        z-index: 999;
        max-width: 35%;
    }
    .compare-box-bottom-inner {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }
    .comparecrossbtn {
        position: absolute;
        top: -8px;
        right: -8px;
        cursor: pointer;
        width: 18px;
        height: 18px;
    }

    .divider-line {
        margin: 3px 14px;
        border-bottom: 1px solid #e0e0e0;
    }

    .bike_tab_image {
        border-radius: 6px;
        border: 1px solid #828282;
        width: 100%;
        height: auto;
        max-width: 133px;
        max-height: 82px;
    }

    .key-feature-left {
        display: flex;
        gap: 5px;
    }
    
    .key-feature-icon {
        width: 23px;
        height: 23px;
        vertical-align: middle;
    }

   

    /*compare modal*/
    .compare-variant {
        margin-top: 10px;
    }

    .compare-image {
        display: none;
        position: relative;
        width: 60%;
        margin: 10px auto;
    }
    .showmore:not(.show) {
        max-height: 96px;
        overflow: hidden;
    }

    .read_more {
        cursor: pointer;
        line-height: 20px;
        letter-spacing: 0;
    }

    .#read_more {
        display: block;
    }

    
    /*highlight-features*/
    .highlight-features{
        display: flex;
        gap: 10px;
    }

    /*image square box */
    .square-box {
      width: 100%; 
      height: 115px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
           
    }

    .square-box-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 6px;
        border: 1px solid #828282;
    }


    /*pros cons*/
    .pros-cons-box {
        padding: 15px;
        border-radius: 8px;
        height: 100%;
    }

    .pros-cons-icon {
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin-right: 10px;
    }

    .pros-cons-ul {
        padding-left: 20px;
    }

    .pros-cons-ul li {
        list-style-type: disc;
        margin: 15px 5px;
        list-style-position: outside;
    }

    /**comparison container*/
    .comparison-container {
      display: flex;
      overflow-x: auto;
      max-width: 100%;
    }

    .fixed-column {
      min-width: 200px;
      position: sticky;
      left: 0;
      z-index: 1;
      background: #181818;
    }

    .scrollable-content {
      display: flex;
    }
    .scrollable-column {
      min-width: 200px;
    }

    .comparison-detail-content{
      min-height: 56px;
    }

    .comparison-detail-header{
      padding: 5px;
    }

    .comparison-detail-image{
      width: 100%;
      height: auto;
      border-radius: 8px;
    }

    .comparison-feature-name {
        background: #242425;
        padding: 6px;
    }
    
    .comparison-feature-value {
        padding: 6px;
    }

    .hidden{
        display: none;
    }


    /*top banner section left and right parent*/
    .top-banner-img-section {
        display: flex;
        gap: 15px;
    }

    /*top section left side image and count*/
    .banner-thumb {
        padding: 0;
        flex: 1;
    }
    .banner-thumb-card {
        position: relative;
        margin-bottom: 10px;
        list-style: none;
        display: inline-block;
        width: 58px;
        height: 58px;
        overflow: hidden;
        border-radius: 50%;
    }
    .banner-thumb-img {
        width: 100%;
        height: 58px;
        border-radius: 6px;
        object-fit: cover;
    }
    .banner-thumb-content {
        position: absolute;
        top: 0;
        text-align: center;
        background: rgba(36, 39, 44, 0.5);
        width: 100%;
    }
    .banner-thumb-content-inner {
        height: 58px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        font-size: 12px;
    }

    /*top section main image right side */
    .product-image-control {
        border-radius: 6px;
        width: 100%;
        position: relative;
    }
    .product-image-control .swiper-slide {
        position: relative;
    }
    .product-image-control .slider-main-zoom-img {
        position: absolute;
        right: 10px;
        bottom: 20px;
        width: 25px;
        height: 25px;
        z-index: 1;
    }

    /*top section tab thumb image  */
    .all-image-control .swiper-slide {
        position: relative;
    }
    .all-image-control-img-card {
        height: 100%;
        overflow: hidden;
        border-radius: 6px;
    }
    .all-image-control-img-card .product-image-1 {
        transition: transform 0.5s ease;
    }
    .all-image-control-img-card:hover .product-image-1 {
        transform: scale(1.1);
    }


    /*Color image slider and color indicator css top section*/
    .mySwiper2 {
        height: 80%;
        width: 100%;
    }
    .mySwiper2 .swiper {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .mySwiper2 .swiper-slide {
        font-size: 18px;
        background: #222121;
    }
    .swiper-slide-content {
        padding: 15px;
    }

    .slider-icon-size {
        width: 25px;
        height: 25px;
    }

    /*Color image slider and color indicator css bottom section*/
    .mySwiper {
        height: 100%;
        padding: 17px;
        border: 1px solid #1c1c1c;
    }
    .mySwiper .swiper-wrapper {
        justify-content: center;
    }
    .mySwiper .swiper-slide {
        width: auto !important;
        height: 100%;
        opacity: 0.4;
    }
    /*.mySwiperThumb_color_control .swiper-wrapper .swiper-slide {
        width: auto !important;
    }*/
    .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
    }

    .mySwiper .swiper-button-prev {
        left: 3px;
    }
    .mySwiper .swiper-button-next {
        right: 3px;
    }

    .swiper-slider-color-ind {
        border: 1px solid #ffffff;
        width: 45px;
        height: 45px;
    }

    .ind-color-black {
        background: #000000;
    }
    .ind-color-blue {
        background: #0000ff;
    }
    .ind-color-red {
        background: #ff0000;
    }
    .ind-color-yellow {
        background: #ffff00;
    }
    .ind-color-grey {
        background: #808080;
    }
    .ind-color-white {
        background: #ffffff;
    }
    .ind-color-orange {
        background: #ffa500;
    }
    .ind-color-green {
        background: #008000;
    }
    .ind-color-silver {
        background: #c0c0c0;
    }
    .ind-color-pink {
        background: #ffc0cb;
    }
    .ind-color-brown {
        background: #86654f;
    }
    .ind-color-cyan {
        background: #00ffff;
    }
    .ind-color-golden {
        background: #ffd700;
    }


    /*Expert Review css*/
    .expert-review {
        cursor: pointer;
        transition: 0.4s;
    }
    .expert-review .expert-review-item {
        padding: 15px;
        margin-top: 20px;
        border-radius: 10px;
        background: #242425;
    }
    .expert-review .expert-review-heading {
        position: relative;
        display: block;
        text-align: left;
        width: 100%;
        border: none;
        background: none;
        outline: none;
        padding: 0px;
        line-height: 25px;
        margin: 0px;
    }
    .expert-review .expert-review-heading .icon {
        display: inline-block;
        position: absolute;
        top: 0px;
        right: 0;
        width: 22px;
        height: 22px;
        border: 1px solid;
        border-radius: 22px;
        color: #ffffff;
    }
    .expert-review .expert-review-heading .icon::before {
        display: block;
        position: absolute;
        content: "";
        top: 9px;
        left: 5px;
        width: 10px;
        height: 2px;
        background: rgb(255 255 255);
    }
    .expert-review .expert-review-heading .icon::after {
        display: block;
        position: absolute;
        content: "";
        top: 5px;
        left: 9px;
        width: 2px;
        height: 10px;
        background: rgb(255 255 255);
    }
    .expert-review .expert-review-heading[aria-expanded="true"] {
        color: #032349;
    }
    .expert-review .expert-review-heading[aria-expanded="true"] .icon::after {
        width: 0;
    }
    .expert-review .expert-review-heading[aria-expanded="true"] + .expert-review-content {
        opacity: 1;
        max-height: fit-content;
        transition: all 200ms linear;
        will-change: opacity, max-height;
    }
    .expert-review .expert-review-content {
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: opacity 200ms linear, max-height 200ms linear;
        will-change: opacity, max-height;
    }
    /*layout css end */



    /*Price in india section*/
    .price-in-india-card {
        padding: 15px;
        border-radius: 10px;
        background: #242425;
    }

    .price-in-india-divider {
        border-bottom: 1px solid #676262;
    }

    /*faq*/
    .faq-question {
        background: #242425;
        padding: 6px;
    }

    /* side widget */
    .side-widget {
        display: flex;
        gap: 10px;
    }

    .side-widget-img-box {
        width: 30%;
        height: auto;
        flex: 0 0 auto;
    }
    .side-widget-content-box {
        padding: 5px;
    }

    @media (min-width: 720px) and (max-width: 1366px) {
        .short-desc-section {
            display: none;
        }
    }

    @media (min-width: 480px) and (max-width: 991px) {
        
        .compare-box-bottom-content {
            width: 100%;
            max-width: 85%;
        }
        .compare-box-bottom-inner {
            gap: 5px;
        }
        .modal-content-compare {
            width: 100%;
        }
        .compare-vehicle-image {
            width: 100%;
            height: auto;
        }
        .comparebtn {
            width: 19px;
            height: auto;
        }
        .comparecrossbtn {
            position: absolute;
            top: -11px;
            right: -9px;
            cursor: pointer;
        }


        .top-banner-img-section {
            flex-direction: column-reverse;
        }

        .banner-thumb-card {
            margin-right: 10px;
            width: 45px;
            height: 45px;
        }
        .banner-thumb-img {
            height: 45px;
        }
        .banner-thumb-content-inner {
            height: 45px;
            font-size: 9px;
        }

        .swiper-slider-color-ind {
            width: 25px;
            height: 25px;
        }

        .side-widget {
            align-items: center;
        }

    }

    @media (min-width: 320px) and (max-width: 479px) {
        
        .compare-box-bottom-content {
            width: 100%;
            max-width: 95%;
        }
        .compare-box-bottom-inner {
            gap: 5px;
        }
        .modal-content-compare {
            width: 100%;
        }
        .compare-vehicle-image {
            width: 100%;
            height: auto;
        }
        .comparebtn {
            width: 19px;
            height: auto;
        }
        .comparecrossbtn {
            position: absolute;
            top: -11px;
            right: -9px;
            cursor: pointer;
        }


        .top-banner-img-section {
            flex-direction: column-reverse;
        }

        .banner-thumb-card {
            margin-right: 10px;
            width: 45px;
            height: 45px;
        }
        .banner-thumb-img {
            height: 45px;
        }
        .banner-thumb-content-inner {
            height: 45px;
            font-size: 9px;
        }

        .swiper-slider-color-ind {
            width: 25px;
            height: 25px;
        }

        .side-widget {
            align-items: center;
        }

    }