/* Common Style Work Start */
.section-sub-heading {
    font-size: 20px;
    margin-bottom: 30px;
}
.section-sub-heading .link-btn {
    font-weight: 600;
}
.section-sub-heading.with-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.owl-nav button {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    padding: 0;
    background-color: #fff !important;
    box-shadow: 0 2px 8px rgb(51 60 63 / 22%);
    font-size: 30px !important;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.3s 0s linear;
}
.owl-nav button:hover {
    background-color: var(--greencolor) !important;
    color: white !important;
}
.owl-nav button.owl-prev {
    left: -20px;
}
.owl-nav button.owl-next {
    right: -20px;
}
.owl-nav button span {
    margin-top: -4px;
    display: block;
}
.stars i {
    color: #f4c150;
}
.web-clr {
    color: var(--greencolor);
}
.offcanvas.offcanvas-bottom {
    height: auto;
    max-height: 80vh;
}
.offcanvas-header {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 3px 20px 0px
        rgba(45.000000000000014, 126.99999999999991, 218, 0.1);
}
.offcanvas-header .offcanvas-title {
    font-size: 18px;
}
.offcanvas-body {
    background-color: white;
}
.table {
    margin: 0px;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: white;
}
.table-striped > tbody > tr:nth-of-type(even) > * {
    --bs-table-bg-type: var(--bglight);
}
.table tr th,
.table tr td {
    padding: 15px 15px;
    border: none;
}
.table tr th {
    background-color: var(--lightgreencolor);
    font-weight: 600;
    font-size: 16px;
}
.table p {
    margin-bottom: 0px;
}
@media (max-width: 767px) {
    .owl-nav button {
        width: 32px;
        height: 32px;
        line-height: 40px !important;
    }
    .owl-nav button.owl-prev {
        left: -5px;
    }
    .owl-nav button.owl-next {
        right: -5px;
    }
    .section-sub-heading {
        font-size: 16px;
        margin-bottom: 15px;
        gap: 10px;
    }
    .section-sub-heading .link-btn {
        font-size: 12px;
        white-space: nowrap;
    }

    .box-view-table.table thead,
    .box-view-table.table th {
        display: none;
    }
    .box-view-table.table tr {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
        border: 1px solid #ddd !important;
        border-radius: 10px;
        padding: 10px;
        margin: 0px 0px 15px;
        position: relative;
    }
    .box-view-table.table tbody tr td:first-child {
        text-align: left;
        margin: 0px;
        width: 100%;
        padding-right: 55px !important;
    }
    .box-view-table.table tbody tr td:first-child:before {
        display: none;
    }
    .box-view-table.table tbody tr td {
        --bs-table-bg-type: white;
        display: inline-block;
        border: none !important;
        padding: 0px !important;
        line-height: 16px;
        text-align: center;
    }
    .box-view-table.table td:before {
        content: attr(data-label);
        position: relative;
        top: 0;
        left: 0;
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        color: var(--websitecolor);
        display: block;
        margin-bottom: 5px;
        font-family: var(--headingfont);
        font-weight: bold;
    }
    .box-view-table.table .btn .text {
        display: none;
    }
    .box-view-table.table tbody tr td:last-child {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 40px;
        height: 40px;
    }
    .box-view-table.table .btn {
        display: flex;
        align-items: center;
        padding: 0px;
        justify-content: center;
        width: 100%;
        height: 100%;
        border-radius: 50px;
    }
}
/* Common Style Work End */

