@font-face {
    font-family: 'Blogger Sans';
    src: url('../font/BloggerSans.woff2') format('woff2'),

        url('../font/BloggerSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {

    font-family: 'Blogger Sans';

    src: url('../font/BloggerSans-BoldItalic.woff2') format('woff2'),

        url('../font/BloggerSans-BoldItalic.woff') format('woff');

    font-weight: bold;

    font-style: italic;

    font-display: swap;
}

@font-face {

    font-family: 'Blogger Sans';

    src: url('../font/BloggerSans-Bold.woff2') format('woff2'),

        url('../font/BloggerSans-Bold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

    font-display: swap;
}

@font-face {

    font-family: 'Blogger Sans';

    src: url('../font/BloggerSans-LightItalic.woff2') format('woff2'),

        url('../font/BloggerSans-LightItalic.woff') format('woff');

    font-weight: 300;

    font-style: italic;

    font-display: swap;
}

@font-face {

    font-family: 'Blogger Sans';

    src: url('../font/BloggerSans-Light.woff2') format('woff2'),

        url('../font/BloggerSans-Light.woff') format('woff');

    font-weight: 300;

    font-style: normal;

    font-display: swap;
}

@font-face {

    font-family: 'Blogger Sans';

    src: url('../font/BloggerSans-Italic.woff2') format('woff2'),

        url('../font/BloggerSans-Italic.woff') format('woff');

    font-weight: normal;

    font-style: italic;

    font-display: swap;
}

@font-face {

    font-family: 'Blogger Sans';

    src: url('../font/BloggerSans-Medium.woff2') format('woff2'),

        url('../font/BloggerSans-Medium.woff') format('woff');

    font-weight: 500;

    font-style: normal;

    font-display: swap;
}

@font-face {

    font-family: 'Blogger Sans';

    src: url('../font/BloggerSans-MediumItalic.woff2') format('woff2'),

        url('../font/BloggerSans-MediumItalic.woff') format('woff');

    font-weight: 500;

    font-style: italic;

    font-display: swap;
}

body {
    font-family: Blogger Sans !important;
    font-size: 14px;
    color: #000000;
}
.mtb{ margin: 0px !important; }
.ptb{ padding: 0px !important; }
.mt-0{ margin-top: 0rem !important }
.mt-1{ margin-top: .25rem !important }
.mt-2{ margin-top: .5rem !important }
.mt-3{ margin-top: 1rem !important }
.mt-4{ margin-top: 1.5rem!important }
.pt-0{ padding-top: 0rem !important }
.pt-1{ padding-top: .25rem !important }
.pt-2{ padding-top: .5rem !important }
.pt-3{ padding-top: 1rem !important }
.pt-4{ padding-top: 1.5rem!important }
.mb-0{ margin-bottom: 0rem !important }
.mb-1{ margin-bottom: .25rem !important }
.mb-2{ margin-bottom: .5rem !important }
.mb-3{ margin-bottom: 1rem !important }
.mb-4{ margin-bottom: 1.5rem!important }
.pb-0{ padding-bottom: 0rem !important }
.pb-1{ padding-bottom: .25rem !important }
.pb-2{ padding-bottom: .5rem !important }
.pb-3{ padding-bottom: 1rem !important }
.pb-4{ padding-bottom: 1.5rem!important }
.px-0{ padding-left: 0px !important;padding-right: 0px !important; }
.mx-0{ margin-left: 0px !important;margin-right: 0px; }
button {
    outline: none !important;
}

.logotxt1 {
    color: rgb(0, 128, 0);
    font-weight: bold;
    font-size: 26px;
}

.logotxt2 {
    color: rgb(135, 135, 135);
    font-weight: bold;
    font-size: 26px;
}

.logo-section {
    text-align: center;
    margin-bottom: 15px;
}

/*.loginbox {*/
/*    padding: 50px 0px;*/
/*}*/

.loginbox .logo-section {
    display: none;
}
.loginbox {
    padding: 140px 0px 0px;
}

.login-form {
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    border-radius: 4px;
}

.login-body {
    padding: 15px;
}

.login-header p {
    font-size: 14px;
    margin: 0px;
}

.login-header {
    border-radius: 4px 4px 0px 0px;
    background-color: #f5f5f5;
    padding: 10px 15px;
}

.textbox {
    border-radius: 0px;
    min-height: 34px;
    box-shadow: none;
    font-size: 14px !important;
}

.forgot-password-link {
    font-size: 13px;
    text-align: right;
    display: block;
    margin-top: 2px;
    color: #008000;
}

.btn-submit:hover {
    color: #fff;
}

.btn-submit {
    background: #008000;
    color: #fff;
    width: 100%;
    font-size: 13px;
    border: none;
    padding: 7px 15px;
    display: block;
    text-transform: uppercase;
}

.login-form-section {
    margin-bottom: 0px;
}

p.forgot-password-note {
    font-size: 14px;
}

.header {
    background: #000;
    min-height: 36px;
    padding: 0px 0px 6px;
}

.my-account-section span.account-text {
    /*color: #fff;*/
    /* vertical-align: middle; */
    text-shadow: none;
    /*font-size: 14px;*/
}

.my-account-section {
    margin: 0px;
}

.img-profile {
    width: 30px;
    border-radius: 50%;
    margin-left: 5px;
}

.careticon {
    color: #fff;
    text-shadow: none;
    font-size: 16px;
}

.my-account-section a.dropdown-toggle, .my-account-section a.dropdown-toggle:hover, .my-account-section a.dropdown-toggle:focus {
    background: transparent;
}

.profile-dropdown li a {
    padding: 10px 15px;
    color: #000 !important;
    font-size: 14px;
}

.profile-dropdown li a:hover {
    background: #008000;
    color: #fff !important;
}

.profile-dropdown {
    margin-top: 9px;
    border-radius: 0px;
}

.img-logo-subheader {
    width: 95px;
    display: inline-block;
}

.sub-header-section {
    padding: 10px 0px 0px;
}

.add-to-cart .btn-add-cart {
  background: transparent;
    text-shadow: none;
    color: #000 !important;
    font-size: 12px !important;
    padding: 0px 14px;
    border: none;
    box-shadow: none;
}
.btn-add-cart .fa-shopping-cart:before {
    font-size: 25px;
    color: gray;
}
span#cart-total {
    position: absolute;
    top: -15px;
    right: 1px;
    border: 2px solid #f7f6f4;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: gray;
    color: white;
    text-align: center;
    line-height: 25px;
}
#cart.open > .btn {
    background-color: transparent;
    border: none;
}
li.add-to-cart div#cart {
    margin: 0px;
}

img.img-logo {
    width: 170px;
}

.table-cart td {
    vertical-align: middle !important;
}

.btn-cart-remove {
    background: #ddd;
    border: none;
    padding: 7px 10px 8px;
    color: #000;
}

.cartbox .cart-empty-title {
    margin: 0px !important;
    padding: 0px 10px;
    color: #000;
    font-size: 14px;
}

.cartbox {
    margin-top: 6px;
    padding: 0px;
}

.error-message-show .alert {
    padding: 8px 7px 8px 12px;
    margin-top: -50px;
}

.page-main-section {
    /*background: #e9e7e3;*/
    padding: 0px 0px 15px;
}

.home-page-background {
    background: #e9e7e3;
    padding: 50px 20px;
    margin-bottom: 50px;
    margin-top: 50px;
}
.page-main-section .product-listing{
    margin-top: 30px;
}
.product-box .caption {
    min-height: 70px;
}

.product-box .caption a {
    color: #008000;
}

.product-box {
    background: #fff;
    border: none;
    /*box-shadow: 1px 1px 4px 1px rgb(204 204 204 / 50%);*/
    /*padding: 15px;*/
}

.product-box .product-body {
    padding: 0px;
    min-height: 130px;
    text-align: center;
}

.product-list .product-body {
    text-align: left;
    min-height: auto;
}

a.product-name-link {
    font-size: 18px;
    color: #008000;
}

.product-box .product-button {
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
}

.product-list .product-box .product-button {
    justify-content: normal;
}

.product-list .product-button button.btn-wishlist {
    margin-left: 5px;
}

.product-button button.btn-addtocart {
    background: #008000;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    width: auto;
    padding: 10px 12px 8px;
    display: block;
    line-height: normal;
    margin-left: 5px;
}

.product-button button.btn-addtocart:hover {
    background: #008000;
    color: #fff;
}

.wishlist-section .btn-wishlist {
    background: #ddd;
    border: none;
    padding: 10px 13px;
    color: #000;
    width: auto !important;
    display: block;
    margin-left: 6px;
}

.wishlist-section .btn-wishlist:hover {
    background: #ddd;
    color: #000;
}

footer {
    margin-top: 0px;
}

.product-box button.btn.btn-default.btn-number {
    background: #ddd;
    border: none;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 10px 11px;
    color: #000;
    outline: none;
    border-radius: 0px;
}

.product-box input#category {
    box-shadow: none;
    text-align: center;
    font-size: 14px;
}

/* .online-form-row {
    margin-bottom: 15px;
} */

.online-form-row h2.title-order {
    margin: 0px;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.order-background {
    background: #132635;
    padding: 30px;
    color: #fff;
}

p.title-office-hours {
    margin: 0px;
    font-size: 14px;
}

span.title-site-name {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}

.online-form-row p.order-text {
    font-size: 14px;
    color: #000;
}

#list-view {
    background: #ddd;
    padding: 7px 10px;
    color: #000;
    border: none;
    border-radius: 0px;
}

