body {
    overflow-x: hidden !important;
    font-family: 'poppins', sans-serif;
}

.logo-header {
    width: 250px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .logo-header {
        width: 150px;
    }
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

.nav-item a {
    color: #2D2D2D;
    font-weight: 500;
}

.nav-item a:hover {
    color: #346F3E;
    border-bottom-color: #346F3E;
}

.nav-link:focus,
.nav-link:hover {
    color: #346F3E;
}

footer {
    background-color: #243470;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-level {
    display: flex;
    gap: 1rem;
}

.footer-copyright {
    text-align: center;
    margin-top: 50px;

}

.footer-level>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width:  calc((100% / 4) - 8px);
}

.footer-header {
    font-size: 24px;
}

@media (max-width: 639px) {
    .footer-level {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .footer-level>div {
        width: 100%;
    }
}

@media (min-width: 640px) and (max-width: 991px) {
    .footer-level {
        flex-wrap: wrap;
    }

    .footer-level>div {  
        width: calc((100% / 2) - 8px);
    }
}

#home-search {
    background-image: url("../images/banner.png");
    padding: 100px 0;
    color: #fff;
}

@media screen and (max-width: 767px) {
    #home-search {
        padding: 40px 0;
    }
}

@media screen and (max-width: 575px) {
    #home-search {
        padding: 30px 0;
    }
}

/* Search field styles are now handled in the template for better mobile responsiveness */

.home-topic {
    font-size: 28px;
    font-weight: bold;
}

.home-description {
    font-size: 18px;
    font-weight: 400;
    max-width: 570px;
}

.home-nevigate-btn {
    padding: .5rem 1rem;
    background-color: #1CB37B;
    color: #FFF;
    width: fit-content;
    border-radius: 50px;
    border: 1px solid #1CB37B;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width: 639px) {
    .home-nevigate-btn {
        margin: auto;
    }
}



.home-nevigate-btn:hover {
    background-color: #FFF;
    color: #000;
}

.btn-purple {
    /* color: #fff !important; */
    background-color: #433281;
}

.btn-purple.purple-group {
    width: auto;
    background-color: white;
    color: #000;
}

.btn-purple.purple-group.active {
    background-color: #433281;
    color: #fff;
}

.btn-grey,
.btn-blue,
.btn-green,
.btn-red,
.btn-purple {
    border-radius: 5px;
    color: #fff;
    padding: .5em 1.5em;
    margin: 0;
    text-align: center;
    text-decoration: none !important;
    word-wrap: normal;
    border: 0;
    cursor: pointer;
    height: auto;
    -webkit-box-shadow: 0 5px 7px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 5px 7px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0 5px 7px -6px rgba(0, 0, 0, 0.75);
}

.btn-purple {
    display: block;
    width: fit-content;
}

.btn-purple-verification {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    font-size: 1.5em;
    font-weight: bold;
}

.box-btn-veri {
    padding-top: 25px;
    text-align: -webkit-center;
}

.verification-box {
    padding-top: 80px;
    padding-bottom: 80px;
}

.img-left-veri {
    height: 100%;
    max-height: 400px;
    width: 100%;
    max-width: 575px;
    position: relative;
    margin: auto;
}

.img-left-veri img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

@media (max-width: 425px) {
    .img-right-veri {
        width: 90% !important;
    }
}

.img-right-veri {
    width: 90%;
    padding-bottom: 15px;
}

.home-values {
    background-color: #E6E7E8;
}

.img-values {
    width: 115px;
}

.tab-purple .nav-item.show .nav-link,
.tab-purple .nav-link.active {
    color: #fff;
    background-color: #433281;
}

.tab-purple {
    border-bottom: 2px solid #433281;
    border-radius: 8px 8px 0 0;
    font-size: 16px;
}

.tab-purple .nav-item {
    border-radius: 8px 8px 0 0;
}

.tab-purple .nav-item:hover {
    background-color: #E6E7E8;
    border-radius: 8px 8px 0 0;
}

.tab-purple .nav-item a:hover {
    color: #2D2D2D;
}

.tab-purple .nav-link.active:hover {
    color: #fff;
}

.tab-purple .nav-link {
    border-color: #e9ecef #e9ecef #dee2e6;
    border-radius: 8px 8px 0 0;
    border-bottom: 0;
    margin-bottom: 1px;
}

.purple-table .col-lg-9 {
    display: inline-flex;
}

.purple-table li {
    list-style: none;
}

ul.purple-table {
    padding-left: 0;
}

li.di-purple-table.head {
    background-color: #433281;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
}

li.di-purple-table.head:nth-child(1) {
    text-align: left;
    padding: 15px;
}