/* Pharmacy Landing Banner Work Start */
.pharmacy-landing-banner {
    padding: 20px 0px;
}
.pharmacy-landing-banner .pharmacy-slider-height {
    height: 208px;
}
.pharmacy-landing-banner .pharmacy-banner-slider img {
    height: 208px;
    object-fit: cover;
    object-position: left;
    background-color: #eee;
    display: block;
    border-radius: 10px;
}
.pharmacy-landing-banner .prescription-box {
    position: relative;
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    height: 100%;
    z-index: 1;
    color: var(--blackcolor);
}
.pharmacy-landing-banner .prescription-box p {
    font-size: 14px;
    margin-bottom: 10px;
}
.pharmacy-landing-banner .prescription-box p b {
    font-weight: 600;
}
.pharmacy-landing-banner .prescription-box hr {
    margin: 15px -15px 12px;
}
.pharmacy-landing-banner .prescription-box .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.pharmacy-landing-banner .prescription-box .btns .btn {
    width: calc(50% - 2.5px);
    font-size: 13px;
    padding: 10px;
}
.pharmacy-landing-banner .prescription-box .btns .btn i {
    font-size: 15px;
}

@media (max-width: 767px) {
    .pharmacy-landing-banner {
        padding: 0px;
        background: transparent;
    }
    .pharmacy-landing-banner .pharmacy-slider-height {
        height: 145px;
    }
    .pharmacy-landing-banner .pharmacy-banner-slider {
        margin: 0px -11px;
        width: calc(100% + 22px);
    }
    .pharmacy-landing-banner .pharmacy-banner-slider img {
        height: 145px;
        border-radius: 0px;
    }
    .pharmacy-landing-banner .prescription-box {
        padding: 20px 0px 0px;
        border-radius: 0px;
    }
    .pharmacy-landing-banner .prescription-box .d-flex {
        background-color: #eee;
        padding: 15px;
        border-radius: 10px;
    }
    .pharmacy-landing-banner .prescription-box .d-flex p {
        margin: 0px;
        width: 40%;
        font-size: 14px;
    }
    .pharmacy-landing-banner .prescription-box .d-flex .btn {
        font-size: 12px;
    }
    .pharmacy-landing-banner .prescription-box p {
        text-align: left;
        font-size: 16px;
    }
    .pharmacy-landing-banner .prescription-box .btns .btn {
        padding: 15px;
    }
}
/* Pharmacy Landing Banner Work End */

/* Pharmacy Landing Category Work Start */
.pharmacy-landing-category .box {
    text-align: center;
    display: block;
    color: var(--blackcolor);
}
.pharmacy-landing-category .box img {
    width: 130px !important;
    height: 130px;
    object-fit: contain;
    background-color: #44c09b5c;
    margin: 0px auto 10px;
    border-radius: 10px;
}
.pharmacy-landing-category .owl-item:nth-child(even) .box img {
    background-color: #2987ca5c;
}
.pharmacy-landing-category .box p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .pharmacy-landing-category .box img {
        width: 100px !important;
        height: 100px;
    }
}
/* Pharmacy Landing Category Work End */

/* Pharmacy Landing Vendor Work Start */
.pharmacy-landing-vendors .box {
    text-align: center;
    display: block;
    color: var(--blackcolor);
}
.pharmacy-landing-vendors .box .circle {
    width: 130px;
    height: 130px;
    border: 2px solid #ddd;
    padding: 20px;
    background-color: white;
    margin: 0px auto 10px;
    border-radius: 100px;
    transition: all 0.3s 0s linear;
}

.pharmacy-landing-vendors .box .circle:hover {
    border: 2px solid var(--greencolor);
}

.pharmacy-landing-vendors .box .circle img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.pharmacy-landing-vendors .box p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .pharmacy-landing-vendors .box .circle {
        width: 100px;
        height: 100px;
        padding: 15px;
    }
}
/* Pharmacy Landing Vendor Work End */

/* Popular Products Work Start */
.pharmacy-product-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-color: white;
}

.pharmacy-product-box .alert {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    font-size: 10px;
    padding: 5px 8px;
}

.pharmacy-product-box .product-img {
    width: 150px !important;
    height: 150px;
    object-fit: contain;
    margin: 15px auto;
    display: block;
    transition: all 0.3s 0s linear;
}

.pharmacy-product-box:hover .product-img {
    transform: scale(1.05, 1.05);
}