#grid-view {
    background: #ddd;
    padding: 7px 10px;
    color: #000;
    border: none;
    box-shadow: none;
    margin-left: 3px;
    border-radius: 0px;
}

a#compare-total {
    font-size: 14px;
    color: #008000;
}

ul.pagination li.active span, ul.pagination li.active span:hover {
    background: #ddd;
    border: 1px solid #ddd;
    color: #000;
}

ul.pagination a:hover {
    background: #ddd;
    color: #000;
    border: 1px solid #ddd;
}

ul.pagination a {
    border: 1px solid #ddd;
    color: #000;
}

.quantity-section .input-quantity {
    width: 35px;
    min-width: auto !important;
    padding: 0px;
}

.wishlist-section {
    display: flex;
}

.input-group.quantity-section {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.product-list .input-group.quantity-section {
    justify-content: normal;
}

.btn-number-section {
    width: auto;
}

.btn-secondary {
    color: #fff;
    background-color: #878888;
    border: none;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #878888;
}

.btngreen {
    background: #008000;
    color: #fff !important;
    border: none;
    font-size: 14px;
    outline: none !important;
}

.btn-primary {
    background: #008000;
    color: #fff;
    border: none;
    font-size: 14px !important;
    outline: none !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #008000;
    color: #fff;
}

.btn-primary:active:hover {
    background: #008000;
    color: #fff;
}

.btngreen:hover, .btngreen:focus, .btngreen:active {
    background: #008000;
    color: #fff;
    box-shadow: none;
}

.btngreen:active:hover {
    background: #008000;
    color: #fff;
}

.tbl-list {
    border-collapse: collapse;
}

.tbl-list th {
    padding: 7px 12px !important;
    border: 1px solid #ddd !important;
    color: #000;
}

.tbl-list td {
    padding: 6px 12px !important;
    border: 1px solid #ddd;
    color: #000;
    vertical-align: middle !important;
}

.tbl-product-list {
    border-collapse: collapse;
}

.tbl-product-list th {
    padding: 7px 12px !important;
    color: #000000;
    border: 1px solid #000 !important;
}

.tbl-product-list td {
    padding: 6px 12px !important;
    background: #fff;
    color: #000000;
    border: 1px solid #000;
}

.btn {
    padding: 7px 12px 7px;
    border-radius: 3px;
}

.page-main-title {
    margin-bottom: 30px;
    font-weight: 600;
    color: #000;
    font-size: 30px;
    margin-top: 0px;
}

.radio-label {
    font-size: 14px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-3 {
    margin-bottom: 15px;
}

.mt-0 {
    margin-top: 0px
}

.ml-1 {
    margin-left: 4px;
}

.cust-textbox {
    font-size: 14px !important;
    border-radius: 3px;
    box-shadow: none;
    min-height: 34px;
    border: 1px solid #ddd;
}

.control-label {
    font-size: 14px;
    margin-bottom: 2px;
}

.accordion-section .panel {
    margin-bottom: 10px;
    box-shadow: none;
    border-radius: 3px;
}

.downicon {
    float: right;
    font-size: 20px;
}

.product-link {
    color: #008000;
}

.agree {
    color: #008000;
}

.cartbox {
    background: #fff !important;
}

.table-cart td {
    border: 1px solid #ddd;
}

.cartbox li {
    padding: 10px;
}

.account-list li a {
    font-size: 16px;
    color: #008000;
}

.checkbox-width {
    width: 15px;
    height: 15px;
}

.accordion-section a.accordion-toggle.collapsed i {
    transform: rotate(-90deg);
}

.account-sub-title {
    font-size: 20px;
    color: #000;
}

.btn-back {
    background: #ddd;
    color: #000;
    font-size: 14px;
    border: none;
    margin-right: 10px;
}

a#button-checkout-method {
    padding: 7px 35px;
}

.btn-gray {
    background: #ddd;
    color: #000 !important;
    font-size: 14px;
    border: none;
}

.alert-dismissable .close, .alert-dismissible .close {
    top: 0px;
    right: 0px;
}

#cart .cartbox {
    /*min-width: 70vh;*/
    width: 456px;
}

a.btn-checkout {
    background: #008000;
    font-size: 14px;
    padding: 9px 12px;
    color: #fff !important;
    border-radius: 3px;
    margin-left: 4px !important;
}

.table-cart td a {
    color: #000 !important;
    font-size: 14px;
}

.table-cart td {
    color: #000;
    font-size: 14px;
    padding: 6px 12px !important;
}

.width-50 {
    width: 50%;
}

.margin-top {
    margin-top: -50px;
}

#input-sort {
    min-height: 35px;
    box-shadow: none;
    border: 1px solid #ddd;
    background-position: 96% 43%;
    font-size: 14px;
}

#input-limit {
    box-shadow: none;
    min-height: 34px;
    border: 1px solid #ddd;
    background-position: 96% 43%;
    font-size: 14px;
    width: 55px;
}

.address-action {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.btn-return {
    padding: 11px 12px 7px;
}

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #008000 !important;
    color: #fff;
}

.bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover {
    background: #008000 !important;
    color: #fff;
}

.bootstrap-datetimepicker-widget td.today:before {
    border-bottom: 7px solid #008000 !important;
}

.title-border {
    font-size: 18px;
    padding: 7px 0px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    color: #333;
}

.radio-reason .radio:nth-child(2) {
    margin-top: 0px;
}

.label-title {
    font-size: 14px;
}

p.out_of_stock_msg {
    margin: 0px;
    background: #008000;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    text-align: center;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #008000;
    border-color: #008000;
}

.searchbox-sec i.fa.fa-search {
    position: absolute;
    right: 1px;
    top: 1px;
    font-size: 15px;
    background: #ddd;
    padding: 12px 10px 12px;
    border-radius: 0px 3px 3px 0px;
    border-right: 1px solid #ddd;
    color: #132635;
}

.cust-textbox:focus {
    box-shadow: none;
    border: 1px solid #ddd;
}

.search-box {
    min-height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px 4px 4px 4px;
    width: 100%;
    outline: none !important;
    padding: 6px 12px 6px;
}

.category-box {
    border-radius: 4px 0px 0px 4px;
    border-right: 0px;
}

.category-box:focus {
    border-right: 0px;
}

.searchbox-sec {
    position: relative;
    width: 100%;
}

.input-group .input-group-addon {
    border: 1px solid #ddd;
    border-right: 0px;
    background: #ddd;
    color: #132635;
    font-size: 14px;
    padding: 5px 10px;
}

.table-header .title-header {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 5px 12px;
}

.table-body .table-row:first-child {
    margin-top: 5px;
}

.table-row {
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgb(229 227 227);
    padding: 10px 0px;
    border-radius: 4px;
    margin-top: 12px;
}

.table-row .title-body {
    font-size: 14px;
    color: #000;
    padding: 5px 12px;
    display: inline-block;
    vertical-align: middle;
}

.proddescpopup_sec {
    position: absolute;
    border: 1px solid #ddd;
    background: #fff;
    display: none;
    z-index: 9;
    box-shadow: 0px 1px 1px 0px #9b9b9b2e;
    padding: 15px;
    border-radius: 4px;
    color: #132635;
    font-size: 14px;
    width: 300px;
    left: 0px;
    top: 30px;
}

#account-order tfoot tr td {
    border: none !important;
}
.product-discription-popup:before {
    content: "";
    position: absolute;
    left: 6%;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ddd;
    box-shadow: 0px 0px 0px 0px #9b9b9b7a;
}
#account-order table.table.tbl-list tfoot tr td:last-child {
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
}
#account-order table.table.tbl-list tfoot tr:last-child td:last-child {
    border-bottom: 1px solid #ddd !important;
}
/* #account-order .total_prce:last-child {
    font-weight: 600;
} */
.product-name-hover {
    position: relative;
    display: table;
}



