/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;1,400&display=swap'); */

/* option -1  Poppins  + Karla  */
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* option -2   Inter  +  Sen   */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Sen:wght@400;500;600&display=swap');

/* option -3 Montserrat  + Roboto  */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Roboto:wght@400;500;700&display=swap');

/* option -3 Lato  +  Open Sans  */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Open+Sans:wght@400;500;600;700&display=swap');


/* 
@font-face {
    font-family: 'Fugi';
    src: url(https://cdn.nitroapps.co/fontify/mypicpax.myshopify.com/fugi.otf); 
}

@font-face {
    font-family: 'ClementePDag-Book';
    src: url(https://cdn.nitroapps.co/fontify/mypicpax.myshopify.com/clementepdag-book.ttf); 
} */

:root {
    --bs-font-sans-serif: 'Lato', sans-serif;
    --bs-body-font-family: 'Open Sans', sans-serif;
    --bs-menu-font-family: 'Lato', sans-serif;
    --bs-body-font-size: 0.875rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #303030;
    --bs-body-bg: #000;
    --bs-primary: #00833e;
    --bs-primary-rgb: 0, 122, 57;
    --bs-secondary: #204d80;
    --bs-secondary-rgb: 32, 77, 128;
    --shadow-rgba: rgba(0, 0, 0, .15);
    --bs-white: #fff;
    --border-radius: 1.25rem;
}

