body {
    touch-action: manipulation !important;
    margin: 0px;
    padding: 0px;
    background-color: whitesmoke;
    font-family: Arial, Helvetica, sans-serif;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F2F3E2", endColorstr="#B2E5F8", GradientType=1 );
}
.top-bar-logo{
    position:absolute;
    top:2px;
    left:135px;
}
.bg-theme {
    background-color: #AC352D !important;
    color: white !important;
}

.text-theme {
    color: #AC352D !important;
}

.render-container {
    background: white;
    /*background: linear-gradient(-240deg, rgb(247, 248, 234) 0%, rgb(188, 249, 249) 50%, rgb(203, 249, 222)100%);*/
    min-height: 75vh;
    padding-bottom: 20px;
}
/* width */
::-webkit-scrollbar {
    width: 6px !important;
}

.h-30px {
    height: 30px !important;
}

.h-20px {
    height: 20px !important;
}

.h-10px {
    height: 10px !important;
}

.h-230px {
    height: 230px !important;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.bg-darkblue {
    background-color: #30336B;
}

.dashed-line {
    border-bottom: 2px dashed lightgray;
    margin: 10px 0px;
}

#contactus-heading {
    font-size: 28px;
    width: fit-content;
    padding: 20px;
}

    #contactus-heading::after {
        display: block;
        content: '';
        height: 2px;
        background-color: orange;
    }
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.text-underline {
    text-decoration: underline !important;
}

.fs-7 {
    font-size: 0.9rem !important;
}

.fs-8 {
    font-size: 0.7rem !important;
}

.bg-light {
    background-color: #eae1e1 !important
}

.badge-light-primary {
    display: inline-block;
    padding: .35em .65em;
    font-size: .70em;
    line-height: 1;
    color: blue;
    background-color: rgb(220, 235, 249);
    border: 1px solid rgb(138, 138, 243);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    cursor: pointer;
}

.cart-count-btn {
    color: black;
    padding: 5px;
    font-weight: bold;
    cursor: pointer;
}

.cart-count {
    position: absolute;
    margin-top: -15px;
    margin-left: 13px;
    background-color: yellow;
    border: 1px solid #1287A5;
    color: black;
    padding: 1px 6px;
    border-radius: 50px;
    font-size: 12px;
}

.cart-price-summary-container {
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid lightgray;
}

.cart-summary-heading {
    color: #2B2B52;
    font-weight: bold;
    margin-bottom: 15px;
}

.cart-address {
    font-size: 14px;
    color: gray
}

.add-address-btn {
    background-color: white;
    width: 100%;
    border: 2px dotted gray;
    margin-top: 10px;
}

.user-profile-btn {
    border-radius: 50px;
    background-color: black;
    color: white;
    padding: 9px 8px 0px 8px;
    font-size: 13px;
    cursor: pointer;
}

.user-profile-logo {
    border-radius: 100px;
}

.login-btn {
    color: black;
    text-decoration: none !important;
    margin-top: 5px;
    font-size: 16px;
    cursor: pointer;
}

.price-range-card {
    border: 1px solid lightgray;
    width: fit-content;
    padding: 2px 12px;
    border-radius: 20px;
    display: inline-block;
    margin: 3px auto;
    cursor: pointer;
    font-size: 14px;
}

.price-range-card-hover {
    background-color: lightgray;
    color: black;
}

.cursor-pointer {
    cursor: pointer;
}

.custom-navbar {
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow:2px 5px 7px lightgray;
    background-color:white;
}

.bg-success {
    background-color: #75DA8B !important;
    color: white;
}

.text-success {
    color: #75DA8B !important;
}

.pricerange-minmax {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar {
    max-width: 350px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.669);
    border: 1px solid lightgray;
    overflow: hidden;
}

.footer-search {
    position: sticky !important;
    bottom: 0 !important;
    width: 100%;
    z-index: 1;
    padding: 5px;
}

.main-container {
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.669);
    border: 1px solid lightgray;
}

.call-us-at {
    color: #8f9aa1;
    font-weight: 100;
    font-size: 14px;
}

.call-us-phone a {
    font-size: 18px;
    letter-spacing: 1px;
    color: black !important
}

.input-group-text {
    background-color: transparent;
    cursor: pointer;
}

    .input-group-text:hover {
        background-color: lightcyan;
    }

.BodyTypeLabel {
    font-size: 13px;
    color: rgb(98, 95, 105);
    font-family: Arial, Helvetica, sans-serif;
}

.brand-container {
    width: 950px;
    overflow-x: scroll;
    overflow-y: visible;
}

    .brand-container::-webkit-scrollbar {
        display: none;
        width: 6px !important;
    }