.product-discription-popup span {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

.product-discription-popup p {
    font-size: 14px;
    margin: 0px;
}

.product-name-hover:hover .proddescpopup_sec {
    display: block;
}

.productname-span {
    width: 25%;
}

.category-span {
    width: 14%;
}

.tagspan {
    width: 15%;
}

.expiryspan {
    width: 8%;
    text-align: center;
}

.unitspan {
    width: 10%;
    text-align: center;
}

.stockspan {
    width: 15%;
    text-align: center;
}

.pricespan {
    width: 9%;
    text-align: center;
}

.actionspan {
    width: 15%;
    text-align: center;
}

select {
    appearance: none;
    background-image: url(../image/downicon.png) !important;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 98% 43%;
}

.quantity-selectbox {
    border: 1px solid #ddd;
    padding: 5px 20px 5px 10px;
    border-radius: 4px;
    height: 32px;
    width: 50px;
    appearance: none;
    margin-right: 6px;
    outline: none !important;
    background-image: url(../image/downicon.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 85% 45%;
}

.table-row .btn {
    padding: 5px 12px 5px;
}

.outofstock {
    /*background: #d9534fde;*/
    color: #d9534f;
}

.available {
    /*background: #008000b3;*/
    color: #008000;
}

.available-tag {
    /*background: #fd9843d6;*/
    color: #fd9843;
}

.tagname {
    padding: 1px 7px;
    text-align: center;
    width: 100%;
    display: block;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
}

span.product-name-title {
    /*color: #008000;*/
    display: block;
}

p.text-discription {
    margin: 0px;
}

.product-listing {
    margin-bottom: 20px;
    margin-top: 10px;
}

span.productname-span.title-body {
    padding-bottom: 0px;
}

.display-flex {
    display: flex;
}

.pagination-limit {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.page-limit {
    margin-right: 10px;
}

.searchgroup {
    display: flex;
    width: 100%;
}

.searchgroup .select2-container {
    width: unset !important;
    margin-right: 30px;
}

.searchgroup span.select2-selection {
    border: 1px solid #ddd;
    min-height: 35px;
    border-radius: 4px;
    /* border-right: 0px; */
}

.searchdropdown span.select2-dropdown {
    width: 145px !important;
}

.select2-container--open span.select2-dropdown.select2-dropdown--below {
    margin-top: 6px;
    border-top: 1px solid #ddd !important;
}

.select2-selection__rendered {
    padding: 3px 25px 3px 12px !important;
    margin-right: 10px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: solid #a5a5a5;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(225deg);
    position: relative;
    top: 9px;
}

.selectbox-limit .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    left: -6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: solid #a5a5a5;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
}

input.select2-search__field {
    outline: none !important;
}

.selectbox-limit {
    margin-right: 12px;
}

.category-dropdown {
    width: 145px !important;
}

.dropdown-menu {
    padding: 0px;
    border: 1px solid #ddd;
}

.accordion-cart {
    margin-top: 15px;
}

h1.order-placed-title {
    text-align: center;
    margin-bottom: 20px;
}

p.title-received-email {
    text-align: center;
    width: 80%;
    font-size: 15px;
    margin: 0px auto 20px;
}

.btn-continue-center {
    text-align: center;
}

.order-placed-section {
    margin: 100px auto 0px;
}

p.title-received-email a {
    color: #008000;
    font-weight: 500;
}

.btn-submit:focus, .btn-submit:active {
    outline: none;
    color: #fff;
}

p.title-register a {
    color: #008000;
}

p.title-register {
    text-align: center;
    margin-top: 7px;
    font-size: 14px;
    margin-bottom: 0px;
}

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

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

.btn-reg-submit {
    margin-top: 12px;
}

.register-title {
    margin-top: 0px;
}

.logo-register-page {
    margin-top: 10px;
    margin-bottom: 10px;
}

.register-form-section {
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    border-radius: 4px;
    padding: 20px 30px;
    margin-bottom: 30px;
}

.password-icon {
    border: none;
    background: #ddd;
    font-size: 15px;
    box-shadow: none;
    text-shadow: none;
}

.register-form-section a {
    color: #008000;
}

.total-order-table .total-order-title:last-child .sub-total-value {
    font-weight: 600;
}

.btn-border {
    border: 1px solid #008000;
    color: #008000 !important;
    font-size: 14px;
    background: transparent;
}

.selectbox2 select2-container {
    width: 100% !important;
}

.price-header {
    width: 9%;
}

.action-header {
    width: 15%;
}

label.private_prescription_title {
    font-size: 14px;
}

/* upload file start */

.file-upload-multiple {
    position: relative;
}

label.lbl-multiple-files {
    display: block;
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    height: 40px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px dashed #ddd;
    border-radius: 10px;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding-left: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.image_upload_preview {
    margin-top: 30px;
}

label.lbl-multiple-files:before {
    content: '';
    background: url(../image/uploadfile.png) no-repeat;
    padding: 10px;
    position: absolute;
    background-size: cover;
    margin-top: 1px;
    left: 17px;
}

.attach_file {
    font-size: 14px;
    padding-top: 5px;
}

.carret_down {
    padding-left: 10px;
}

label.lbl-multiple-files:after {
    content: '';
    border-right: 1px dotted #ced4da;
    position: absolute;
    left: 50px;
    height: 40px;
    top: 0;
}

.multiple-image-upload {
    position: absolute;
    top: 0;
    opacity: 0;
    display: block;
    width: 100%;
    padding: 4px 10px;
    font-size: 14px;
    height: 32px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2px;
}

i.fa.fa-close.delete_icon {
    padding-left: 5px;
}

.image-show-name {
    padding-top: 15px;
}

.patient_content .patient_sign {
    width: 15% !important;
}
/* upload file end */

/* Prescription start*/
.add_new_patient_section {
    text-align: end;
}

.new_patient {
    background-color: #008000;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px !important;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    letter-spacing: 1px;
}

.add_btn {
    padding-right: 10px;
    font-size: 19px;
}

.search_add_section .searchbox-sec {
    position: relative;
    width: 100%;
}

.search_add_section .searchbox-sec i.fa.fa-search {
    position: absolute;
    right: 1px;
    top: 1px;
    font-size: 15px;
    background: #ddd;
    padding: 14px 16px 15px 16px;
    border-radius: 0px 3px 3px 0px;
    border-right: 1px solid #ddd;
    color: #132635;
}

.search_add_section .search-box {
    min-height: 35px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    outline: none !important;
    padding: 12px 12px 12px;
}

.patient_details_section .title-header {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #008000;
    padding: 5px 0px;
    text-transform: capitalize;
}

.patient_details_section {
    margin-top: 50px;
}

.action-dropdown-patient a:focus {
    text-decoration: none;
    border: none;
}

.patient_details_section .table-row {
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgb(202 202 202);
    padding: 12px 20px;
    border-radius: 4px;
    margin-top: 12px;
    margin-bottom: 2px;
}

.patient_details_section .table-row .title-body {
    font-size: 14px;
    color: #000;
    padding: 5px 0px;
    display: inline-block;
    vertical-align: middle;
}

.patient_checkbox {
    width: 3%;
    display: inline-block;
}

.patient_name {
    width: 20%;
}
 .patient_date_of_birth {
    width: 15%;
}

.patient_address {
    width: 21%;
}

.patient_prscr_date {
    width: 15%;
    text-align: center;
}

.patient_sign {
    width: 10% !important;
    text-align: center;
}

.patient_qty {
    width: 8%;
    text-align: center;
}

.patient_edit {
    width: 5%;
}

.patient_details_section .table-row .title-body {
    font-size: 16px;
    color: #000;
    padding: 5px 0px;
    display: inline-block;
    vertical-align: middle;
}

.table-header {
    padding: 0px 20px;
    display: flex;
}

.add_remove_section {
    display: flex;
    justify-content: center;
}

.adding_cart {
    border: 1px solid #c3c3c3;
    border-radius: 3px;
}

.cart-qty-section .cart_quantity {
    font-size: 16px !important;
    font-weight: 600;
    padding: 0px;
    height: 38px;
}

button.btn.btn-default.plus_minus {
    background: none;
    padding: 5px 10px;
}

div#fieldone {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 4px;
}

button.sub_qty {
    background: none;
    border: none;
}

button.add_qty {
    background: none;
    border: none;
}

button.add_qty {
    background: none;
    border: none;
}

.patient_details_section input#\31 {
    border: none;
    text-align: center;
}

.patient_details_section .patient_address_name {
    margin: 0px;
}

.patient_details_section input::-webkit-outer-spin-button,
.patient_details_section input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.patient_details_section .patient-checkbox-check {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0px;
}

.title-body.patient_edit {
    text-align: right;
}

.three_dots {
    color: #AAA8A8;
    font-size: 25px;
}

.search-box::placeholder {
    color: #C2C2C2;
}

.patient_details_section .dropbtn {
    background: none;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.patient_details_section  .dropbtn:hover, .dropbtn:focus {
    background: none;
}

.patient_details_section .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.patient_details_section .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.patient_details_section .dropdown a:hover {
    background-color: #D2FFD2;
    color: #008000;
    font-weight: bold;
}

.patient_details_section .show {
    display: block;
}

.Prescription_continue {
    text-align: end;
    margin-top: 50px;
    /* margin-bottom: 50px; */
}

.btn_continue {
    color: #fff;
    background: #008000;
    border: none;
    border-radius: 4px;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 7px 30px;
}
.btn_paddingcust {
    padding: 7px 30px;
}


.patient_model_title {
    color: #008000;
    font-size: 30px;
}

.field_title {
    font-size: 16px;
    margin-bottom: 8px;
    /* padding-left: 15px; */
}

.patient-popup-section .close {
    background: #878787;
    opacity: 1;
    border-radius: 50%;
    color: #fff;
    display: flex;
    width: 28px;
    height: 28px;
    justify-content: center;
    padding: 3px;
    margin-top: 9px;
}

.patient-popup-section .form-control {
    font-size: 15px !important;
    min-height: 42px;
    padding: 6px 15px;
    border-radius: 4px;
}

.patient-popup-section .form-group {
    margin-bottom: 20px;
}

.default_signature {
    height: 20px;
    width: 20px;
}

.patient_form_field {
    padding-top: 0px;
}

.patient_form_name {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #ddd !important;
    font-size: 14px !important;
    min-height: 38px;
    border-radius: 3px;
    cursor: default;
}

.star_required {
    color: red;
}

.patient_form_name {
    border: 1px solid #ddd;
    box-shadow: none;
}

.sign_section_add_btn {
    position: fixed;
    bottom: 0px;
    background: #fff;
    /* width: -webkit-fill-available; */
    padding: 12px 15px;
    box-shadow: 3px -1px 5px 0px rgb(18 17 17 / 12%);
    margin-left: -15px;
    z-index: 99;
    width: 100%;
}

.btn_add_model {
    color: #fff;
    background: #008000;
    border: none;
    border-radius: 4px;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 8px 25px;
}

.checkbox_deafult_sign {
    display: flex;
    align-items: center;
}

.default_signature_txt {
    font-size: 16px;
    margin: 3px 10px 0;
}

.signature-listing {
    width: 50px;
    border: 1px solid #ddd;
    padding: 2px;
    border-radius: 4px;
    height: 50px;
    object-fit: cover;
    cursor: pointer;
}

.btn-plus-minus {
    background: none;
    border: none;
    padding: 0px;
    font-weight: 400;
    font-size: 34px;
    color: #8a8a8a;
    width: 12px;
}

.shopping_header_cart_section .qty-box-section {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    height: 35px;
    border-radius: 5px;
    width: 75px;
}
.home-page-background .order-text a {
    color: #008000;
}
.qty-section {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.allocation_page .input-qty {
    border: 1px solid #ddd;
    border-radius: 4px;
}
.allocation_page .title-body{
    padding: 0px !important;
}
.allocation_page .pdt_qty_section{
    display: flex;
    justify-content: space-between;
}
.input-qty {
    width: 35px;
    text-align: center;
    border: none;
    outline: none;
    pointer-events: all;
}
.patient_form_name {
    cursor: default;
}
.qty-btn-minus.btn-plus-minus {
    margin-top: -3px;
}

.qty-btn-plus.btn-plus-minus {
    font-size: 24px;
}

.btn-action span {
    width: 4px;
    height: 4px;
    background: #999;
    padding: 2px;
    display: block;
    margin: 3px;
    border-radius: 6px;
    margin-right: 10px;
}

.btn-action {
    background: none;
    border: none;
}

.action-dropdown-patient {
    box-shadow: 0px 0px 6px 0px rgb(202 202 202);
    position: absolute;
    min-width: 138px;
    border-radius: 3px;
    background: #fff;
    right: 0px;
    top: 40px;
    display: none;
    z-index: 99;
}

.action-dropdown-section {
    position: relative;
}

.action-dropdown-patient a {
    padding: 7px 15px;
    display: block;
    text-align: left;
    font-size: 16px;
    color: #707070;
}

.action-dropdown-patient a:hover {
    background: #D2FFD2;
    color: #008000;
}

.header-check {
    position: relative;
    top: -2px;
}

.patient_checkbox input[type=checkbox] {
    outline-style: auto;
    outline-color: grey;
}
.presc_title_nd_pdf_section {
    display: flex;
    justify-content: space-between;
}
.table-header input[type=checkbox] {
    outline-style: auto;
    outline-color: grey;
}
/* sign img start */
.patient_sign {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
    max-width: 600px;
}

span.title-body.patient_edit.btn_patient_edit {
    width: 10%;
    text-align: center;
}

.patient_sign img {
    /* width: 150px; */
    /* border-radius: 10px; */
    /* background: #fff;
    padding: 60px;
    border-radius: 4px; */
}

#lightbox img {
    background: #fff !important;
    padding: 60px;
    border-radius: 5px;
}

#lightbox {
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    color: #fff;
}

#lightbox .close {
    position: absolute;
    cursor: pointer;
    position: absolute;
    cursor: pointer;
    float: right !important;
    top: 65px;
    right: 100PX;
    opacity: 1;
    color: #fff;
}