body {
    background-color: var(--bs-white);
    color: var(--bs-body-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.0625rem;
    font-size: 0.875rem;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    opacity: 0.5;
}

.btn,
.btn:hover,
.btn:focus,
.btn:active {
    border-radius: var(--border-radius);
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary,
.btn {
    font-size: 0.875rem;
    padding: 0.75rem 1.125rem;
    line-height: 1;
    background-color: var(--bs-primary);
    border: solid 0.0625rem var(--bs-primary);
    font-weight: 700;
    font-family: var(--bs-font-sans-serif);
}


.btn-primary:hover,
.btn-primary:focus {
    border: solid 0.0625rem var(--bs-secondary);
    box-shadow: none;
    background-color: var(--bs-secondary) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-family: var(--bs-font-sans-serif);
    letter-spacing: 0.0625rem;
    margin: 0;
    font-weight: 700;
    letter-spacing: normal;
}

.form-label {
    margin-bottom: 0.5rem;
    font-size: 0.8125rem;
}


input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.form-group {
    margin-bottom: 0.625rem;
}

.form-control,
.form-control:focus,
.form-select {
    outline: none !important;
    box-shadow: none !important;
    background-color: #fff;
    border: 0.0625rem solid #c3c3c3;
    resize: none;
    font-size: 0.875rem;
    height: 2.625rem;
}

.form-control,
.form-control:focus,
.form-select {
    outline: none !important;
    box-shadow: none !important;
    border-radius: var(--border-radius);
    resize: none;
}

.form-control:focus,
.form-select:focus {
    border: 0.0625rem solid var(--bs-secondary) !important;
}

::placeholder {
    color: #7d7d7d !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #7d7d7d !important;
}

::-ms-input-placeholder {
    color: #7d7d7d !important;
}

.invalid-feedback {
    margin-top: 0.3125rem;
    padding-bottom: 0.3125rem;
}

strong {
    font-weight: 700;
}

main {
    position: relative;
    padding-top: 3.75rem;
}

.dropify-wrapper {
    max-width: 100%;
    height: 8.125rem;
    border: 0.0625rem solid #c3c3c3;
    border-radius: var(--border-radius);
}

.dropify-wrapper .dropify-message p {
    font-size: 0.75rem;
}

.min-height-set {
    min-height: 28.75rem !important;
}

.bg-img-none {
    background-image: none !important;
}

.select-btn-check {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.select-btn-check .btn {
    width: 48%;
}

.select-btn-check .btn {
    background-color: #fff;
    border: solid 0.0625rem #d7d7d7;
    color: #9a9a9a;

}

.select-btn-check .btn-check:checked+.btn,
.select-btn-check .btn.active,
.select-btn-check .btn.show,
.select-btn-check .btn:first-child:active,
.select-btn-check:not(.btn-check)+.btn:active {
    background-color: #E7F2EE;
    border: solid 0.0625rem #E7F2EE;
    color: var(--bs-primary);
}

.select-btn-check .btn-check+.btn:hover {
    background-color: var(--bs-primary);
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(0, 0, 0, 0.65);
    padding-right: 0.75rem;
}

.breadcrumb .breadcrumb-item a {
    color: rgba(0, 0, 0, 0.65);
    text-decoration: none;
}

.breadcrumb .breadcrumb-item a:hover {
    color: var(--bs-primary);
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.75rem;
}

.breadcrumb-item.active {
    color: var(--bs-primary);
    text-decoration: none;
}

.related-product {
    padding-top: 1.875rem;
}

.related-product .heading {
    margin-bottom: 0.9375rem;
    font-size: 1.75rem;
    /* border-bottom: solid 0.0625rem #e4e4e4; */
}

.related-product hr {
    opacity: 0.15;
    margin-top: 0;
}

.related-product-bg {
    background-color: #f4f9f7;
    padding-bottom: 0.9375rem;
}

.related-product-bg .product-card {
    background-color: #fff;
}

.related-product-bg .related-product .heading {
    /* border-bottom: solid 0.0625rem #d8d8d8; */
}

.related-product-bg .related-product .btn-view-all {
    border: solid 0.0625rem var(--bs-secondary);
}

.link-text-btn {
    background-color: transparent !important;
    border: none;
    text-decoration: underline;
    padding: 0 0.3125rem;
    color: var(--bs-body-color);
}

.link-text-btn:hover,
.link-text-btn:focus {
    background-color: transparent !important;
    border: none;
    text-decoration: underline;
    color: var(--bs-secondary) !important;
}

.pagination .active>.page-link,
.page-link.active {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
}

.pagination .page-link {
    color: var(--bs-primary);
    font-size: 0.875rem;
    border-radius: var(--border-radius);
    background-color: transparent;
    padding: 0;
    height: 2.1875rem;
    min-width: 2.1875rem;
    text-align: center;
    line-height: 2rem;
    letter-spacing: normal;
}

.pagination .page-link svg {
    height: 1.125rem;
    width: 1.125rem;
    margin: 0.0625rem 0;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
    outline: none !important;
    box-shadow: none;
}

.pagination .page-item {
    padding: 0 0.3125rem;
}

.pagination .page-item:last-child .page-link,
.pagination .page-item:first-child .page-link {
    border-radius: var(--border-radius);
}

.subheader {
    width: 100%;
    display: block;
    padding: 2.8125rem 0 3.75rem 0;
    background-color: #E7F2EE;
    text-align: center;
}

.subheader h1 {
    margin-bottom: 1.25rem;
    font-size: 2.8125rem;
    color: var(--bs-primary);
}

.subheader p {
    font-size: 0.875rem;
    width: 60%;
    margin: auto;
}

.your-medication {
    background-color: #00A7CF;
    color: #fff;
    padding: 2.5rem;
    border-radius: var(--border-radius);
    margin-bottom: 1.875rem;
    margin-top: 0.9375rem;
}

.your-medication h2 {
    font-size: 1.875rem;
    margin-bottom: 0.9375rem;
    color: #fff;
}

.your-medication p {
    font-size: 0.875rem;
    margin-bottom: 0;
}

.your-medication .medication-form {
    width: 23.75rem;
    margin-left: auto;
}

.your-medication .medication-form .btn-primary {
    width: 100%;
    background-color: #fff;
    border: solid 0.0625rem #fff;
    color: #00A7CF;
    margin-top: 0.625rem;
}

.your-medication .medication-form .btn-primary:hover,
.your-medication .medication-form .btn-primary:focus {
    color: #fff;
    border: solid 0.0625rem var(--bs-secondary);
}

.your-medication .medication-form .form-control {
    background-color: transparent;
    color: #fff;
    border: solid 0.0625rem #fff !important;
}

.your-medication .medication-form .form-control::placeholder {
    color: #ffffff !important;
    opacity: 1;
}

.your-medication .medication-form .form-control:-ms-input-placeholder {
    color: rgb(255, 255, 255) !important;
}

.your-medication .medication-form .form-control::-ms-input-placeholder {
    color: #ffffff !important;
}

.set-width-col {
    position: relative;
    width: 15.75rem;
    padding-left: 0;
    padding-right: 0.9375rem;
}

.overflowx {
    overflow-x: auto;
}

.fp-overFlow {
    float: left;
    width: -webkit-max-content;
    width: max-content;
    min-width: 100%;
}

#Product-Detail-Modal .modal-header h2 {
    font-size: 1.5625rem;
    text-align: center;
    margin: auto;
    color: var(--bs-primary);
}

#Product-Detail-Modal .product-detail {
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: auto !important;
}

#Product-Detail-Modal .product-detail {
    font-size: 0.8125rem;
}