.pharmacy-product-box .vendor-logo {
    width: 60px !important;
    height: 40px;
    object-fit: contain;
    padding: 3px;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    border: 1px solid #ddd;
    background-color: white;
    border-radius: 5px;
}

.pharmacy-product-box .box-content {
    background-color: var(--bglight);
    border-top: 1px solid #ddd;
    padding: 15px;
    position: relative;
}
.pharmacy-product-box .box-content .wishlist-icon {
    position: absolute;
    right: 15px;
    top: -35px;
    color: grey;
}

.pharmacy-product-box .title {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin: 0px 0px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.pharmacy-product-box p {
    margin-bottom: 5px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.pharmacy-product-box p b {
    color: var(--blackcolor);
}

.pharmacy-product-box .price {
    margin: 0px 0px 10px;
}

.pharmacy-product-box .price small {
    font-size: 12px;
}

@media (max-width: 767px) {
    .pharmacy-product-box .product-img {
        width: 100px !important;
        height: 100px;
    }
    .pharmacy-product-box .vendor-logo {
        width: 40px;
        height: 30px;
        top: 5px;
        right: 5px;
    }
    .pharmacy-product-box .title {
        font-size: 14px;
        line-height: 16px;
    }
}
/* Popular Products Work End */

/* Pharmacy Detail Work Start */
.pharmacy-detail .img-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pharmacy-detail .img-box img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}
.pharmacy-detail .heading-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
}
.pharmacy-detail .page-heading {
    margin: 0px;
}
.pharmacy-detail .share-dropdown .dropdown-toggle {
    padding: 0px;
    color: var(--blackcolor);
}
.pharmacy-detail .share-dropdown .dropdown-toggle:after {
    display: none;
}
.pharmacy-detail .share-dropdown .dropdown-menu {
    margin-top: 10px !important;
    font-size: 14px;
    padding: 0px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
}
.pharmacy-detail .share-dropdown .dropdown-menu a {
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
}
.pharmacy-detail .share-dropdown .dropdown-menu a i {
    width: 20px;
    text-align: center;
    margin-right: 5px;
}
.pharmacy-detail .share-dropdown .dropdown-menu li:last-child {
    padding: 10px;
}
.pharmacy-detail .brand-and-reviews {
    margin: 0px 0px 15px;
    padding: 0px;
    display: flex;
    align-items: center;
}
.pharmacy-detail .brand-and-reviews li {
    list-style: none;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}