li.di-purple-table {
    border-bottom: 1px solid #e9ecef;
}

a.info-link {
    color: #fff;
    background-color: #6E747A;
    font-size: 18px;
    border-radius: 100px;
    padding: 2px 11px;
}

.go-to {
    background-color: #433281;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 5px;
    line-height: 24px;
    text-align: center;
    padding: 8px;
    width: 100%;
    max-width: 225px;
    text-decoration: none;
}

.go-to:hover {
    background-color: #433281;
    color: #fff;
}

@media (max-width: 425px) {
    .go-to {
        font-size: 16px;
    }
}

.qty-di,
.per-di {
    font-size: 18px;
    font-weight: 500;
}

.total-di {
    font-size: 24px;
    font-weight: 500;
}

.tooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 250px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip .fa-info {
    visibility: visible;
    opacity: 1;
}

.tooltip .tooltiptext {
    visibility: visible;
    opacity: 0;
}

.tooltip {
    opacity: 1;
}

.btn-purple-group {
    width: 100%;
    display: inline-block;
}

.btn-purple.dropdown-toggle {
    width: 100%;
    font-size: 20px;
}

.purple-group {
    width: 100%;
    display: inline-block;
    font-size: 20px;
}

.btn-check:focus+.btn,
.btn-purple:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(67 50 129 / 48%);
}
/* 
.spce-viewer {
    padding-left: 10px;
} */

.r-drug-pricing {
    background-color: #E6E7E8;
    padding: 12px;
    max-width: 500px;
    margin-left: auto;
}

@media (max-width: 991px) {
    .l-drug-pricing {
        flex-basis: 100%;
    }

    .main-menu-container>ul {
        padding-top: 50px;
    }

}


/* @media (max-width:1399px) {
    .r-drug-pricing {
        margin-left: 0;
    }

    .l-drug-pricing {
        padding-right: 0;
    }
} */

.dropdown-menu.show {
    width: 100%;
}

.btn-ask {
    text-transform: uppercase;
}

.btn-ask .btn-purple {
    width: 250px;
}

.btn-visit {
    background-color: #433281;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    display: block;
    width: fit-content;
    margin: auto;
    border-radius: 10px;
}

.btn-visit:hover {
    background-color: #433281;
    color: #fff;
    text-decoration: underline;
}

.pharmacy-link {
    color: #433281;
    text-decoration: none;
}

.pharmacy-link:hover {
    color: #433281;
    text-decoration: underline;
}

.img-ratings {
    width: 120px;
}

.bg-gray {
    background-color: #E6E7E8;
}

.sticky-top.bg-white {
    box-shadow: 5px 1px #e6e7e8cc;
}

.green-link {
    color: #346F3E;
    text-decoration: none;
}

.green-link:hover {
    color: #346F3E;
    text-decoration: none;
}

.text-purple {
    color: #433281;
}

.profile-pharmacy-l {
    display: inline-flex;
    align-items: center;
}

@media (max-width: 991px) {
    .profile-pharmacy-l, .profile-pharmacy-picture {
        justify-content: center;
    }

    .profile-pharmacy-detail>div {
        width: 100%;
    }
}

.green-icon {
    color: #346f3e;
    margin: 10px 20px;
    font-size: 30px;
}

.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.container-fluid.sticky-top.pb-4.bg-white {
    z-index: 0;
}

.dropdown-menu.show {
    z-index: 1;
}

#drug-tab .nav-item {
    width: 50%;
}

.btn-purple.purple-group {
    width: 100%;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.logo-shop-price {
    width: 100%;
    border: 2px solid #EAEAEA;
    padding: 15px;
    border-radius: 10px;
}

#drug-tab .box-full {
    width: 100%;
}

.main-menu .nav-link.active {
    color: #346F3E;
}

.main-menu .nav-item a:hover {
    color: #346F3E;
    border-bottom: 5px solid #346F3E;
}

.main-menu a.nav-link {
    color: #707070;
    border-bottom: 5px solid transparent;
}

.main-menu li.nav-item {
    padding: 8px 0 3px 0;
}

.menu-sub a {
    border-bottom: 5px solid transparent;
    white-space: unset;
}

.menu-sub .dropdown-item:active {
    background-color: #e9ecef;
    color: #346F3E;
}

button#dropdownMenuButton:hover {
    color: #fff;
}

button#dropdownMenuButton {
    border-radius: 6px;
}

.light-grey-banner {
    background-color: #E6E7E8;
}

.coming-page {
    text-align: center;
}

.box-coming {
    margin: 100px 0px;
}