#lightbox i.fa.fa-times {
    font-size: 22px;
}

.panelbox-view {
    position: fixed;
    right: 0px;
    width: 70%;
    background: #fff;
    box-shadow: -1px 0px 8px #c9c7c7;
    min-height: 100%;
    z-index: 111;
    /* z-index: 99999; */
    top: 0px;
    padding-bottom: 40px;
    opacity: 0;
    visibility: hidden;
}

.header-box button.btn-close-panelone {
    top: 18px;
}

.header-box h3 {
    margin: 0px;
}

.header-box {
    display: flex;
    position: relative;
    padding: 15px 15px;
    border-bottom: 1px solid #ddd;
}

.header-box h3 {
    color: #008000;
    font-size: 26px;
}

.tablepanel-credit {
    position: relative;
}

.table-formate {
    padding: 22px 15px 15px;
}

.btn-close-panel {
    position: absolute;
    right: 10px;
    background: transparent;
    border: none;
    top: 18px;
}

.btn-close-panel i {
    font-size: 16px;
}

button.btn-close-panelone {
    position: absolute;
    right: 5px;
    background: transparent;
    border: none;
    font-size: 20px;
    top: 9px;
}

.table-header input[type=checkbox]:checked {
    outline: none !important;
}

.patient_checkbox input[type=checkbox]:checked {
    outline: none !important;
}

textarea#message:focus {
    border: 1px solid #ddd;
    box-shadow: none;
}
.private_checkbox {
    cursor: pointer;
}
  /* patient start */
.patient_content .patient-search {
    position: relative !important;
}

.patient_content button#serch_text {
    position: absolute !important;
    top: 4px !important;
    right: 0 !important;
}

.patient_content button#serch_text {
    position: absolute !important;
    top: 0px !important;
    right: 0;
    border: none;
    padding: 11px;
    border-radius: 0px 4px 4px 0;
    background: #DDDDDD !important;
}

.patient_content .patient-search input[type=text] {
    padding: 20px 12px;
    font-size: 14px !important;
    border: 1px solid #ddd;
    box-shadow: none;
}

.patient_content .page-header {
    border-bottom: none;
    margin-top: 0px;
}

.patient_content .panel-default {
    border-color: transparent;
    box-shadow: none;
}

.patient_content .panel-default>.panel-heading {
    background-color: transparent;
    border-color: transparent;
    padding: 10px 8px;
}

.patient_content .panel-body {
    padding: 0px;
}

.patient_content table thead tr td {
    color: green;
    font-size: 16px;
    color: #008000;
    font-weight: 500;
}

.patient_content .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}

.patient_content .table tbody tr td {
    border-top: 0px;
    vertical-align: middle;
}

.patient_content .table tbody tr {
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgb(202 202 202);
    border-radius: 4px;
    margin-top: 28px !important;
    margin-bottom: 2px !important;
    padding: 12px;
}

.patient_form .panelbox-view {
    position: absolute;
    right: 0px;
    width: 70%;
    background: #fff;
    box-shadow: -1px 0px 8px #c9c7c7;
    display: block !important;
    min-height: 100%;
    z-index: 111;
    top: 49px;
    padding-bottom: 40px;
}

.patient_form .header-box {
    display: flex;
    position: relative;
    padding: 5px 15px;
}

.patient_form .panel-body {
    padding: 15px 15px;
}

.patient_content .table-formate {
    /* padding: 22px 15px 15px; */
}

.patient_form_one .panel-heading {
    background: none !important;
    border: none !important;
}

.patient_form_one .panel.panel-default {
    border-color: transparent;
    box-shadow: none;
}

.patient_form_one h3.panel-title {
    color: #008000;
    font-weight: 500;
    font-size: 26px;
}

.form-horizontal .control-label {
    text-align: left;
    margin-bottom: 8px;
}

.patient_content .action-dropdown-patient {
    right: 40px !important;
}


.patient_form_one .input_field {
    border: 1px solid #ddd;
    box-shadow: none;
}

.patient_form_one .form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.patient_content .patient_details_section {
    margin-top: 0px;
}
#account-order h2, h3{
    color: #000;
} 
/* sign img end */
#inviteModal .modal-header {
    display: flex
;
    justify-content: space-between;
}
.modal-header {
    display: flex
;
    justify-content: space-between;
}