.pharmacy-detail .brand-and-reviews li:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    right: 0;
    background: #e5e5e5;
}
.pharmacy-detail .brand-and-reviews li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}
.pharmacy-detail .brand-and-reviews li:last-child:after {
    display: none;
}
.pharmacy-detail .price {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}
.pharmacy-detail .price small {
    color: grey;
    font-size: 20px;
}
.pharmacy-detail .price .alert {
    padding: 5px 10px !important;
    font-size: 14px;
    color: var(--greencolor);
    border-color: var(--greencolor);
    background-color: rgba(0, 98, 204, 0.1);
    margin-left: 5px;
}
.custom-qty {
    border: 1px solid #ddd;
    background-color: var(--bglight);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 160px;
}
.custom-qty button,
.custom-qty input {
    background: 0 0;
    border: none;
    font-weight: 500;
}
.custom-qty button {
    padding: 5px 15px;
    font-size: 20px;
    color: #000;
}
.custom-qty input {
    width: 52px;
    text-align: center;
    padding-left: 15px;
    outline: 0;
}
.pharmacy-detail .status {
    text-align: right;
    margin: 0px;
}
.pharmacy-detail .btns {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.pharmacy-detail .btns .btn {
    width: 50%;
}
.pharmacy-detail hr {
    margin: 20px 0px;
}
.pharmacy-detail .section-sub-heading {
    margin-top: 30px;
    margin-bottom: 20px;
}
.pharmacy-detail .description {
    text-align: justify;
}
.pharmacy-detail .description p {
    margin-bottom: 10px;
}

.pharmacy-detail .accordion .accordion-item {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.pharmacy-detail .accordion .accordion-button {
    background-color: var(--bglight);
    box-shadow: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: var(--blackcolor);
}

.pharmacy-detail .pharmacy-detail-right {
    position: sticky;
    top: 30px;
}
.pharmacy-detail .pharmacy-detail-right ul {
    margin: 0px;
    padding: 0px;
    border: 1px solid #ddd;
    box-shadow: 0px 3px 20px 0px
        rgba(45.000000000000014, 126.99999999999991, 218, 0.1);
    border-radius: 20px;
    overflow: hidden;
}
.pharmacy-detail .pharmacy-detail-right ul li {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 30px 20px;
    border-bottom: 1px solid #ddd;
}
.pharmacy-detail .pharmacy-detail-right ul li:hover {
    background-color: var(--bglight);
}
.pharmacy-detail .pharmacy-detail-right ul li:last-child {
    border: none;
}
.pharmacy-detail .pharmacy-detail-right ul li p {
    margin: 0px;
}
.pharmacy-detail .pharmacy-detail-right ul li p b {
    color: var(--blackcolor);
}
.pharmacy-detail .pharmacy-detail-right ul li .material-symbols-outlined {
    font-size: 30px;
    color: var(--greencolor);
}

#half-stars-example .rating-group {
    display: inline-flex;
    margin-bottom: 20px;
}
#half-stars-example .rating__icon {
    pointer-events: none;
}
#half-stars-example .rating__input {
    position: absolute !important;
    left: -9999px !important;
}
#half-stars-example .rating__label {
    cursor: pointer;
    padding: 0 2px;
    font-size: 32px;
    line-height: 32px;
    margin: 0px;
}
#half-stars-example .rating__label--half {
    padding-right: 0px;
    margin-right: -20px;
    z-index: 2;
    width: 20px;
}
#half-stars-example .rating__icon--star {
    color: #f4c150;
}
#half-stars-example .rating__icon--none {
    color: #eee;
}
#half-stars-example
    .rating__input:checked
    ~ .rating__label
    .rating__icon--star {
    color: #ddd;
}

#half-stars-example .rating-group:hover .rating__label .rating__icon--star,
#half-stars-example
    .rating-group:hover
    .rating__label--half
    .rating__icon--star {
    color: #f4c150;
}

#half-stars-example .rating__input:hover ~ .rating__label .rating__icon--star,
#half-stars-example
    .rating__input:hover
    ~ .rating__label--half
    .rating__icon--star {
    color: #ddd;
}

#half-stars-example
    .rating-group:hover
    .rating__input--none:not(:hover)
    + .rating__label
    .rating__icon--none {
    color: #eee;
}

#half-stars-example
    .rating__input--none:hover
    + .rating__label
    .rating__icon--none {
    color: red;
}