.btn-outline-light {
    margin: 4px;
}

.col-custom-4 {
    flex: 0 0 auto;
    width: 30%;
}

.col-custom-8 {
    flex: 0 0 auto;
    width: 70%;
}

@media (min-width: 320px) and (max-width: 991px) {
    .col-custom-4 {
        flex: 0 0 auto;
        width: 90%;
    }
    .col-custom-8 {
        flex: 0 0 auto;
        width: 10%;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .main-menu a.nav-link {
        font-size: 14px;
    }
    .col-custom-4 {
        flex: 0 0 auto;
        width: 19%;
    }
    .col-custom-8 {
        flex: 0 0 auto;
        width: 81%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .main-menu a.nav-link {
        font-size: 14px;
    }
    .col-custom-4 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-custom-8 {
        flex: 0 0 auto;
        width: 75%;
    }
}

@media (min-width:992px) {
    .main-menu-container>ul {
        flex-wrap: nowrap;
    }

    .nav-link {
        padding: 0;
    }
}

.main-menu-container>ul {
    justify-content: space-between !important;
    gap: .5rem;
}

#hds-render>.container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.wide-space {
    display: block;
}
@media (min-width: 450px) {
    .wide-space {
        display: none;
    }
}

table#tblPharmacy, table#tblShops {
    padding: 0 !important;
}

a#PriceComp-tab {
    padding: 5px;
}

#compare-info>.container:first-child>.row {
    justify-content: space-between;
}

div#drug-tabContent {
    margin-top: 2rem;
    padding: 0 !important;
}

@media(max-width: 767px) {
    li.di-purple-table.head>.row>.col:nth-child(2), 
    li.di-purple-table.head>.row>.col:nth-child(3) {
        display: none;
    }

    li.di-purple-table>.row>.col:nth-child(2),
    li.di-purple-table>.row>.col:nth-child(3) {
        display: none;
    }
}

.info-div {
    padding: 0 !important;
}

div#compare-info .row {
    --bs-gutter-x: 0 !important;
}

@media (max-width:424px) {
    .screen-sm {
        display: block;
    }

    .screen-md {
        display: none;
    }
}

@media (min-width:425px) {
    .screen-sm {
        display: none;
    }

    .screen-md {
        display: block;
    }
}

img.shop-logo {
    width: 150px;
    object-fit: fill;
}

.search-panel {
    background-color: #243470;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.search-panel>div>div {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
}

@media screen and (max-width: 991px) {
    .search-panel>div>div {
        width: 100%;
        margin: auto;
    }
}

.paginator-navigator {
    display: flex;
    justify-content: end;
    align-items: center;
}

@media screen and (max-width:639px) {
    .paginator-navigator {
        justify-content: center;
    }
}

.paginator-main a {
    text-decoration: none;
}

.paginate-center {
    background-color: #FFFFFF;
    border: 1px solid #dee2e6;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    color: #000;
    width: 30px;
}

.paginate-center:hover {
    background-color: #1CB37B1A;
}

.paginator-current {
    color: #FFFFFF;
    background-color: #1CB37B !important;
    border: 1px solid #1CB37B !important;
    
}

.paginate-lr {
    background-color: #1CB37B1A;
    border: 1px solid #dee2e6;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 6px;
}

.paginate-disable {
    background-color: #dee2e6;
    border: 1px solid #dee2e6;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 6px;
}

.paginate-hover:hover {
    opacity: 0.8;
}

.table-block,.table-pagiante {
    display: flex;
    align-items: center;
    padding: 6px 0;
}
@media screen and (max-width: 639px) { 
    .table-pagiante {
        flex-direction: column;
        align-items: center;
    }
    .table-pagiante>div {
        width: 100%;
        text-align: center;
    }
}

@media (min-width:640px) {
    .table-pagiante>div:first-child {
        width: 50%;
    }

    .table-pagiante>div:last-child {
        width: 50%;
        text-align: end;
    }
}

.table-block:not(:last-child) {
    border-bottom: 1px solid #00000025;
}

.table-block:even {
    background-color: #1CB37B0D;
}

.table-block>div:nth-child(1) {
    text-align: center;
    width: 25%;
}

.table-block>div:nth-child(2) {
    width: 10%;
}

.table-block>div:last-child {
    width: 65%
}
.td-header {
    padding: 12px 8px 0 0;
    border-right: 1px solid #dee2e6;
}
.td-name {
    padding: 12px 0 0 8px;
}

@media screen and (max-width:424px) {
    .td-header {
        display: none;
    }
}



/* Price Compare */
.trade-names {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.trade-name-link {
    margin-right: 5px;
}