/* prescription end */
@media screen and (min-width: 1025px) {
    /* .table-formate {
        max-height: 520px;
        overflow-y: scroll;
    } */
    .table-formate::-webkit-scrollbar {
        /* display: none; */
      width: 6px;
    }
    .table-formate::-webkit-scrollbar-thumb {
      background: #b4b0b0;
      border-radius: 10px;
    }
}
@media screen and (max-width: 991px){
    .hm_default_dp{
        margin-top: 10px;
    }
    .shopping_nd_search_section .row {
        display: flex;
    }
    .patient_form_field .form-group{
        margin-bottom: 0px;
    }
    .input-group.repeat_order_date_holder {
        margin-top: 10px;
    }
   
}
@media screen and (min-width: 768px) and (max-width: 768px) {
    label.lbl-multiple-files {
        width: 30%;
    }
    .image_upload_preview {
        margin-top: 0px;
    }
     .bottom_header_section {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .patienttitle{
        width: 25%;
    }
    .patientsearch{
        width: 50%;
    }
    .patientadd{
        width: 25%;
    }
     button.invite_btn.btn.btn-primary {
        margin-top: 10px;
    }
}
@media screen and (min-width: 769px) and (max-width: 991px){
    .product-listing-section{
        width: 1056px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    .product-listing-section{
        width: 1100px;
        padding: 0px 1px;
    }
    .table-scroll-area{
        width: 1100px !important;
        padding: 0px 1px;
    }
    .new_patient{
        padding: 12px 10px;
    }
}
@media screen and (min-width: 1024px) {
    .patient-popup-section .modal-dialog {
        width: 60%;
    }
    .order-placed-title{
        padding-top: 30px;
    }
}

@media screen and (min-width: 768px) {
    .product-list .product-box .image {
        margin-right: 30px;
    }
  
}
@media screen and (min-width: 320px) {
    .table-formate {
        max-height: 82vh;
        overflow-y: scroll;
    }
}
@media screen and (max-width: 1199px) {
    .product-listing {
        overflow-x: scroll;
    }
    .patient_details_section{
        overflow-x: scroll;
    }
    .register-form-section{
        padding: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .product-box .caption.product-body {
        min-height: 140px;
    }
}
@media screen and (min-width: 1280px) {
    .cartitem-closedes {
        margin-bottom: 10px;
        width: 90%;
    }
}

@media screen and (max-width: 767px) {
    .bottom_header_section  .horizontal_menu {
        display: block !important; 
      }
    .btn-border {
        width: 100%;
    }
    .bootstrap-datetimepicker-widget.dropdown-menu.picker-open.pull-right.bottom {
        width: auto !important;
        min-width: auto !important;
    }
    .page-main-section .searchbox-sec{
        margin-top: 20px;
    }
    .page-main-section .searchgroup{
        display: block;
    }
    .page-main-section, .shopping-page-section, #checkout-checkout, #account-order, #account-account, #account-edit, #account-address, #account-password, #account-register, #pharmacy-order {
        margin-top: 82px !important;
    }
    .form-group.selectbox2.home_search {
        margin-top: 10px;
    }
    .shopping_nd_search_section .row {
        display: flex
;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .shopping_nd_search_section .col-md-4{
        order: 2;
        width: 50%;
    }
    .shopping_nd_search_section .col-md-5{
        order: 3;
        width: 100%;
    }
    .shopping_nd_search_section .col-md-3{
        width: 50%;
    }
    .shopping_title,#content h1 {
        font-weight: 500 !important;
        font-size: 24px !important;
    }
    .shopping-page-section input#c8l_search_textbox {
        font-size: 14px;
        padding-left: 40px;
        margin-top: 10px;
    }
    .search_icon_patient{
        top: 12px;
    }
    .table-responsive{
        border: 0px !important;
    }
    .add_patient_btn {
        display: flex;
        justify-content: end;
    }
    .shopping-page-section.patient-page-des.docpage .col-md-3 {
        width: 40% !important;
    }
    .shopping-page-section.patient-page-des.docpage .col-md-3 {
        width: 40% !important;
    }
    .add_new_doctor{
        margin-right: 10px;
    }
    .panelbox-view {
        width: 100% !important;
    }
    .field_title{
        min-height: unset !important;
    }
    .file-upload-section {
        padding-top: 30px !important;
        padding: 20px;
    }
    .downloadfile_txt {
        margin-top: 10px;
        padding: 0 20px;
    }
    #successMessage,#uploadBtn,#patientCountWrapper,#errorCountWrapper{
        margin: 20px;
    }
    button#uploadBtn {
        margin: 0 20px !important;
    }
    div#errorMessage {
        margin: 0 20px;
    }
    .docpage .form-group, #managerForm .form-group{
        margin-bottom: 0px;
    }
    #inviteModal .modal-dialog {
        width: auto !important;
        
    }
    .setting_enabled_sec img{
        width: 100%;
    }
    .doctor_details_section.patient_details_section {
        margin-top: 20px !important;
    }
    table.table.tbl-list.width-50.address-tbl-des {
        width: 100%;
    }
    #edit-presc-form .sign_section_add_btn {
        padding-left: 0px !important;
    }
    
    div#content h2 {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    p.title-received-email{
        width: 100%;
    }
    #collapse-checkout-confirm .buttons .pull-right {
        display: flex;
    }
    #collapse-payment-method .pull-right {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .patient-popup-section .modal-dialog {
        width: 95%;
    }
    .table-scroll-area {
        width: 1050px;
    }

    .product-listing-section, .cnfrmorder_tbl {
        width: 820px;
    }
    .productname-span {
        width: 50% !important;
    }
    #product-category span.title-header.action-header {
        width: 28% !important;
    }
    span.title-header.price-header {
        width: 20% !important;
    }    
    .pricespan {
        width: 20% !important;
    }
    .product-listing, .cnfrmorder_tbl_sec {
        overflow-x: scroll;
    }
    .actionspan {
        width: 28% !important;
    }

    .table-header.px-0 .title-header:first-child {
        width: 50% !important;
    }
    .table-row {
        margin-left: 1px;
        margin-right: 1px;
    }

    .image-note-title {
        margin-bottom: 0px;
    }
    select.form-control.repeat_order_frequency {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .bootstrap-datetimepicker-widget.dropdown-menu.picker-open.top.pull-right{
        width: auto;
        min-width: auto;
    }
}

@media screen and (max-width: 767px) {
    /* .loginbox {
        padding: 100px 0px;
    } */

    .image_upload_preview {
        margin-top: 0px;
    }

    .col-sm-8.pre_order_button a {
        float: none !important;
        margin-bottom: 20px !important;
        display: block;
        text-align: center;
    }

    .checkbox_deafult_sign {
        margin: 18px 0px;
    }
    .modedropdown{
        padding-left: 0px;
        padding-right: 0px;
    }
}

.col-sm-8.pre_order_button a {
    float: right;
    margin: 29px 0 0 0;
    padding: 15px 15px;
    font-size: 20px;
    font-weight: 500;
    background-color: green;
    color: white;
}

 .modal-body img {
                width: 100%;
                text-align: center;
                margin: 0 auto;
                display: block;
            }
            
/*.header-part-2 {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: flex-end;*/
/*    margin: 22px 0;*/
/*}*/
/*header {*/
/*    background-color: #e9e7e361;*/
/*}*/
.home-page-background h2 {
    color: black;
    margin-bottom: 30px;
    margin-top: 0px;
}

/*custom new css added */

.shopping-page-section{
    margin: 20px 0px;
    /* overflow-x: hidden; */
}
.page_detail_page .action-dropdown-patient {
    box-shadow: 0px 0px 6px 0px rgb(202 202 202);
    position: absolute;
    min-width: 120px;
    border-radius: 3px;
    background: #fff;
    right: 0px;
    top: 40px;
    display: none;
    z-index: 99;
}
.page_detail_page .action-dropdown-section {
    /* position: relative; */
    text-align: right;
}
.patient_details_section .patient_checkbox {
    width: 3.5% !important;
    display: inline-block;
}
.patient_btn_name {
    background-color: #F3F3F3;
    color: #000000;
    border-radius: 3px;
    border: none;
    padding: 8px 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}
/*.patient_name_close_icon {*/
/*    padding-left: 10px;*/
/*}*/
.patient_name_close_icon_des {
    padding-left: 10px;
}
.shopping-page-section .searchbox-sec {
    margin-top: 0px;
    position: relative;
}
.shopping_title {
    margin-top: 4px;
    font-weight: 600;
    color: #000;
    font-size: 30px;
}
.shopping_page_title{
    margin-top: 0px;
}
.shopping-page-section .search-box {
    -webkit-box-shadow: none;
}
.shopping_nd_search_section {
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
}
.patient_details_section {
    margin-top: 30px;
}
.patient_details_section .title-header {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #232323;
    padding: 5px 0px;
    font-weight: 600;
    text-transform: capitalize;
}
.patient_details_section .productname-span  {
    width: 26% !important;
}
.patient_details_section .patient_date_of_birth{
    width: 20.5% !important;
    text-align: left;
}
.patient_details_section .patient_address{
    width: 35% !important;
}
.patient_details_section .patient_edit{
    width: 13% !important;
}
.table-header {
    padding: 0px 20px;
}
.table.tbl-list .text-left{
    vertical-align: middle;
}
.patient_details_section .table-row {
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgb(202 202 202);
    padding: 12px 20px;
    border-radius: 4px;
    margin-top: 12px;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
}