#Product-Detail-Modal .product-detail .product-price .price {
    font-size: 1.5rem;
}

#Product-Detail-Modal .product-detail .product-price .discount {
    font-size: 0.8125rem;
    padding-left: 0.625rem;
}

#Product-Detail-Modal .product-detail .add-to-cart {
    width: 100% !important;
}

#Product-Detail-Modal .modal-lg {
    max-width: 53.125rem;
}

#Product-Detail-Modal .product-detail .h2-modal {
    font-size: 1.5625rem;
    text-align: left !important;
    margin-bottom: 0.9375rem;
}

.product-modal-img figure img {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius);
}

#Product-Detail-Modal .product-detail .pre-required-label {
    margin: 0 0 0.5rem 0;
}

#Product-Detail-Modal .modal-content {
    padding: 0.3125rem 0.75rem 0.5rem 0.75rem;
}

#Product-Detail-Modal .product-detail .select-btn-check .btn {
    padding: 0.5rem 0.75rem;
}

figure {
    margin-bottom: 0;
}

.modal-content {
    background-color: var(--bs-white);
}

.modal-header .btn-close {
    margin: 0;
    top: 0.9375rem;
    right: 0.9375rem;
    position: absolute;
    box-shadow: none;
}

.modal-content {
    border-radius: var(--border-radius);
}

.sub-page {
    width: 100%;
    min-height: 29.375rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    position: relative;
}

.search-pr-sec {
    width: 34.375rem;
    margin: auto;
    margin-top: -1.25rem;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
}

.search-pr-sec svg {
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    left: 0.625rem;
    top: 0.75rem;
    z-index: 5;
}

.search-pr-sec .form-control {
    padding-left: 2.1875rem;
}

.btn-view-all {
    background-color: #e7f2ee;
    border: solid 0.0625rem #e7f2ee;
    font-size: 0.8125rem;
    padding: 0.5rem 1.375rem;
    font-family: var(--bs-font-sans-serif);
}

.btn-view-all:hover {
    background-color: var(--bs-primary);
    color: #fff;
}

.pre-required-label {
    background-color: #fcf1e1;
    color: #f19c2c;
    border-radius: var(--border-radius);
    display: inline-block;
    line-height: 1;
    font-size: 0.8125rem;
    letter-spacing: normal;
    padding: 0.375rem 0.75rem 0.375rem 0.625rem;
    margin: 0 0 auto auto;

}

.pre-required-label svg {
    width: 1rem;
    height: 1rem;
    margin-top: -0.125rem;
    margin-right: 0.3125rem;
}


.form-switch.form-switch-sm {
    margin-bottom: 0.5rem;
}

.form-switch.form-switch-sm .form-check-input {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}

.form-switch.form-switch-md {
    margin-bottom: 1rem;
}