.category-card {
    background-color: white;
    cursor: pointer;
    min-width: 80px;
    text-align: center;
    height: 83px;
    border-radius: 10px;
    margin: auto 6px;
    border: 1px solid rgb(206, 201, 201);
    box-shadow: 2px 2px 5px rgba(185, 182, 182, 0.518);
}

.brand-title {
    font-size: 12px;
    color: gray;
    margin-top: 5px;
}

.product-card {
    min-height: 325px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    border: none !important;
}

.loading-animation {
    animation: fadeInOut 1s infinite alternate ease-in-out;
}

@keyframes fadeInOut {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.card-image {
    aspect-ratio: 3/4;
    width: 100%;
    background-color: lightblue;
    overflow: hidden;
}

    .card-image img {
        width: 100%;
        transition: 1s;
    }

.product-badge {
    position: absolute;
    background-color: whitesmoke;
    color: purple;
    padding: 2px 20px;
    border-radius: 6px;
    margin: 5px;
    right: 0;
    font-size: 11px;
    box-shadow: 2px 2px 7px #b7b2b2;
}

.selected-size {
    background-color: lightgray;
    color: black !important;
}

.card-heading {
    font-size: 15px;
    color: #2B2B52;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
}

.card-description {
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: gray;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-attributes-text {
    font-size: 13px;
}

.card-price {
    margin-left: 5px;
    font-size: 22px;
    font-weight: 600;
}

.cart-product-count {
    margin-top: 35px;
}

.cart-product-container {
    border-radius: 10px;
    background-color: white;
    padding: 5px;
}

.cart-product-count input {
    width: 60%;
}

.cart-product-price-container {
    margin-top: 20px;
    text-align: center
}

.cart-product-price-count {
    color: gray;
    font-size: 15px;
    font-weight: lighter;
}

.cart-product-price {
    font-size: 25px;
    font-weight: bold;
}

.cart-delete-btn {
    position: absolute;
    cursor: pointer;
}

.cart-product-image {
    border-radius: 8px;
}

.add-to-cart-btn {
    background-color: black;
    color: white;
    width: 100%;
    border: 1px solid #db7c78;
    padding: 8px 0px;
    font-size: 14px;
    border-radius: 10px;
}

#share-btn {
    padding: 8px;
    border-radius: 8px;
    border: 1px solid black;
}

.details-login-btn {
    background-color: black;
    color: white;
    text-decoration: none;
    padding: 8px 0px;
    border-radius: 10px;
    transition: none;
    letter-spacing: 0.5px;
}

    .details-login-btn:hover {
        background-color: #161616;
        color: white !important; /* Ensure text color remains the same */
        text-decoration: none; /* Ensure underline doesn't appear */
    }

.minus-plus-card {
    color: yellow;
    background-color: #2B2B52;
    padding: 2px 12px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.cart-btn {
    border: none;
    background-color: #F5BCBA;
    padding: 0px 10px;
    border-radius: 7px;
    font-size: 15px;
}

.cart-product-spec {
    font-size: 12px;
    color: white;
    background-color: #1287A5;
    width: fit-content;
    margin: 2px;
    border-radius: 5px;
    padding: 1px 10px;
}

.applied-filter {
    padding: 3px 5px;
    font-size: .70em;
    line-height: 1;
    color: rgb(87, 87, 213);
    background-color: rgb(231, 240, 248);
    border: 1px solid rgb(164, 164, 245);
    margin: 2px;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
}

.applied-filter-text {
    font-size: 12px;
    letter-spacing: 0.5px;
    font-family: sans-serif;
    padding: 4px 10px;
}

.reset-filter {
    text-decoration: underline;
    font-size: 13px;
    letter-spacing: 0.2px;
}

#NextPage, #PrevPage {
    background-color: #45CE30;
    color: white;
    padding: 10px 50px;
}


.image-carousel {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid white;
}

    .image-carousel img {
        width: 100%;
    }

.similar-cars {
    border-radius: 15px !important;
    background-color: white !important;
    border: 1px solid #9b9797;
}

.w-25px {
    min-width: 25px !important;
}

.pagination-container {
    margin-top: 20px;
    text-align: center;
}

.page-nagivator {
    text-align: center !important;
    margin: 0px auto 0px auto !important;
    display: inline-block;
}

    .page-nagivator div {
        cursor: pointer !important;
    }

        .page-nagivator div :hover {
            background-color: lightblue
        }

.error {
    color: red;
}


.generic-detail-card {
    margin-top: 0px;
    -webkit-animation: cardsettle 0.5s linear;
    animation: cardsettle 0.5s linear;
}


@-webkit-keyframes cardsettle {
    0% {
        margin-top: 10px;
        opacity: 0.5;
    }

    100% {
        margin-top: 0px;
        opacity: 1;
    }
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    background-color: black;
    color: white;
    text-align: center;
    padding-top: 3px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    cursor: pointer;
}

@keyframes cardsettle {
    0% {
        margin-top: 10px;
        opacity: 0.5;
    }

    100% {
        margin-top: 0px;
        opacity: 1;
    }
}


.main-image {
    border-radius: 8px;
    text-align: center;
    background: radial-gradient(#e6e3f5,#edf5e6);
}

    .main-image img {
        width: 65%;
        aspect-ratio: 3/4;
        margin: auto;
        border-radius: 10px;
    }

.thumbnail-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px
}

.thumbnails {
    display: flex;
    justify-content: start;
    gap: 10px;
}

.thumbnail {
    width: 80px;
    cursor: pointer;
    border-radius: 15px;
    object-fit: cover;
}

    .thumbnail:hover {
        border-color: #007bff;
    }



.progress-indicator-line {
    text-align: center;
    position: relative;
}

    .progress-indicator-line .progress-indicator-date {
        position: absolute;
        height: 60px;
        width: 100%;
        display: block;
        z-index: 3;
        color: #fff;
        line-height: 55px;
        opacity: .7;
    }

.progress-indicator-circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #9E9E9E;
    z-index: 2;
}