.patient_checkbox input[type=checkbox] {
    outline-style: auto;
    outline-color: grey;
}
.patient_details_section .patient-checkbox-check {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0px;
}
.patient_name {
    width: 30%;
}.patient_details_section .table-row .title-body {
    font-size: 14px;
    color: #000;
    padding: 5px 0px;
    display: inline-block;
    vertical-align: middle;
}
.patient_date_of_birth {
    width: 8%;
}
.patient_qty {
    width: 15%;
    text-align: center;
    display: block;
}
.product_list_section .patient_qty{
    width: 20% !important;
    text-align: left !important;
}
.patient_address {
    width: 45%;
}.btn-plus-minus {
    background: none;
    border: none;
    padding: 0px;
    font-weight: 400;
    font-size: 34px;
    color: #8a8a8a;
    width: 12px;
}
.qty-btn-plus.btn-plus-minus {
    font-size: 24px;
}
/* .input-qty {
    width: 31px;
    text-align: center;
    border: none;
    outline: none;
    pointer-events: all;
} */
.qty-btn-minus.btn-plus-minus {
    margin-top: -3px;
}
/* .qty-box-section {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    height: 25px;
    border-radius: 5px;
    width: 38px;
    margin: 0px auto 18px auto;
} */
.patient_address_name {
    margin-bottom: 20px;
}
.search_icon_patient {
    position: absolute;
    left: 10px;
    top: 12px;
    font-size: 15px;
    border-radius: 0px 3px 3px 0px;
    color: #A5A5A5;
}
.search-box.form-control {
    padding: 9px 35px;
}
.main_header_section {
/*    background-color: #F2F2F2;*/
/*    padding: 10px 0px;*/
}
.add-to-cart .btn-add-cart {
    background: transparent;
    text-shadow: none;
    color: #5C5C5C !important;
    font-size: 12px !important;
    padding: 0px 14px;
    border: none;
    box-shadow: none;
}
.btn {
    padding: 7px 12px 7px;
    border-radius: 3px;
}
.shopping_nd_search_section .c8l_search_products {
    background: none !important;
}
.patient_page_btn {
    background-color: #008000;
    color: #fff;
    font-size: 14px !important;
    text-transform: capitalize;
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
}
.shopping_nd_search_section i#c8l_search_products {
    background: none !important;
}
.add_circle_plus {
    padding-right: 10px;
}
.add_patient_btn {
    text-align: end;
}
.private_prsc_title label {
    font-size: 16px;
}
span#cart-total {
    position: absolute;
    top: -15px;
    right: 1px;
    border: 2px solid #f7f6f4;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #008000;
    color: white;
    text-align: center;
    line-height: 25px;
}
i.fa.fa-shopping-cart {
    font-size: 30px;
}
.sb_logo {
    text-align: center;
    background-color: #008000;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    display: inline-block;
}
.account-text {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    padding-left: 10px;
}
.main_header_cntnt_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-inline.my-account-section {
    margin-left: 0px !important;
    margin-bottom: 0px;
}
/* cart section start*/
.myaccount_dropdown span.caret.careticon {
    color: #000;
}
.cart_heading{
    color:#000000;
    font-size: 24px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}
.cart_title_section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.cart_section_close .patient_name_close_icon{
    color: #A5A5A5;
    font-size: 22px;
}
.shopping_header_cart_section{
    margin-bottom: 50px;
    padding: 15px;
}
.private_prs_section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FBFAFA;
    border-radius: 4px;
    padding: 12px 12px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.private_prsc_checkbox{
    display: flex;
}
.product_title_section{
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}
.product_list_section table tr td {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    vertical-align: middle;
    padding: 10px 15px !important;
    font-size: 14px;
}
.product_list_section .qty-box-section{
    margin-bottom: 0px;
}
.product_list_section button.minus {
    background: none;
    border: none;
}
.product_list_section button.plus {
    background: none;
    border: none;
}
.product_qty_shopping {
    border: none !important;
    text-align: center;
}
.product_list_section .qty-box-section{
    border: none;
}
.sub_total_product_section table tr td{
    border: none !important;
    font-size: 16px;
}
.product_list_section {
    padding-top: 20px;
    overflow-y: scroll;
    max-height: 270px;
}
.product_list_section {
    padding-top: 20px;
    overflow-y: scroll;
    max-height: 270px;
    margin-bottom: 20px;
}
.product_list_section::-webkit-scrollbar {
    /* display: none; */
  width: 6px;
}
.product_list_section::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.product_list_section::-webkit-scrollbar-thumb {
  background: #b4b0b0;
  border-radius: 10px;
}
.private_prsc_title label {
    margin-bottom: 0px;
    font-size: 16px;
    color: #4a8f4a;
    font-weight: 600;
} 
.shopping_model_section .panelbox-view {
    position: fixed;
    right: 0px;
    width: 50%;
    background: #fff;
    /* box-shadow: -1px 0px 8px #c9c7c7; */
    box-shadow: -1px 0px 2px #c9c7c7;
    min-height: 100%;
    z-index: 111;
    top: 0;
    padding-bottom: 40px;
    opacity: 0;
    visibility: hidden;
}
.sub_total_title{
    display: flex;
    justify-content: space-between;
}
.sub_ttle_txt{
    font-weight: 600;
}
.sub_total_product_section{
    background-color: #FBFAFA;
    border-radius: 4px;
}
.shopping_model_section .btn.btn-cart-remove {
    background: none;
    box-shadow: none;
}
.shopping_model_section .btn-cart-remove{
    font-size: 22px;
    color: #A5A5A5;
}
.shopping_model_section .creditaddpanel {
    /* opacity: 0 !important; */
    visibility: hidden;
}
.patient_details_section .checkmark {
    position: absolute;
    top: -10px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #000000;
}
.nxt_btn_cart {
    background-color: #008000;
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 4px;
}
.nxt_cart_btn_section {
    text-align: left;
    margin-top: 15px;
}
/* cart section end */

/* custom checkbox start */
.checkbox_setup {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-right: 12px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_setup input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #fff;
    border: 1px solid #000000;
}

/* On mouse-over, add a grey background color */
.checkbox_setup:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.checkbox_setup input:checked ~ .checkmark {
  background-color: #008000;
  border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox_setup input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_setup .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
 
}
 .patient_form_field .patient_form_name{
    margin-bottom: 10px;
}
.patient_form_field .is-invalid {
    margin-bottom: 0px !important;
}
.patient_form_field .invalid-feedback {
    margin-bottom: 10px;
    color: red;
}
.pagination{
    /*display: flex;*/
    /*justify-content: center;*/
    /*margin-top: 20px;*/
    display: flex;
    justify-content: flex-start;
    margin-top: 0px;
}
a#allocation-presc {
    color: #fff;
    background: #008000;
    padding: 8px 26px;
    border-radius: 4px;
}
a#allocation-presc:focus{
    text-decoration: none;
}
.btn-allocation-presc {
    text-align: end;
    /* margin-top: 40px; */
}
.allocation_page .patient_name {
    width: 20% !important;
    vertical-align: top !important;
}
.allocation_page .patient_address {
    width: 80% !important;
    vertical-align: top !important;
    
}
.allocation_page .patient_address_name{
    /* margin-bottom: 18px !important; */
    width: 30% !important;
}
.allocation_page .qty_cart_txt{
    width: 15%;
    text-align: center;
}
.allocation_page .patient_qty {
    width: 10% !important;
}
.allocation_page .patient_date_of_birth {
    width: 10% !important;
    text-align: left;
    vertical-align: top !important;
    display: flex !important;
}
.allocation_page .qty-section:last-child {
    margin-bottom: 0px !important;
}
.allocation_page .header_alloction_title_section {
    width: 100%;
    display: flex;
}
#account-order .pagination {
    display: flex;
    justify-content: left !important;
    margin-top: 0px !important;
}
#account-order .order_list_page {
    display: none;
}
.presc_title_nd_pdf_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 20px 0px; */
}
.presc_title_nd_pdf_section h3{
    margin: 0px !important;
}
.pagination_txt {
    padding-top: 8px;
    padding-bottom: 8px;
}
.presc_title_nd_pdf_section #dropdownMenu2 {
    background: #008000;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 8px 21px !important;
}
.presc_title_nd_pdf_section .dropdown-menu {
    min-width: 186px !important;
}
#account-order {
    padding-bottom: 30px;
}
.btn-allocation-checkout #allocation-checkout {
    background: #008000;
    color: #fff;
    padding: 8px 25px;
    border-radius: 4px;
}
.presc_title_nd_pdf_section ul.dropdown-menu li a:hover {
    background: #008000 !important;
    color: #fff;
}
.presc_title_nd_pdf_section ul.dropdown-menu li a {
    border-radius: 4px;
    padding: 8px 21px;
}
.presc_title_nd_pdf_section .caret {
    margin-bottom: 5px;
}
.presc_title_nd_pdf_section h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.btn-allocation-checkout #allocation-checkout:focus {
    text-decoration: none;
}
.btn-allocation-checkout {
    margin-top: 40px;
    text-align: end;
}
/* custom checkbox end*/

.btn_checkout_cart{
    opacity: 0.6;
    pointer-events: none;
}
span.patient_name_close_icon:hover {
    cursor: pointer;
}
.shopping_header_cart_section .qty-box-section{
    width: 75px;
}
.shopping_header_cart_section .product_qty_shopping{
    width: 100px;
}
.shopping_header_cart_section .patient_qty{
    width: 75px;
}
.main_header_section .dropdown.myaccount_dropdown a:focus {
    text-decoration: none !important;
}
.product-category .fa.fa-search{
    background: none;
}
.patient_name_list_section{
    margin-top: 30px;
}
.shopping-page-section input#c8l_search_textbox {
    font-size: 14px;
    padding-left: 40px;
}
.pagination a.active {
    background: green !important;
    color: #fff !important;
    border-color: #008000;
}
.shopping-page-section input#c8l_search_textbox:focus {
    border-color: #ddd;
}

div#loader {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 99999;
    background-color: #fff;
    opacity: 0.9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loder_show {
    position: fixed;
    left: 50%;
    top: 42%;
    z-index: 9999;
    display: none;
}
.backgroundadd {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 99;
}

img.patientitem-closedes {
    /*width: 22%;*/
    height: 15px;
    margin-top: -5px;
    }
