/* Repair Page */
.repair-intro {
    background-color: rgb(28, 118, 143);
    color: white;
    border-radius: 5px;
    border: 2px solid #fa991c;
    padding: 10px;
    margin-bottom: 0.5rem;
}

#repair-cards {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    margin-left: 10px;
}

#repair-cards-row {
    display: flex;
    margin: 0px
}

#repair-cards .card {
    border-radius: 5px;
}

#repair-cards .card-header {
    text-align: center;
    background-color: rgb(28, 118, 143);
    color: white;
    font-size: x-large;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    flex: 1;
}

#repair-cards .card-body {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#warranty-card {
    border-radius: 5px;
    margin-bottom: 10px;
}

#repair-cards h3 {
    margin-bottom: 0px
}

#repair-time-card img {
    margin-left: 10px;
}

#repair-request-div {
    flex: 1;
    border-radius: 5px;
    display: flex;
}

@media (max-width: 767px) {
    .row {
        flex-direction: column;
        align-items: center;
        margin: 10px;
    }

    #repair-cards {
        flex-direction: column;
        margin-left: 0px;
        width: 100%;
        margin-bottom: 10px;
    }

    #repair-request-div {
        width: 100%;
        margin-bottom: 10px;
    }

    #products-we-repair #series-card {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    #products-we-repair #series-card .card-body {
        justify-content: center;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .series-title {
        text-align: center;
    }

    .product-info,
    .rfq-col {
        padding-left: 0;
        padding-right: 0;
    }

    .product-page-lead {
        flex-direction: column;
        align-items: center;
    }

    .product-page-lead h3 {
        margin-bottom: 10px;
    }

    .shipping_info {
        width: 100%;
        margin-bottom: 15px !important;
    }

    .card {
        width: 100%;
    }

    .product_image {
        margin-left: 0;
        margin-right: 0;
    }

    .stars.review {
        text-align: center;
    }

    .page-card {
        width: 100%;
        margin-bottom: 15px;
    }

    .header-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .details-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .details-col {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

#products-we-repair {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

#products-we-repair-header {
    display: flex;
    font-size: xx-large;
    justify-content: center;
    color: rgb(28, 118, 143);
}

#products-we-repair .card-header {
    text-align: center;
    background-color: #f2f2f2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#products-we-repair .card-body {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

}

#products-we-repair .card {
    margin-bottom: 10px;
    margin-right: 10px;
    width: 100%;
    border-radius: 5px;
}

#products-we-repair .card:last-child {
    margin-right: 0px;
}


@media (min-width: 768px) {
    #products-we-repair #series-card {
        width: calc(50% - 10px);
    }

    #series-card .card-body {
        justify-content: space-between;
    }
}

#products-we-repair img {
    height: 200px;
    width: 200px;
    border-radius: 5px;
}

#series-card .card-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgb(28, 118, 143);
    color: white;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
    font-size: x-large;
}

#products-we-repair #series-card .card-body {
    align-items: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #f2f2f2;
    text-align: justify;
}

#series-card .card-body hr {
    margin: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, .125);
    background-color: #002b49;
    width: 100%;
}

#series-card .top-detail {
    margin-top: 15px;
}

#series-card .card-header a {
    color: white;
}

#series-card a:hover {
    color: #fa991c;
}

#series-card .card-body a {
    color: rgb(28, 118, 143);
}

#series-card .card-body a:hover {
    color: #fa991c;
}