.body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    background: #f5f5f5;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.page-inner-heading {
    margin-bottom: 20px;
}

.breadcrumbs {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}

.breadcrumb {
    color: #666;
}

.breadcrumb.is-active {
    color: #000;
    font-weight: bold;
}

.breadcrumb a {
    color: #007bff;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.productView {
    display: flex;
    gap: 20px;
}

.info3col-data {
    flex: 1;
    max-width: 300px;
}

.offer-slider ul {
    list-style: none;
    padding: 0;
}

.offer-slider img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.sale-cms {
    background: #ffebeb;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
}

.sale-cms-text .text1 {
    font-size: 18px;
    color: #d32f2f;
    font-weight: bold;
}

.sale-cms-text .text2 {
    font-size: 16px;
    color: #555;
}

.sale-cms-text .text3 {
    font-size: 24px;
    color: #d32f2f;
    font-weight: bold;
}

.productView-images {
    flex: 3;
}

.compare-candidates {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.compare-candidate {
    flex: 1;
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.candidate-search {
    margin-bottom: 15px;
}

.cmp-with {
    font-size: 14px;
    color: #333;
}

.st-input-cmp {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.autocomplete {
    display: none;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    position: absolute;
    z-index: 9999;
    width: 20%;
}

.autocomplete-desc {
    font-weight: bold;
    color: #333;
}

.autocomplete ul {
    list-style: none;
    padding: 0;
}

.autocomplete li a {
    color: #007bff;
    text-decoration: none;
}

.autocomplete li a:hover {
    text-decoration: underline;
}




.autocomplete2 {
    display: none;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    position: absolute;
    z-index: 9999;
    width: 20%;
}

.autocomplete-desc {
    font-weight: bold;
    color: #333;
}

.autocomplete2 ul {
    list-style: none;
    padding: 0;
}

.autocomplete2 li a {
    color: #007bff;
    text-decoration: none;
}

.autocomplete2 li a:hover {
    text-decoration: underline;
}

.swap-phones {
    min-height: 20px;
}

.compare-candidate h3 {
    font-size: 18px;
    margin: 10px 0;
}

.compare-link-list {
    list-style: none;
    padding: 0;
}

.compare-link-list li {
    margin: 5px 0;
}

.compare-link-list a {
    color: #007bff;
    text-decoration: none;
}

.compare-link-list a:hover {
    text-decoration: underline;
}

.compare-media-wrap img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.float-left {
    float: left;
}

.floatLeftDisplay {
    display: inline-block;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.product-list {
    padding: 0;
    margin: 0;
}

.product-list li.product-item {
    list-style: none;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.product-list li:hover {
    background-color: #f0f0f0;
}

.product-list2 {
    padding: 0;
    margin: 0;
}

.product-list2 li.product-item2 {
    list-style: none;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.product-list2 li:hover {
    background-color: #f0f0f0;
}

.product-thumb {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
    display: inline-block;
}

.product-title {
    font-size: 14px;
    color: #333;
}

/* Mobile View: Stack inputs vertically */
@media screen and (max-width: 768px) {
    .compare-candidates {
        flex-direction: column;
    }

    .compare-col {
        width: 100% !important;
    }

    .compare-media-wrap img {
        max-width: 100%;
        height: auto;
    }

    .candidate-search {
        margin-bottom: 20px;
    }

    .comparison-table {
        overflow-x: auto;
    }

    .comparison-table table {
        width: 100%;
        font-size: 14px;
    }
}