.recently-completed .progress-indicator-circle, .complete .progress-indicator-circle {
    background-color: #2475B0;
    z-index: 10 !important;
}

.progress-indicator-circle:before {
    content: "";
    display: block;
    background: #9E9E9E;
    height: 4px;
    width: calc(50% - 20px);
    position: absolute;
    bottom: 50%;
    left: 0%;
    right: 5px;
    border-radius: 0px 10px 10px 0px;
}

.progress-indicator-circle:after {
    content: "";
    display: block;
    background: #9E9E9E;
    height: 4px;
    width: calc(50% - 20px);
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-left: 20px;
    border-radius: 10px 0px 0px 10px;
}

.progress-indicator .progress-indicator-line.complete .progress-indicator-circle:after,
.progress-indicator .progress-indicator-line.complete .progress-indicator-circle:before {
    background: #4CAF50;
}

.progress-indicator .progress-indicator-line:last-of-type .progress-indicator-circle:after,
.progress-indicator .progress-indicator-line:first-of-type .progress-indicator-circle:before {
    display: none;
}

.progress-indicator .progress-indicator-line.recently-completed .progress-indicator-circle:before {
    background: #2475B0;
}

.progress-indicator .progress-indicator-line.recently-completed .progress-indicator-circle:after {
    background: #2475B0;
}

.progress-range {
    position: absolute;
    right: -15px;
    top: -10px;
}

.order-card {
    background-color: #ffffffe1;
    padding: 1px;
    border-radius: 15px;
    border: 1px solid #d4f5f2;
}

.colour-checkbox {
    border: 1px solid black;
}

.colour-round {
    width: 10px !important;
    height: 10px !important;
    border: 1px solid black !important;
    border-radius: 20px !important;
}

.footer-container {
    background-color: white;
    margin-top: 5px;
    height: 100%;
    padding-top: 20px;
}

@media only screen and (max-width: 1200px) {
    #filter-container {
        position: absolute;
        display: none;
        height: 100vh !important;
        width: 100% !important;
        margin: 0px;
        padding: 0px;
        background-color: lightgray;
        z-index: 99;
    }

    .brand-container {
        width: 100%;
    }

    .sidebar {
        display: block;
        background-color: white;
        width: 80%;
        max-width: 500px;
        margin: auto;
    }

    .main-container {
        width: 100% !important;
    }

    .call-us-phone a {
        font-size: 17px;
        letter-spacing: 1px;
        color: black !important
    }

    .call-us-phone img {
        width: 17px;
    }

    #window-search-bar {
        display: block !important;
        width: 100vw;
    }

    .order-lg-2 {
        order: 3 !important;
        margin-top: 10px;
    }

    .order-lg-3 {
        order: 2 !important;
    }

    .thumbnail-container {
        padding-bottom: 10px
    }

        .thumbnail-container::-webkit-scrollbar {
            height: 6px; /* Adjust the height for horizontal scrollbar */
        }

        .thumbnail-container::-webkit-scrollbar-thumb {
            background-color: lightgray; /* Color of the scrollbar thumb */
            border-radius: 5px; /* Rounded corners */
        }

            .thumbnail-container::-webkit-scrollbar-thumb:hover {
                background-color: #0056b3; /* Darker shade on hover */
            }

        .thumbnail-container::-webkit-scrollbar-track {
            background-color: #f1f1f1; /* Background of the scrollbar track */
            border-radius: 3px; /* Rounded corners for the track */
        }
}
/*BOOTSTRAP MD*/
@media (max-width: 767px) {
    .cart-product-count {
        margin-top: 10px;
    }

    .main-image img {
        width: 90%;
    }

    .cart-product-price-container {
        margin-top: -5px;
        text-align: center
    }
}