.form-switch.form-switch-md .form-check-input {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.form-switch.form-switch-lg {
    margin-bottom: 1.5rem;
}

.form-switch.form-switch-lg .form-check-input {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}

.form-switch.form-switch-xl {
    margin-bottom: 2rem;
}

.form-switch.form-switch-xl .form-check-input {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}

.dataTables_wrapper {
    padding-bottom: 0.625rem;
}

table.dataTable {
    clear: both;
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

table.dataTable th,
table.dataTable td {
    font-size: 0.875rem;
    color: #000 !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

table.dataTable th {
    font-size: 0.8125rem;
    letter-spacing: normal;
}

.table>thead {
    background-color: #fff;
    opacity: 0.75;
    font-weight: 600;
}

.order-status {
    font-size: 0.6875rem;
    text-align: center;
    padding: 0.375rem 0.75rem;
    color: #108158;
    background-color: rgba(16, 129, 88, .15);
    display: inline-flex !important;
    align-items: center;
    gap: 0.3125rem;
    font-weight: 600;
    border-radius: 1.875rem;
    line-height: 1;
}

.dataTable th,
.modal-body table th {
    border-top: none;
    border-bottom: solid 0.0625rem #e3e3e3;
}

.dataTable td,
.dataTable th,
.modal-body table th,
.modal-body table td {
    border-top: none;
    border-bottom: solid 0.0625rem #f2f2f2;
}

.dataTable td .btn {
    font-size: 0.6875rem;
    padding: 0.4375rem 0.4375rem;
    line-height: 1;
    border-radius: 0.375rem;
    margin-right: 0.3125rem;
}

.pagination {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    margin-right: 0.625rem !important;
}

.pagination .page-item {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    position: relative;
}

.pagination .page-item .page-link {
    background-color: transparent;
    border: none;
    font-weight: 600;
    color: var(--bs-secondary);
    box-shadow: none !important;
    line-height: 1.9375rem;
    padding-top: 0;
    padding-bottom: 0;
    width: 1.875rem;
    font-family: var(--bs-font-sans-serif);
}

.pagination .page-item.active .page-link {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
    border-radius: 50%;
    height: 1.875rem;
    width: 1.875rem;
    min-width: 1.875rem;
    text-align: center;
    padding: 0;
}

.pagination li:first-child a:after {
    content: "";
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    top: 50%;
    left: -1.375rem;
    transform: translateY(-50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hldnJvbi1sZWZ0IiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTExLjM1NCAxLjY0NmEuNS41IDAgMCAxIDAgLjcwOEw1LjcwNyA4bDUuNjQ3IDUuNjQ2YS41LjUgMCAwIDEtLjcwOC43MDhsLTYtNmEuNS41IDAgMCAxIDAtLjcwOGw2LTZhLjUuNSAwIDAgMSAuNzA4IDB6Ii8+Cjwvc3ZnPg==);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.pagination li:last-child a:after {
    content: "";
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    top: 50%;
    right: -1.375rem;
    transform: translateY(-50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hldnJvbi1yaWdodCIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjY0NiAxLjY0NmEuNS41IDAgMCAxIC43MDggMGw2IDZhLjUuNSAwIDAgMSAwIC43MDhsLTYgNmEuNS41IDAgMCAxLS43MDgtLjcwOEwxMC4yOTMgOCA0LjY0NiAyLjM1NGEuNS41IDAgMCAxIDAtLjcwOHoiLz4KPC9zdmc+);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.pagination .page-item.disabled {
    opacity: 0.6;

}

.pagination li:last-child a,
.pagination li:first-child a {
    width: auto !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    left: 0.3125rem;
    top: 1.25rem;
    height: 1.125rem;
    width: 1.125rem;
    margin-top: -0.5625rem;
    color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 1.25rem;
    margin-right: 0.3125rem;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom: solid 0.0625rem #ececec
}

.dataTables_info {
    font-size: 0.75rem;
}

.primary-link {
    font-weight: 600;
    color: var(--bs-primary);
    text-decoration: underline;
    display: inline-block;
}

.primary-link:hover {
    color: var(--bs-secondary);
}

table.dataTable td .time {
    display: block;
    opacity: 0.75;
    line-height: 1;
    font-size: 0.75rem;
}

table.dataTable td .dropdown-toggle::after {
    display: none;
}

table.dataTable td .dropdown-item {
    font-size: 0.8125rem;
    letter-spacing: normal;
}

table.dataTable td .dropdown-menu {
    min-width: 7.5rem;
}

table.dataTable td .btn {
    background-color: transparent;
    border: none;
}

table.dataTable td .btn:hover,
table.dataTable td .btn:focus {
    background-color: transparent;
    border: none;
    color: var(--bs-primary);
}

table.dataTable td .btn svg {
    width: 1.125rem;
    height: 1.125rem;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pt-5 {
    padding-top: 0.3125rem !important;
}

.pb-5 {
    padding-bottom: 0.3125rem !important;
}

.pt-10 {
    padding-top: 0.625rem !important;
}

.pb-10 {
    padding-bottom: 0.625rem !important;
}

.pt-15 {
    padding-top: 0.9375rem !important;
}

.pb-15 {
    padding-bottom: 0.9375rem !important;
}

.pt-20 {
    padding-top: 1.25rem !important;
}

.pb-20 {
    padding-bottom: 1.25rem !important;
}

.opacity-75 {
    opacity: 0.75;
}

.btn-outline,
.btn-outline:hover {
    border: solid 0.0625rem #e3e3e3;
    color: #000;
    background-color: #fff;
    padding: 0.5rem 0.9375rem;
    line-height: 1;
}

.btn-outline:focus,
.btn-outline:hover {
    border: solid 0.0625rem var(--bs-primary) !important;
    color: #fff !important;
    background-color: var(--bs-primary) !important;
    padding: 0.5rem 0.9375rem;
    line-height: 1;
}

.btn-outline svg {
    width: 0.875rem;
    height: 0.875rem;
    margin-right: 0.3125rem;
    stroke: #000 !important;
}

.btn-outline:focus svg,
.btn-outline:hover svg {
    stroke: #fff !important;
}

textarea.form-control,
textarea.form-control:focus {
    height: 6.25rem;
    padding-top: 0.625rem;
}
.qty-container {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 0.0625rem #c3c3c3;
    height: 2.5rem;
    padding: 0.125rem 0;
    border-radius: var(--border-radius);
    width: 9.0625rem;
}

.qty-container .form-control,
.qty-container .form-control:focus {
    text-align: center;
    padding: 0.375rem 0.625rem;
    max-width: 4.0625rem;
    font-size: 1rem;
    border: none !important;
    margin-left: 0.125rem;
    margin-right: 0.125rem;
    height: 2rem;
    font-family: var(--bs-font-sans-serif);
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
    border: none;
    padding: 0.3125rem 0.625rem;
    font-size: 0.625rem;
    height: 2rem;
    width: 2rem;
    transition: 0.3s;
    border-radius: var(--border-radius);
    background-color: #E7F2EE;
}

.qty-container .qty-btn-minus:focus,
.qty-container .qty-btn-plus:focus,
.qty-container .qty-btn-minus:hover,
.qty-container .qty-btn-plus:hover {
    background-color: var(--bs-secondary);
}

.qty-container svg {
    width: 0.75rem;
    height: 0.75rem;
    fill: var(--bs-secondary) !important;
}

.qty-container .qty-btn-minus:focus svg,
.qty-container .qty-btn-plus:focus svg,
.qty-container .qty-btn-minus:hover svg,
.qty-container .qty-btn-plus:hover svg {
    fill: #fff !important;
}
.no-pr-found{
    font-size: 1.125rem; font-weight: 100;
    font-family: var(--bs-font-sans-serif) !important;
    padding: 7.5rem 0.625rem 7.5rem 0.625rem;  
    text-align: center;
    color: #8b8b8b;
}
.no-pr-found .icon-img {
    width: auto;
    height: 7.5rem;
    display: block;
    margin: 1.25rem auto;
}



.successfully-alert {
    width: 22.5rem;
    background-color: #fff;
    position: absolute;
    top: 2.8125rem;
    right: -0.625rem;
    z-index: 3000;
    padding: 0.9375rem 0.9375rem;
    box-shadow: 0 0.5rem 1.125rem 0 rgba(0, 0, 0, .3);
    border-radius: 0.9375rem;
    border-top: 0.1875rem solid var(--bs-primary);
}

.successfully-alert:before {
    content: "";
    position: absolute;
    top: 0;
    right: 1rem;
    width: 0;
    height: 0;
    border: 0.625rem solid transparent;
    border-bottom-color: var(--bs-primary);
    border-top: 0;
    margin-left: -0.625rem;
    margin-top: -0.625rem
}

.successfully-alert .successfully-add-name {
    font-size: 1rem;
    color: var(--bs-primary);
    font-weight: 700;
    margin-bottom: 0.625rem;
    font-family: var(--bs-font-sans-serif);
    line-height: normal;
    letter-spacing: 0.0313rem;
}

.successfully-alert .cart-check-fill {
    fill: var(--bs-primary);
    margin-top: -0.1875rem;
    width: 1.375rem;
    height: 1.375rem;
    margin-right: 0.625rem;
}

.successfully-alert .successfully-alert-heading {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: normal;
    position: relative;
    margin-bottom: 0.75rem;
    font-family: var(--bs-font-sans-serif);
}

.successfully-alert img {
    width: 4.625rem;
    height: 4.625rem;
    border-radius: 0.75rem;
    background-color: #f3f3f3;
}

.successfully-alert .flavors-text {
    font-size: 0.875rem;
    font-family: var(--bs-menu-font-family);
}

.successfully-alert .flavors-text strong {
    font-weight: 700
}

.successfully-alert .flavors-text strong span {
    color: var(--bs-secondary);
}

.successfully-alert .cart-subtotal-v {
    background-color: #f4f9f7;
    border-radius: var(--border-radius);
    padding: 0.5rem;
    text-align: center;
    font-size: 1rem;
    margin-top: 0.75rem;
    font-weight: 500;
    font-family: var(--bs-menu-font-family);
}

.successfully-alert .cart-subtotal-v strong {
    font-weight: 700;
    color: var(--bs-secondary);
    font-family: var(--bs-menu-font-family);
}


.successfully-alert .btn-outline-secondary {
    font-size: 0.875rem;
    float: right;
    padding: 0.375rem 1.25rem
}

.successfully-alert .btn-outline-secondary:focus,
.successfully-alert .btn-outline-secondary:hover {
    background-color: #1f283b !important;
    border-color: #1f283b !important;
    color: #fff;
}

.readonly-input, .readonly-input:focus{
    background-color:#f5f5f5 !important;
    border-color: #d8d8d8 !important;
}






@media (max-width:1440px) {
    .subheader {
        padding: 1.875rem 0 2.8125rem 0;
    }

    .subheader h1 {
        font-size: 2.5rem;
    }

    .search-pr-sec {
        width: 30.625rem;
    }
}

@media (max-width:1368px) {
    main {
        padding-top: 3.4375rem;
    }

    .breadcrumb {
        font-size: 0.8125rem;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 0.5rem;
    }

    .breadcrumb-item+.breadcrumb-item {
        padding-left: 0.5rem;
    }

    .related-product .heading {
        font-size: 1.625rem;
    }

    .subheader h1 {
        font-size: 2.1875rem;
    }
}

@media (max-width:1024px) {
    .your-medication .medication-form {
        width: 20rem;
    }

    .your-medication {
        padding: 1.5625rem;
    }
    .successfully-alert { 
        top: 2.625rem;
    }
    main {
        padding-top: 49px;
    }
}

@media (max-width:991px) {
    main {
        padding-top: 3.125rem;
    }

    .subheader h1 {
        font-size: 1.875rem;
    }

    .subheader p {
        width: 100%;
    }

    .your-medication h2 {
        font-size: 1.75rem;
    }

    .your-medication .medication-form {
        width: 70%;
        margin: 0.9375rem auto 0.625rem auto;
    }

    .sub-page {
        padding-top: 1.25rem;
    }

    .search-pr-sec {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .sm-reverse-991 {
        flex-wrap: wrap-reverse;
    }

    table.dataTable th,
    table.dataTable td {
        font-size: 0.8125rem;
        padding: 0.4375rem;
    }

    .qty-container .form-control,
    .qty-container .form-control:focus {
        font-size: 0.875rem;
    }
    .successfully-alert {
        right: -0.625rem;
        width: 18.75rem;
        padding: 0.75rem;
    }

    .successfully-alert .successfully-alert-heading {
        font-size: 1rem;
    }

    .successfully-alert img {
        width: 4rem;
        height: 4rem;
    }

    .successfully-alert .successfully-add-name {
        font-size: 0.875rem;
    }

    .successfully-alert .cart-subtotal-v {
        font-size: 0.875rem;
    }

    .successfully-alert .cart-check-fill {
        width: 1.25rem;
        height: 1.25rem;
        margin-right: 0.5rem;
    }

    .successfully-alert .flavors-text {
        font-size: 0.8125rem;
    }
}

@media (max-width:767px) {
    main {
        padding-top: 2.875rem;
    }

    .breadcrumb {
        font-size: 0.6875rem;
        margin-bottom: 0.5rem;
        letter-spacing: normal;
    }

    .related-product .heading {
        font-size: 1.375rem;
    }

    .related-product {
        padding-top: 1.25rem;
    }

    .subheader h1 {
        font-size: 1.625rem;
        margin-bottom: 0.9375rem;
    }

    .your-medication h2 {
        font-size: 1.5625rem;
    }

    .your-medication {
        padding: 1.875rem 0.9375rem;
    }

    .your-medication .medication-form {
        width: 100%;
        margin: 0.9375rem auto 0rem auto;
    }

    .sub-page {
        padding-bottom: 1.25rem;
        padding-top: 1.25rem;
    }

    .search-pr-sec .form-control {
        height: 2.1875rem;
    }

    .search-pr-sec svg {
        width: 1.125rem;
        height: 1.125rem;
        top: 0.5625rem;
    }

    .btn-view-all {
        font-size: 0.75rem;
        padding: 0.375rem 1rem;
    }

    .set-width-col {
        position: relative;
        width: 15.3125rem;
        padding-right: 0.625rem;
    }

    .pre-required-label {
        margin: 0rem 0 0.75rem auto;
    }
    .no-pr-found {
        font-size: 1rem; 
        padding: 5rem 0.625rem 5rem 0.625rem; 
    }
    .no-pr-found .icon-img { 
        height: 6.875rem; 
        margin: 0.9375rem auto;
    }
    .successfully-alert:before {
        right: 35px; 
    }
    .successfully-alert { 
        top: 2.5rem;
    }
}

@media (max-width:480px) {
    .subheader h1 {
        font-size: 1.5rem;

    }

    .your-medication {
        padding: 1.125rem 0.625rem;
    }

    .your-medication h2 {
        font-size: 1.375rem;
    }

    #Product-Detail-Modal .modal-header h2 {
        font-size: 1.25rem;
    }

    #Product-Detail-Modal .modal-content {
        padding: 0;
    }

    #Product-Detail-Modal .product-detail .select-btn-check .btn {
        padding: 0.5rem 0.625rem;
    }

    .sub-page {
        padding-top: 0.9375rem;
    } 
    main {
        padding-top: 5.375rem;
    }
}

@media (max-width:425px) {

    .related-product .heading {
        font-size: 1.25rem;
        line-height: normal;
    }

    .your-medication h2 {
        margin-bottom: 0.625rem;
    }

    .btn-view-all {
        padding: 0.375rem 0.625rem;
        letter-spacing: 0.0313rem;
    }
    .successfully-alert {
        box-shadow: 0 0.5rem 0.9375rem 0 rgba(0, 0, 0, .2);
      
        margin: auto;
    }

    .successfully-alert:before {
        /* right: 1.0625rem; */
    }
}

@media (max-width:375px) {
    .subheader h1 {
        font-size: 1.375rem;
    }

    .pagination .page-item {
        padding: 0 0.1875rem;
    }

    .pagination .page-link {
        font-size: 0.8125rem;
        height: 2rem;
        min-width: 2rem;
        line-height: 1.8125rem;
    }

    .your-medication {
        padding: 0.9375rem 0.3125rem;
    } 
    .successfully-alert { 
 
    }
    .successfully-alert:before {
        /* right: 2.375rem; */
    }
    .successfully-alert img {
        width: 3.625rem;
        height: 3.625rem;
    }
}

@media screen and (max-width: 320px) {
    .successfully-alert {
 
        width: 17.5rem; 
    }
    .successfully-alert:before {
        /* right: 3.4375rem; */
    }
}

.rest-password-list-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    letter-spacing: normal;
    margin-bottom: 10px;
}

.rest-password-list-card ul li {
    margin-top: 0;
    position: relative;
}

.rest-password-list-card ul li+li {
    margin-top: 0.5rem;
}

.rest-password-list-card ul li a {
    text-decoration: none;
    position: relative;
    color: var(--bs-body-color);
}

.rest-password-list-card ul li a:hover {
    opacity: 1;
    color: var(--bs-primary);
}
.rest-password-list-card ul li svg {
   margin-right: 8px;
   width: 18px;
   height: 18px;
}
.rest-password-list-card ul li .bi-x-lg {
    width: 16px;
    height: 16px;
}