.loder_show img {
    margin: 0 auto;
    display: block;
    width: 100px;
    position: relative;
    z-index: 99999;
}
img.loader-cart {
    width: 15%;
}
.next_for_allocation{
    opacity: 0.6;
    pointer-events: none;
}
#account-order i.fa.fa-shopping-cart{
    font-size: 19px;
    
}
#account-order .btn{
    padding: 6px 10px;
}
.cart-empty-title {
    margin-top: 30px;
}
#checkout-checkout .accordion-section tfoot tr:nth-child(2) td {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
#checkout-checkout .total-order-table tfoot .total-order-title:last-child td:last-child {
    border-bottom: 1px solid #ddd!important;
    font-weight: bold;
}
.allocation_page .patient_details_section .table-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.presc_det .patient_checkbox{
    padding-top: 5px;
}
.crtsec td {
    padding: 8px 15px !important;
}
.table-header span.patient_checkbox {
    padding-top: 16px !important;
}
@media screen and (max-width: 1280px) {s
    .shopping_model_section .panelbox-view {
        overflow-y: scroll;
        height: 100%;
        visibility: hidden;
        z-index: 1111;
    }
}
@media screen and (max-width: 912px) {
    .patient_details_section {
        overflow-x: scroll;
        padding-left: 1px;
        padding-right: 1px;

    }
}
@media screen and (min-width: 768px) and (max-width: 912px){
    .shopping_model_section .creditaddpanel{
        width: 60% !important;
    }
}
@media screen and (max-width: 767px) {
    .shopping_model_section .creditaddpanel{
        width: 100% !important;
    }
    span#cart-total {
        position: absolute;
        top: -9px;
        right: 1px;
        border: 2px solid #f7f6f4;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #008000;
        color: white;
        text-align: center;
        line-height: 17px;
        font-size: 12px;
    }
    i.fa.fa-shopping-cart {
        font-size: 22px;
    }
    .sb_logo {
        text-align: center;
        background-color: #008000;
        border-radius: 50px;
        width: 30px;
        height: 30px;
        color: #fff;
        font-size: 14px;
        padding: 6px 7px 7px 5px;
        display: none;
    }
    .account-text {
        color: #232323;
        font-size: 13px;
        font-weight: 600;
        padding-left: 10px;
    }
}
#collapse-payment-method textarea.form-control.cust-textbox {
    color: black!important;
}
.patient-page-des span.patient_checkbox {
    display: none!important;
}
#edit-presc-form .patient_form_name {
margin-bottom: 10px;
    }
/* .creditaddpanelone .sign_section_add_btn {
        margin-left: 0px; 
        } */
.patient-table-loader {
            position: relative;
        }
div#loader-patientv img {
            width: 6%;
        }
        
div#loader-patientv {
            display: flex;
            text-align: center;
            position: absolute;
            width: 100%;
            height: 100%;
            margin: auto;
            z-index: 99999;
            justify-content: center;
            background-color: #fff;
            opacity: 0.9;
            align-items: center;
        }
tr.total-order-title td:nth-child(1) {
    border: 0px!important;
}
total-order-title:nth-child(2) td:nth-child(2) {
    border-top: 0px!important;
}
tr.total-order-title:nth-child(1) td:nth-child(2) {
    border-top: 0px!important;
    border-bottom: 0px;
}
.product-listing-section .table-row span.title-body.actionspan button {
    width: 61%;
}
.rotate-arrow i{
    transform: rotate(180deg);
}
.arrow_down{
    font-size: 18px;
}
.icon_arrow_down {
    margin-left: 5px;
}
.terms_condination_model{
    overflow-y: scroll;
    height: 512px !important;
    border-radius: 5px;
    
}
li.dropdown.myaccount_dropdown.open span.down-arrow-des img {
    rotate: 180deg;
}
.quantity-inputbox {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
    height: 32px;
    width: 50px;
    margin-right: 6px;
    outline: none !important;
    text-align: center;
}

#custom-field16.form-group.custom-field .col-sm-9{  }
#custom-field17.form-group.custom-field .col-sm-3.control-label{ display:none; }
#custom-field17.form-group.custom-field .col-sm-9{  }
#custom-field16.form-group.custom-field{}
#custom-field17.form-group.custom-field{}

#custom-field16 #input-custom-field16{float: left;
    width: 48%;
    margin-right: 10px;}
#custom-field16 #input-custom-field17{float: left;
    width: 50%;}