.pharmacy-reviews .form-group {
    margin-bottom: 15px;
}
.pharmacy-reviews .reviews-list {
    border-left: 1px solid #ddd;
    padding-left: 25px;
}
.pharmacy-reviews .reviews-list .item {
    list-style: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.pharmacy-reviews .reviews-list .item:last-child {
    padding: 0px;
    margin: 0px;
    border: none;
}
.pharmacy-reviews .reviews-list .item .review-heading {
    font-weight: 600;
    font-size: 14px;
    color: var(--blackcolor);
    margin-top: 0px;
    margin-bottom: 5px;
}
.pharmacy-reviews .reviews-list .item .title {
    margin-left: 10px;
    color: var(--blackcolor);
    font-weight: 600;
}
.pharmacy-reviews .reviews-list .item .des {
    margin-top: 3px;
    margin-bottom: 0px;
}
.pharmacy-reviews .box-heading {
    font-size: 16px;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .pharmacy-detail .img-box {
        margin-bottom: 15px;
        height: auto;
    }
    .pharmacy-detail .heading-share {
        margin-bottom: 10px;
    }
    .pharmacy-detail .heading-share .section-heading {
        font-size: 16px;
    }
    .pharmacy-detail .share-dropdown .dropdown-toggle {
        font-size: 12px;
    }
    .pharmacy-detail
        .share-dropdown
        .dropdown-toggle
        .material-symbols-outlined {
        font-size: 15px;
    }
    .pharmacy-detail .brand-and-reviews {
        flex-direction: column;
        align-items: start;
        gap: 5px;
    }
    .pharmacy-detail .brand-and-reviews li {
        padding-right: 0px;
        margin-right: 0px;
        font-size: 12px;
    }
    .pharmacy-detail .brand-and-reviews li:after {
        display: none;
    }
    .pharmacy-detail .price {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .pharmacy-detail .price small {
        color: grey;
        font-size: 14px;
    }
    .pharmacy-detail .price .alert {
        font-size: 12px;
    }
    .pharmacy-detail label {
        font-size: 12px;
    }
    .pharmacy-detail .status {
        font-size: 12px;
    }
    .custom-qty button {
        padding: 5px 10px;
    }
    .custom-qty input {
        padding: 5px;
    }
    .pharmacy-detail hr {
        margin: 15px 0px;
    }
    .pharmacy-detail .btns .btn {
        padding: 15px 10px;
        font-size: 12px;
    }
    .pharmacy-detail .btns .btn .material-symbols-outlined {
        font-size: 16px;
    }
    .pharmacy-detail .section-sub-heading {
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .pharmacy-detail .accordion .accordion-button {
        font-size: 14px;
        line-height: 20px;
    }
    .pharmacy-detail .pharmacy-detail-right ul {
        border-radius: 10px;
    }
    .pharmacy-detail .pharmacy-detail-right ul li {
        padding: 20px;
    }
    .pharmacy-reviews .box-heading {
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 20px;
    }
}
/* Pharmacy Detail Work End */

/* Pharmacy Listing Work Start */
.pharmacy-listing .filter-h {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.pharmacy-listing .filter-box {
    box-shadow: 0px 3px 20px 0px
        rgba(45.000000000000014, 126.99999999999991, 218, 0.1);
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
}
.pharmacy-listing .filter-box ul {
    margin: 0px -20px;
    padding: 0px;
    height: 250px;
}

.pharmacy-listing .filter-box ul li {
    list-style: none;
    padding: 10px 20px;
    border-top: 1px solid #ddd;
}
.pharmacy-listing .filter-box ul li label {
    display: block;
}

.pharmacy-listing .pharmacy-listing-h {
    margin-bottom: 30px;
}
.pharmacy-listing .pharmacy-listing-h .section-sub-heading {
    margin-bottom: 0px;
}

.pharmacy-listing .pharmacy-listing-h .form-group {
    margin: -30px 0px 0px;
}
.pharmacy-listing .pharmacy-listing-h .form-group label {
    margin: 0px;
}
.pharmacy-listing .pharmacy-product-box {
    margin-bottom: 15px;
}
.pharmacy-listing .show-more-btn {
    margin-top: 15px;
}

.mobile-filters {
    margin-top: -20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    box-shadow: 0px 3px 20px 0px
        rgba(45.000000000000014, 126.99999999999991, 218, 0.1);
    font-weight: 500;
}
.mobile-filters .item {
    width: 50%;
    padding: 15px 5px;
    text-align: center;
    border-left: 1px solid #ddd;
}
.mobile-filters .item:first-child {
    border: none;
}
.mobile-filters .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.mobile-filters .item .material-symbols-outlined {
    font-size: 20px;
}
.filteroffcanvas ul {
    margin: 0px 0px 10px;
    padding: 0px;
}
.filteroffcanvas ul li:first-child {
    margin: 0px;
}
.filteroffcanvas ul li {
    list-style: none;
    margin-top: 10px;
}

.filteroffcanvas .nav {
    background-color: #eee;
    width: 140px;
    height: calc(72vh - 79px);
}
.filteroffcanvas .nav .nav-link.active {
    background-color: white;
    border-left: 3px solid var(--greencolor);
    border-radius: 0px;
}
.filteroffcanvas .nav .nav-link {
    border-left: 3px solid transparent;
    color: var(--blackcolor);
    padding: 10px 10px;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
}
.filteroffcanvas .tab-content {
    width: calc(100% - 140px);
}
.filteroffcanvas .filter-list {
    height: calc(72vh - 79px);
    margin: 0px;
    padding: 5px 0px;
}
.filteroffcanvas .filter-list li {
    margin: 0px;
    padding: 10px 20px;
}
.filteroffcanvas .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 15px;
    border-top: 1px solid #ddd;
    box-shadow: 0px 3px 20px 0px
        rgba(45.000000000000014, 126.99999999999991, 218, 0.1);
}
.filteroffcanvas .btns .btn {
    width: 50%;
}
@media (max-width: 991px) {
    .pharmacy-listing .show-more-btn {
        margin-top: 0px;
    }
    .pharmacy-listing .pharmacy-listing-h .form-group {
        margin-top: 0px;
    }
}
@media (max-width: 767px) {
    .pharmacy-listing .btn {
        padding: 15px 20px;
    }
}
/* Pharmacy Listing Work End */

/* Pharmacy Cart Work Start */
.pharmacy-cart .left-box,
.pharmacy-cart .right-box {
    box-shadow: 0px 3px 20px 0px
        rgba(45.000000000000014, 126.99999999999991, 218, 0.1);
    color: grey;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
}
.pharmacy-cart .table tr {
    vertical-align: middle;
}
.pharmacy-cart .table .product-name {
    display: flex;
    align-items: center;
    gap: 15px;
}
.pharmacy-cart .table .product-name img {
    width: 60px;
    height: 60px;
    background-color: #eee;
    padding: 10px;
    object-fit: contain;
    border-radius: 10px;
}
.pharmacy-cart .table .product-name img + div {
    width: calc(100% - 75px);
}
.pharmacy-cart .table .product-name .name {
    font-weight: 600;
    width: 170px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.pharmacy-cart .alert {
    border-radius: 20px;
}
.pharmacy-cart .alert ul {
    padding-left: 15px;
}
.mobile-checkout-btn {
    background-color: white;
    border-top: 1px solid #ddd;
    box-shadow: 0px 3px 20px 0px
        rgba(45.000000000000014, 126.99999999999991, 218, 0.1);
    padding: 15px;
    position: fixed;
    z-index: 10;
    width: 100%;
    bottom: 0px;
    left: 0px;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.mobile-checkout-btn p {
    margin: 0px;
}
.mobile-checkout-btn .btn {
    width: 70%;
}
@media (max-width: 767px) {
    .pharmacy-cart .left-box {
        padding: 0px;
        border-radius: 0px;
        border: none;
        box-shadow: none;
    }
    .pharmacy-cart .alert {
        border-radius: 10px;
    }
    .pharmacy-cart .right-box {
        border-radius: 10px;
    }
    .pharmacy-cart .right-box .table tr td {
        padding: 10px 15px;
    }
}
/* Pharmacy Cart Work End */

/* Pharmacy Checkout Work Start */
.pharmacy-checkout .accordion .accordion-item {
    margin-bottom: 15px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.pharmacy-checkout .accordion .accordion-button {
    background-color: var(--bglight);
    box-shadow: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: var(--blackcolor);
}
.pharmacy-checkout .accordion .custom-checkbox {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}
.pharmacy-checkout .accordion .custom-checkbox input:checked ~ label {
    background-color: var(--lightgreencolor);
}
.pharmacy-checkout .accordion .custom-checkbox label {
    padding: 15px 15px 15px 50px;
    overflow: hidden;
    display: block;
}
.pharmacy-checkout .accordion .custom-checkbox label:before {
    left: 15px;
}
.pharmacy-checkout .accordion .custom-checkbox .default {
    background-color: var(--greencolor);
    color: white;
    padding: 15px 15px;
    font-weight: 600;
}
.pharmacy-checkout .accordion .custom-checkbox .btn {
    border: 1px solid #ddd !important;
    background-color: white;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 8px 15px;
    margin-right: 5px;
    margin-top: 10px;
}
.pharmacy-checkout .accordion .custom-checkbox .btn:hover {
    border: 1px solid #ddd !important;
}
.pharmacy-checkout .right-box {
    box-shadow: 0px 3px 20px 0px
        rgba(45.000000000000014, 126.99999999999991, 218, 0.1);
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 20px;
}
.pharmacy-checkout .right-box .section-sub-heading {
    margin-bottom: 20px;
    font-size: 16px;
}
.pharmacy-checkout .right-box .table {
    margin: 0px -20px 15px;
    width: calc(100% + 40px);
}
.pharmacy-checkout .right-box .table tr th {
    font-size: 14px;
}
.pharmacy-checkout .right-box .table tr th,
.pharmacy-checkout .right-box .table tr td {
    padding: 10px 20px;
    text-align: center;
}
.pharmacy-checkout .right-box .table tr th:first-child,
.pharmacy-checkout .right-box .table tr td:first-child {
    text-align: left;
}
.pharmacy-checkout .right-box .table tr th:last-child,
.pharmacy-checkout .right-box .table tr td:last-child {
    text-align: right;
}
.pharmacy-checkout .right-box .alert {
    border-radius: 0px;
    padding: 5px 20px;
    margin: 0px -20px !important;
}
.pharmacy-checkout .right-box .form-group {
    margin-bottom: 15px;
}

.addaddress-modal .form-group {
    margin-bottom: 15px;
}
.addaddress-modal .modal-header {
    padding: 15px 20px;
}
.addaddress-modal .modal-body {
    padding: 20px;
}
/* Pharmacy Checkout Work End */

/* pharmacy-prescription work start */
.pharmacy-prescription .box {
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0px 3px 20px 0px
        rgba(45.000000000000014, 126.99999999999991, 218, 0.1);
    border: 1px solid #ddd;
    height: 100%;
}
.pharmacy-prescription .section-sub-heading {
    font-size: 18px;
}
.pharmacy-prescription ul {
    margin: 0px;
}
.pharmacy-prescription ul li {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .pharmacy-prescription {
        padding-top: 0px;
    }
    .pharmacy-prescription .box {
        margin-top: 20px;
        height: auto;
        padding: 20px;
    }
    .pharmacy-prescription .section-sub-heading {
        margin-bottom: 20px;
    }
    .pharmacy-prescription ul {
        margin-top: 15px;
    }
}
/* pharmacy-prescription work end */

/* Pharmacy Wishlist Work Start */
.pharmacy-wishlist .pharmacy-product-box {
    margin-bottom: 15px;
}
/* Pharmacy Wishlist Work End */

/* Thank you work start */
.thankyou {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    position: relative;
}
.thankyou .bg {
    background: url("../images/medicalbg.webp") repeat center;
    background-size: 50%;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
.thankyou .box {
    background-color: white;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    padding: 100px 80px 60px;
    margin-top: 40px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.thankyou .box .doctor1 {
    height: 170px;
    position: absolute;
    left: 10px;
    top: -102px;
    left: 50%;
    transform: translate(-50%, 0);
}
.thankyou .section-heading {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: bold;
}
.thankyou .section-sub-heading {
    margin-bottom: 10px;
    font-size: 18px;
}
.thankyou .btn {
    margin-top: 20px;
    min-width: 240px;
}
@media (max-width: 767px) {
    .thankyou .bg {
        background-size: 100%;
    }
    .thankyou .box {
        padding: 90px 40px 40px;
        border: none;
        margin-top: 0px;
    }
    .thankyou .section-heading {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .thankyou .section-sub-heading {
        font-size: 16px;
    }
}
/* Thank you work End */
