﻿/*.header-antigen-test-kit {
    background-image: url(../assets/images/header-inner/antigen-test-kit-pic1.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
    /* background-position-x: 72px; */
    /*background-color: #e0e5e8;
    padding-top: 110px;
}*/

.head-h1-antigen-test-kit {
    font-size: 40px;
    margin-top: 10px;
}

.form-control {
    color: #495057;
    padding: 10px 30px 10px 15px;
    border: 1px solid #e2e6f4;
    background: rgb(0 51 161 / 5%);
}

table.antigen-test-kit-table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e2e6f4;
    background-color: #f9fafd;
    color: #0033a1;
    font-size: 15px;
    padding: .95rem .75rem;
}

table.antigen-test-kit-table tbody tr:nth-of-type(odd) {
    background: rgb(242 244 250 / 49%);
}

table.antigen-test-kit-table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eceef3;
    font-size: 15px;
}

table.antigen-test-kit-table thead th {
    border-bottom-color: #e2e6f4;
}

table.antigen-test-kit-table tbody tr td:nth-child(1) {
    font-weight: 500;
}

table.antigen-test-kit-table tbody tr td:nth-child(2) {
    color: #0033a1;
}

table.antigen-test-kit-table tbody tr td:nth-child(8) {
    text-align: center;
}

table.antigen-test-kit-table thead th:nth-child(8) {
    text-align: center;
}

table.antigen-test-kit-table thead th:nth-child(6) {
    text-align: center;
}

table.antigen-test-kit-table td:nth-child(6) {
    text-align: center;
}

.mobile {
    display: none;
}

.cover-antigen-test-kit-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.w100 {
    width: 100%;
}

.antigen-test-kit-mobile_item {
    background: rgb(255, 255, 255);
    font-size: 20px;
    border: 1px solid rgb(226 230 244);
    box-sizing: border-box;
    flex-direction: column;
    border-radius: 3px;
    min-height: 91px;
    padding: 0.5rem 1rem;
    width: 100%;
    flex: 1 1 0%;
    display: flex;
    padding: 0.8rem 1.5rem 0.8rem 1.5rem;
    margin-bottom: 10px;
}

    .antigen-test-kit-mobile_item:nth-of-type(odd) {
        background: rgb(242 244 250);
        border-radius: 5px;
        margin-bottom: 10px;
        border: 1px solid rgb(226 230 244);
    }

.antigen-test-kit-mobile__head {
    display: flex;
    flex: 1 1 0%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    color: rgb(53, 53, 56);
}

.antigen-test-kit-mobile__head-p {
    flex: 1 1 0%;
    min-width: 0px;
    display: flex;
    align-content: center;
    margin-right: 0.5rem;
}

    .antigen-test-kit-mobile__head-p > p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0px;
        color: #0433a1;
        font-size: 20px;
        font-weight: 600;
    }

.antigen-test-kit-mobile__price {
    color: rgb(196 13 60);
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
}

.antigen-test-kit-mobile__location {
    line-height: 1.3;
    color: rgb(155, 155, 156);
    font-size: 17px;
    margin-bottom: 3px;
}

.address {
    width: 230px;
}

.antigen-test-kit-mobile__type {
    line-height: 1.3;
    color: rgb(155, 155, 156);
    font-size: 17px;
    margin-bottom: 3px;
}

.antigen-test-kit-mobile__location-2 {
    margin-bottom: 20px;
}

.antigen-test-kit-mobile__phone-number {
    line-height: 1;
    color: rgb(0 0 0);
    margin-top: 2px;
    font-size: 16px;
}

.antigen-test-kit-mobile__map {
    color: rgb(3 51 161);
    cursor: pointer;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    margin-top: -22px;
    font-size: 18px;
}

.map-mobile {
    color: rgb(3 51 161);
    cursor: pointer;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    margin-top: -22px;
    font-size: 18px;
    margin-top: 0px;
}

@media (max-width: 1199px) {
    .head-h1-antigen-test-kit {
        font-size: 34px;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    table.antigen-test-kit-table tbody tr td:nth-child(5) {
        display: none;
    }

    table.antigen-test-kit-table thead th:nth-child(5) {
        display: none;
    }
}

/*@media (max-width: 767px) {
    .display-flex-767 {
        display: flex;
    }

    .dropdownn {
        width: 50%;
        margin-top: 0px;
    }

    .dropdownn-right-0 {
        width: 50%;
        margin-right: 0px;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .head-h1-antigen-test-kit {
        font-size: 30px;
        margin-top: 10px;
        text-align: center;
        color: #ffffff;
        text-shadow: 2px 2px 5px rgb(0 0 0 / 40%);
    }

    .header-antigen-test-kit {
        background-image: url(../assets/images/header-inner/antigen-test-kit-pic-2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
        background-color: #e0e5e8;
        padding-top: 90px;
    }
}*/

@media (max-width: 545px) {
    .antigen-test-kit-mobile__head-p > p {
        font-size: 18px;
    }

    .antigen-test-kit-mobile_item {
        padding: 0.8rem 1rem 0.8rem 1rem;
    }

    .antigen-test-kit-mobile__price {
        margin-top: 9px;
    }

    .antigen-test-kit-mobile__location {
        font-size: 15px;
    }

    .antigen-test-kit-type {
        font-size: 15px;
        color: rgb(0, 0, 0);
    }

    .antigen-test-kit-mobile__phone-number {
        font-size: 14px;
    }

    .antigen-test-kit-mobile__map {
        margin-top: -18px;
        font-size: 16px;
    }

    .mobile {
        margin-top: -10px;
    }
}

@media (max-width: 425px) {
    .antigen-test-kit-mobile__head-p > p {
        font-size: 16px;
    }

    .antigen-test-kit-mobile__price {
        margin-top: 7px;
        font-size: 14px;
    }
}

.img-iden {
    width: 40px;
    border-radius: 5px;
    margin: 0 auto;
}