.top_header_section{background-color: #F2F2F2;  padding: 10px 0px;}
.main_header_section{
    position: fixed !important;
    width: 100% !important;
    z-index: 9 !important;
    top: 0px !important;
}
.page-main-section, .shopping-page-section, #checkout-checkout ,#account-order ,#account-account ,#account-edit ,#account-address ,#account-password,#account-register{
    margin-top: 125px;
}
.profile_upload_box {
    border: 1px solid #ddd !important;
    border-radius: 3px;
    max-height: 115px !important;
    min-height: unset !important;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px !important;
}
.profile_upload_box .dz-progress {
    display: none;
}
 .dz-default.dz-message {
    margin: 10px 0px !important;
}
.profile_upload_box  .dropzone .dz-preview {
    position: relative;
    display: block !important;
    vertical-align: middle !important;
    margin: 0 auto !important;
    min-height: unset !important;
    width: 100%;
    height: 100%;
}
.profile_upload_box .dz-image {
    width: 80px !important;
    height: 80px !important;
    display: block !important;
    vertical-align: middle !important;
    border-radius: 3px !important;
    z-index: 8 !important;
    object-fit: cover;
}
.profile_upload_box .dropzone .dz-preview .dz-image img {
    display: block;
    width: 100%;
    height: 100%;
}
.profile_upload_box .dz-preview.dz-image-preview {
    margin: 0px !important;
    justify-content: center;
    align-items: center;
    display: flex !important;
}
.profile_upload_box .dz-details {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: unset !important;
    max-width: unset !important;
    padding: 10px !important;
    flex-direction: column;
    z-index: 8 !important;
}
.profile_upload_box .dropzone .dz-preview:hover {
    z-index: 8 !important;
}
.paginate_sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}
.allocation_page .frequency_note-section {
    width: 40%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.bottom_header_section{background-color: #e5e5e5; padding: 10px 0;}
.bottom_header_section ul{}
.bottom_header_section li{}
.bottom_header_section li a{}

.bottom_header_section .horizontal_menu {
  list-style-type: none; 
  padding: 0;
  margin: 0;
  display: flex; 
}

.bottom_header_section .horizontal_menu li {
  
  position: relative;
}

.bottom_header_section .horizontal_menu li:last-child {
  
}

.bottom_header_section .horizontal_menu a {
  text-decoration: none;
  color: #333;
  padding: 10px 30px; 
}

.bottom_header_section .horizontal_menu li:hover {
  color: #388A38;
}
.bottom_header_section .horizontal_menu li:hover > a{color: #388A38;}


/* .bottom_header_section  .has-dropdown:hover .dropdown-menu {
  display: block;
} */


.bottom_header_section .dropdown-menu {
  display: none; /* Hide dropdown by default */
  list-style-type: none; /* Remove default list styling */
  padding: 0;
  margin: 0;
  position: absolute; /* Position dropdown menu absolutely */
  top: 30px; /* Align dropdown directly below parent */
  left: 0;
  background-color: #fff; /* Dropdown background color */
  border: 1px solid #ccc; /* Border around dropdown */
  z-index: 1000; 
}


.bottom_header_section .dropdown-menu li {
  margin: 0; 
}

.bottom_header_section .dropdown-menu a {
  padding: 10px 15px; /* Adjust padding as needed */
  color: #333; /* Example text color */
  display: block; /* Ensure link fills the dropdown item */
}

.dropdown-menu a:hover{
  background: #388A38;
  color: #fff;
}
.bottom_header_section li.active_menu > a{
  background: #388A38;
  color: #fff;
  /* padding: 11px 30px; */
}
.bottom_header_section .dropdown-menu li > a:hover{
    background: none;
    color: #388A38;
}
.bottom_header_section li.drpdwn_menu > a {
    padding-right: 45px !important;
}
.bottom_header_section .has-dropdown {
  position: relative; /* Position relative for positioning the dropdown */
}


.bottom_header_section .dropdown-menu {
  display: none;
  list-style-type: none; 
  padding: 0;
  margin: 0;
  position: absolute;
  top: 30px; 
  left: 0;
  background-color: #fff; 
  border: 1px solid #ccc;
  z-index: 1000; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0px; 
}

.bottom_header_section .dropdown-menu li {
  margin: 0; 
  border-bottom: 1px solid #e5e5e5;
}

.bottom_header_section .dropdown-menu a {
  padding: 10px 15px; /* Adjust padding as needed */
  color: #333; /* Example text color */
  display: block; /* Ensure link fills the dropdown item */
}

.bottom_header_section .dropdown-menu a:hover {
  background-color: #ddd; /* Hover background color for dropdown items */
}

.bottom_header_section .dropdown-arrow {
  position: absolute;
  right: 25px; 
  top: 5px;
  transition: transform 0.3s ease; 
  border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
}
.bottom_header_section .horizontal_menu li:hover .dropdown-arrow{ border-color:#388A38; }
.bottom_header_section .horizontal_menu li.active_menu .dropdown-arrow,
.bottom_header_section .horizontal_menu li.active_menu:hover .dropdown-arrow{ border-color:#fff; }

.bottom_header_section .dropdown-arrow{}

/*.bottom_header_section .has-dropdown:hover .dropdown-arrow {
  transform: translateY(-50%) rotate(180deg); 
}

.bottom_header_section .has-dropdown .dropdown-menu::before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    top: -10px;
    left: 53%;
    margin-left: -10px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
}

.bottom_header_section .has-dropdown.top_account_menu .dropdown-menu::before{left: 73%;}*/

#common-home .product-listing{ margin-top: 20px; }

@media (max-width: 768px) {
    .bottom_header_section li {
        display: flex;
        flex-direction: column;
    }
 
  .bottom_header_section .dropdown-menu{
    position: relative !important;
    top: 0 !important;
}
  .bottom_header_section .horizontal_menu li {
    margin: 0; /* Remove right margin */
  }

  .bottom_header_section .horizontal_menu a {
    display: block; /* Make links full-width */
    padding: 10px; /* Adjust padding */
  }

  .bottom_header_section .has-dropdown {
    position: static; /* Remove absolute positioning for dropdown */
  }

  /* .bottom_header_section .dropdown-arrow {
    display: none; /* Hide arrow on small screens */
/* } */

  .bottom_header_section .dropdown-menu {
    position: relative;
    box-shadow: none;
    border: none;
    padding-left: 0;
    top: 0;
}
.bottom_header_section .dropdown-arrow{
    top: 13px;
}

  /* .bottom_header_section .has-dropdown:hover .dropdown-menu {
    display: block;
  } */
  /* .table-formate {
    max-height: 520px;
    overflow-y: scroll;
} */
/* .dropdown-menu{
    min-width: 100%;
} */
}
@media (max-width: 480px) {
 .bottom_header_section  .horizontal_menu a {
    font-size: 14px; /* Adjust font size for smaller screens */
  }
}


@media screen and (min-width: 280px) and (max-width: 280px) {
    .header_logo_section img {
        width: 50px;
    }
    .btn-add-cart {
        padding: 0px !important;
    }
    .page-main-section, .shopping-page-section, #checkout-checkout ,#account-order ,#account-account ,#account-edit ,#account-address ,#account-password,#account-register{
        margin-top: 70px;
    }
}

/* C8l New Css Cr13  */
.form-group.searchbox-sec {
    margin-bottom: 0px !important;
}
button.add_new_manager.btn.btn-primary {
    letter-spacing: 1px;
}
.field_title {
    /* min-height: 38px; */
    display: flex;
    align-items: center;
}

button.add_new_doctor.btn.btn-primary, button.add_new_manager.btn.btn-primary, button.invite_btn.btn.btn-primary {
    background-color: #008000;
    color: #fff;
    font-size: 14px !important;
    text-transform: capitalize;
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    letter-spacing: 1px;
}

.input_sec_des{
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #ddd !important;
    font-size: 14px !important;
    min-height: 38px;
    border-radius: 3px;
    margin-bottom: 10px;
    color: #a2a2a2;
}
#doctorForm .text-danger, #managerForm .text-danger  {
    color: red;
    margin-bottom: 10px;
    margin-top: -10px;
}

.bottom_header_section li.active_menu:hover > a {
    color: white;
    background: #388A38;
}

#account-order .date .btn {
    height: 34px;
}

li.top_account_menu.has-dropdown > a, li.top_team_menu.has-dropdown > a {
    padding-right: 50px !important;
}
li.top_account_menu.has-dropdown .dropdown-arrow, li.top_team_menu.has-dropdown .dropdown-arrow {
    right: 32px !important;
}

.select2-dropdown {
    z-index: 8 !important;
}
#inviteModal .modal-dialog {
    width: 450px;
}
#content h1 {
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
    font-weight: 600;
    color: #000;
    font-size: 30px;
}
.input_sec_des{ color:#555; }
.bottom_header_section .dropdown-menu li.active_menu > a{
  
  padding: 10px 15px;
}
.custom_delivery_type_inner{ margin-left:25px; }


.tbl-list.address-tbl-des {
    border-collapse: separate;
    border-spacing: 5px 23px;
}


.tbl-list.address-tbl-des td {
    padding: 15px 20px !important;
    border: 1px solid #ddd;
    color: #000;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgb(202 202 202);
    border-radius: 4px;
    border: none;
}
button.btn.btn-cart-remove.btn-xs {
    padding: 0px !important;
}
.dropify-wrapper .dropify-clear {
    border: 1px solid #fff !important;
    color: #fff !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    border-radius: 4px;
}
.dropify-wrapper{
    border: 2px dashed #ddd !important;
    border-radius: 4px !important;
}
.dropify-wrapper:hover {
    background: none !important;
}
.addnew_patient_dropdown li {
    list-style: none;
    display: block;
}
a.addnew_patient_li {
    background: none;
    color: #333;
    text-transform: capitalize;
    font-size: 16px !important;
    padding: 10px 15px;
    display: inline-block;
    text-align: left;
    letter-spacing: normal;
    width: 100%;
}
.addnew_patient_li:hover {
    background: #D2FFD2;
    color: #008000;
    border-radius: 0px;
}
.addnew_patient_dropdown {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: absolute;
    right: 0;
    top: 45px;
    width: 100%;
    display: none;
}
.add_patient_btn {
    text-align: end;
    position: relative;
}
.addnew_patient_dropdown p{
    margin: 0;
    text-align: left;
}
.addnew_li_patient{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: absolute;
    right: 0;
    z-index: 1;
    background: #fff;
    border-radius: 4px;
} 

button.patient_page_btn i {
    font-size: 12px;
}
.addnewpatient_panel.panelbox-view{
    z-index: 1111111;
}
.file-upload-section {
    padding-top: 60px;
}
button#uploadBtn {
    margin: 10px 0 10px;
}
#successMessage{
    margin-bottom: 8px;
}

.navbar-toggle .icon-bar{
    background: #222;
}
.main_header_cart_section {
    display: flex
;
    justify-content: end;
    align-items: center;
    position: relative;
}
.navbar-toggle {
    padding-right: 0;
    margin-right: 0;
}
.list-inline.my-account-section{
    display: flex;
    align-items: center;
}
.down-arrow-des img {
    margin-bottom: 6px;
}
.navbar-collapse.collapse{
    padding-bottom: 10px;    
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #000;
    padding: 6px 25px 6px 12px !important;
    margin-right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    /* height: 17px; */
    top: 4px;
    right: 10px;
    width: 20px;
}
.searchgroup span.select2-selection{
    min-height: 40px;
}
.select2-container .select2-selection--single{
    min-height: 40px;
}
.transaction_page{
    padding-top: 30px;
}
img.cart-closedes {
    margin-bottom: 2px;
}
.doctor_details_section .pagination {
    padding-top: 10px;
}
.order-placed-section #content {
    margin-top: 130px;
}
.modal-header .close {
    margin-top: 0;
}
.assignee_doctor_holder .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 0px !important;
}
.assignee_doctor_holder .select2-container .select2-selection--single {
    min-height: auto !important;
    height: auto !important;
    background: none !important;
}
.assignee_doctor_holder .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: normal !important;
    margin-bottom: 3px;
}
span.productname-span.title-body{
    padding-top: 0px;
    padding-bottom: 0px;
}
.proddescpopup_sec{
    padding-top: 10px;
}
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: none;
    background-repeat: repeat-x;
    background-color: #008000 !important;
    color: #fff !important;
}

/* custom checkbox start */
.settingcheckbox {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-right: 12px;
    margin-bottom: 0px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .form-check.form-switch input {
    accent-color: #008000;
}
  /* Hide the browser's default checkbox */
  .settingcheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .settingcheckbox .checkmark {
      position: absolute;
      top: 5px;
      left: 0;
      height: 12px;
      width: 12px;
      background-color: #fff;
      border: 1px solid #000000;
  }
  
  /* On mouse-over, add a grey background color */
  .settingcheckbox:hover input ~ .checkmark {
    background-color: #fff;
  }
  
  /* When the checkbox is checked, add a blue background */
  .settingcheckbox input:checked ~ .checkmark {
    background-color: #008000;
    border: none;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .settingcheckbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .settingcheckbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .settingcheckbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
   
  }
  a.dropdown-toggle.modedropdown_sec {
    display: flex
;
    justify-content: flex-start;
    align-items: center;
}
span.account-mode {
    color: #232323;
}
.modedropdown {
    flex-direction: column;
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
}
.modedropdown span.account-text {
    padding-left: 0;
}
.transaction_page .page-main-title.pull-left {
    margin-top: 0 !important;
}

.setting_enabled_sec {
    padding-left: 10px;
}
.settcheck_box{
    display: flex;
    align-items: flex-start;
}
.setting_enabled_sec p {
    color: #8d8d8d;
}
.setting_enabled_sec img {
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 3px;
    margin-top: 10px;
}
.order_assign_mode_sec{
    margin-top: 20px;
}
.assni_mode_lbl {
    font-size: 14px;
    padding-left: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.order_assign_mode_sec .form-check-label {
    margin-bottom: 15px;
    font-size: 16px;
}
.assni_mode_lbl_grp input{
    margin-top: 0px;
}
.assni_mode_lbl_grp {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.settsavebtn{
    margin-top: 0px !important;
}
.clinicaddr {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.cartsec_common{
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.cartsec_common label {
    margin-bottom: 0px;
    font-size: 14px;
    padding-left: 6px;
}
.cartsec_common input {
    accent-color: #008000;
    margin: 0;
}
.repeat_order_holder p {
    display: none;
}
#account-address .alert {
    margin-top: 30px;
    margin-bottom: 0;
}