﻿/* @import 'default_colorvariables.css'; */
/* Font Myriad Pro Family */
@font-face {
    font-family: Myriad-Pro-Regular;
    src: url(../fonts/Myriad-Pro-Regular.ttf);
}

@font-face {
    font-family: Myriad-Pro-Light;
    src: url(../fonts/Myriad-Pro-Light.otf)
}

@font-face {
    font-family: Myriad-Pro-Semibold;
    src: url(../fonts/Myriad-Pro-Semibold.ttf);
}

@font-face {
    font-family: Myriad-Pro-Bold;
    src: url(../fonts/Myriad-Pro-Bold.ttf);
}
/* Font OpenSans Family */
@font-face {
    font-family: OpenSans-Regular;
    src: url(../fonts/OpenSans-Regular.ttf)
}

@font-face {
    font-family: OpenSans-Light;
    src: url(../fonts/OpenSans-Light.ttf)
}

@font-face {
    font-family: OpenSans-Medium;
    src: url(../fonts/OpenSans-Medium.ttf);
}

@font-face {
    font-family: OpenSans-Bold;
    src: url(../fonts/OpenSans-Bold.ttf);
}

body {font-family: 'OpenSans-Regular', Tahoma, Helvetica, sans-serif !important;}

.clear {clear: both;}

.tranz {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul li {list-style: none;}
.mtop05 {margin-top: 5px;}
.mtop10 {margin-top: 10px;}
.mtop15 {margin-top: 15px;}
.mtop20 {margin-top: 20px;}
.mtop25 {margin-top: 25px;}
.mtop30 {margin-top: 30px;}
.mtop40 {margin-top: 40px;}
.mtop50 {margin-top: 50px;}
.p05 {padding: 5px;}
.p10 {padding: 10px;}
.pTB10-LR05 {padding: 0px;}

.ellipsis-cust {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cust-textarea {height: 80px; resize: none;}
.radio-style {position: relative; top: 1px;}
.checkbox-style {position: relative; top: 1px;}
input[type=checkbox], input[type=radio] {    
    width: 18px;
    height: 18px;
}
.wordbreak {
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.text-info {font-size: 12px; color: var(--color-gray) !important; font-weight: normal;}
.text-info .star {color: var(--color-red); font-size: 14px;}
.starField {font-size: 14px; color: var(--color-red);}
.text-danger {font-size: 12px; color: var(--color-red);}
.mandatoryFields {font-size: 12px;}
.text-asterisk {font-size: 12px; color: var(--color-red);}


table thead {background-color: #F7F8FA;}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th {font-size: 14px; color: var(--color-black);}

.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {font-size: 13px; color: var(--color-gray-light);}

.table-bordered > thead > tr > th {vertical-align: top;}
.table-bordered > thead > tr > th:last-child {text-align: left;}

.dropdown-menu {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(181,181,181,1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(181,181,181,1);
    box-shadow: 5px 5px 5px 0px rgba(181,181,181,1);
}

.dropdown-menu > li > a {
    color: var(--color-dropdown-menu-link) !important;
    font-size: 13px !important;
    text-decoration: underline;
}

.dropdown-menu > li > a:hover {
    background: none !important;
    text-decoration: none;
}

.dropdown-menu .divider:last-child {
    display: none !important;
}
/* Loader */
.box > .overlay,
.box > .loading-img,
.box > .loading-img-small {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.box > .overlay {
    z-index: 1010;
    background: rgba(255, 255, 255, 0.7);
}
.box > .overlay.dark {
    background: rgba(0, 0, 0, 0.5);
}
.box > .loading-img {
    z-index: 1020;
    background: transparent url('../images/ajax-loader.gif') 50% 50% no-repeat;
}
.box > .loading-img-small {
    z-index: 1020;
    background: transparent url('../images/preloader.gif') 50% 50% no-repeat;
}
/* END Loader */

/* Custom Admin LTE */
.layout-fixed .wrapper .sidebar {
  width: 100%;
}
[class*="sidebar-dark-"] {
  background-color: var(--color-white) !important;
}
[class*="sidebar-dark"] .brand-link {
  border-bottom: none !important;  
  display: flex;
  text-align: center;
  padding: 0;
  width: 100%;
  height: 57px;
  justify-content: center;
  align-items: center;
}
.brand-link .brand-image {
  max-height: 40px !important;
  margin-left: .5rem !important;
  margin-right: .5rem !important;
  margin-top: 0px !important;
}
body.sidebar-collapse .leftsidebarLogo .brand-image {
  max-height: 30px !important;
}
.sidebar .os-content {
  padding: 0px !important;
}
.sidebar .os-content-glue {
  margin: 0px !important;
}
.nav-sidebar .nav-item > .nav-link {
  margin-bottom: 0px !important;
}
.nav-sidebar .nav-item > .nav-link .nav-icon.fas {
  font-size: 14px;
}
.nav-sidebar .nav-item > .nav-link,
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link {
  color: var(--color-black) !important;
  border-radius: 0px;  
}
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link {
  margin: 0px 0px 0px 15px;
  border-radius: 0px !important;
}
[class*="sidebar-dark-"] .nav-sidebar > .nav-item.menu-open > .nav-link,
[class*="sidebar-dark-"] .nav-sidebar > .nav-item:hover > .nav-link,
[class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-link:focus {
  background-color: var(--color-nav-active-bg) !important;
  color: var(--color-white) !important;
  margin: 0px;
}
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link:focus,
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link:hover {
  background-color: var(--color-sidebar-bg) !important;
  color: var(--color-nav) !important;
}
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active,
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:focus,
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:hover {
  background-color: var(--color-sidebar-bg) !important;
  color: var(--color-nav) !important;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: var(--color-nav-active-bg) !important;
  color: var(--color-white) !important;
}

.content-wrapper {
  background-color: var(--color-white) !important;
}
table.dataTable {
  width: 100% !important;
}
table {border-radius: 8px;}
table th:first-child {
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
}
table th:last-child{
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
}
table th {
  background-color: var(--color-table-head-bg);
  color: var(--color-white) !important;
  border-color: var(--color-table-head-bg) !important;
}
table td {
  font-size: 14px !important;
  color: var(--color-table) !important;
}
.content-header h1 {
  font-size: 1.5rem !important;
  color: var(--color-page-title) !important;
}
.content-header h1 #currentActiveTitle {
  color: var(--color-page-subtitle) !important;
}
.dataTables_wrapper label,
.dataTables_wrapper .dataTables_info {
  font-size: 14px;
  color: var(--color-tatatable-label-info);
}
.dataTables_wrapper .pagination li,
.dataTables_wrapper .pagination li a {
  font-size: 14px;
  color: var(--color-pagination);
}
.page-item.active .page-link {
  background-color: var(--color-pagination-bg) !important;
  border-color: var(--color-pagination-border) !important;
}
.main-footer {font-size: 14px;}
form label,
form input[type=text],
form textarea,
form select {
  font-size: 14px !important;
  color: var(--color-inputs) !important;
}
.custDropdownMenu {
  right: -6px !important;
  top: -9px !important;
}
.custDropdownMenu .custDropdownMenuInner {
  height: calc(100vh - 5px); padding: 15px;
}
.custDropdownMenu .custDropdownMenuHeader {
  /* display: flex; flex-direction: row; justify-content: space-between; align-items: center; */
  display: block;
}
.custDropdownMenu .custDropdownMenuSignOutLink {
  display: block;
  margin-top: 30px;
  border-top: 1px solid #dee2e6;
  padding-top: 5px;
}
.custDropdownMenu .custDropdownMenuSignOutLink,
.custDropdownMenu a {
  font-size: 14px;
  color: var(--color-profile-links);
}
.custDropdownMenu .custDropdownMenuSignOutLink:hover,
.custDropdownMenu a:hover {
  color: var(--color-profile-links-hover);
}
.custDropdownMenu .custDropdownMenuClose {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: var(--color-white);
  background-color: var(--color-profile-links);
  cursor: pointer;  
  background: url(../images/icon_close_modal.svg) no-repeat center center;
  background-size: 25px;
}
.custDropdownMenuBody {
  margin-top: 50px;
  text-align: left;
}
.custDropdownMenuBody a {
  color: var(--color-profile-links);
  font-size: 14px;
}
.custDropdownMenuBody a:hover {
  color: var(--color-profile-links-hover);
}
.custDropdownMenuBody .userName,
.custDropdownMenuBody .userEmail,
.custDropdownMenuBody .orderHistory,
.custDropdownMenuBody .editProfile {
  display: block;
}
.custDropdownMenuBody .userName {
  font-size: 16px;
  font-weight: bold;
}
.custDropdownMenuBody .userEmail,
.custDropdownMenuBody .orderHistory,
.custDropdownMenuBody .editProfile {
  font-size: 14px;
}
.custDropdownMenuBody .editProfile {  
  /* display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; */
}
.custDropdownMenuBody .editProfile img {
  width: 22px;
  height: 22px;
}
.badge-success,
.badge-warning,
.badge-danger,
.badge-info {
  font-weight: normal !important;
  font-size: 12px !important;
  padding: 5px !important;
}
.navbar-badge {
  right: 5px !important;
  top: -5px !important;
}
.main-header .navbar-nav .nav-item .navbar-badge.badge-warning {
  color: var(--color-white);
  background-color: var(--color-lightgreen);
}
.dropdown-menu-lg .dropdown-item {
  padding: .2rem 1rem;
}
.custNotificationMenu {
  margin-top: 9px !important;
}
#stockistProductCategoryListHolder {
    /*max-height: 600px;
    overflow-y: auto;*/
}
.notification-item-holder::before {
  content: "\2022";
  display: inline-block;
  color: var(--color-black);
  font-weight: bold;
  margin-right: 5px;
}
.notification-item-holder .notification-text {
  font-size: 14px;
  color: var(--color-black);
}
.custNotificationViewAllLink {
  width: 100px !important;
  background-color: var(--color-notification-viewall-link) !important;
  border-radius: 5px;
  margin: 8px auto;
  padding: 0.3rem 1rem !important;
}
.notification-item-holder .notification-time-holder {
  font-size: 11px;
  color: var(--color-gray);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
}
.notificationPage-item-holder {
  display: block;
  max-width: 800px;
  width: 100%;
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.notificationPage-item-holder:last-child {
  border-bottom: 0px;
}
.notificationPage-item-holder .notificationPage-text {
  font-size: 16px;
  color: var(--color-black);
}
.notificationPage-item-holder .notificationPage-time-holder {
  font-size: 14px;
  color: var(--color-gray);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0px 0px 15px;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.navbar-expand .navbar-nav .nav-link {
  margin-right: 20px;
}
.navbar-expand .navbar-nav .nav-link img {
  border-radius: 50%;
}
.navbar-expand .navbar-nav .nav-link .cust-menu-cart {
  width: 25px;
  height: auto;
  border-radius: 0%;
}
.navbar-expand .navbar-nav .nav-link .cust-menu-notification {
  width: 35px;
  height: auto;
}
.navbar-expand .navbar-nav .nav-link .cust-menu-profile {
  width: 38px;
  height: auto;
}
.cust-navbarbadge-nitification-cart,
.cust-navbarbadge-nitification {
  position: absolute;
  right: -6px !important;
  top: -6px !important;
  padding: 4px !important;
}
/* End Custom Admin LTE */
/* All Buttons */
.custBtn,
a.custBtn,
span.custBtn {  
  border-radius: 5px;
  text-align: center;
  padding: 5px 20px;
  border: none;
  cursor: pointer;
}
.custBtnBlack,
a.custBtnBlack,
span.custBtnBlack {
  background-color: var(--color-black-light1);
  color: var(--color-white);  
}
.custBtnBlack:hover,
a.custBtnBlack:hover
span.custBtnBlack:hover {
  background-color: var(--color-custbtnblack-hover) !important;
  color: var(--color-white);
}
.custBtnDefault,
a.custBtnDefault {
  background-color: var(--color-btndefault-bg);
  color: var(--color-black);
}
.custBtnDefault:hover,
a.custBtnDefault:hover {
  background-color: var(--color-btndefault-bg);
  color: var(--color-black);
}
.custBtnBack,
a.custBtnBack {
  background: none;
  color: var(--color-black);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  outline: 0px !important;
  border: 0px !important;
  padding: 0px;
}
.custBtnBack:hover,
a.custBtnBack:hover,
.custBtnBack:active,
a.custBtnBack:active,
.custBtnBack:visited,
a.custBtnBack:visited {
  background: none !important;
  color: var(--color-black);
  outline: 0px !important;
  border: 0px !important;
}
.custBtnBack .fa,
a.custBtnBack .fa {
  font-size: 20px;
}
.btnRefresh {
  background: url('../images/icon_refresh.svg') no-repeat center center;
  background-size: 20px;
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.btnViewMore {
  background: none;
  border: 0px;
  outline: 0px;
  color: var(--color-white);
  font-size: 14px;
}
.custActionBtnHolder {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.custBtnEdit,
.custBtnUnlock,
.custBtnLock,
.custBtnView,
.custBtnTrash {
  display: inline-block;
  background-color: var(--color-white);
  border-radius: 3px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.custBtnEdit {  
  background: url(../images/icon_edit.svg) no-repeat center center;
  background-size: 25px;  
}
.custBtnUnlock {
  background: url(../images/icon_unlock.svg) no-repeat center center;
  background-size: 16px;
}
.custBtnLock {
  background: url(../images/icon_lock.svg) no-repeat center center;
  background-size: 16px;
}
.custBtnView {
  background: url(../images/icon_view.svg) no-repeat center center;
  background-size: 25px;
}
.custBtnTrash {
  background: url(../images/icon_trash.svg) no-repeat center center;
  background-size: 25px;
}
/*.custBtnUnlock,
.custBtnLock {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background-color: #f1f1f1;
  border-radius: 3px;
  width: 32px;
  height: 32px;
}
.custBtnUnlock,
.custBtnUnlock:hover {  
  color: var(--color-black-light1);
}
.custBtnLock,
.custBtnLock:hover {  
  color: var(--color-red);
}*/
.btnCustReject,
.btnCustApprove {
  color: var(--color-white) !important;
}
.btnCustReject {
  background-color: var(--color-reject) !important;
}
.btnCustApprove {
  background-color: var(--color-approve) !important;
}
/* End All Buttons */
/* Start Custom FSelect */
.fs-label-wrap {
    position: relative;
    background-color: var(--color-white);
    border: 1px solid var(--color-fselect-border) !important;
    cursor: default;
    border-radius: .25rem;
    font-size: 14px;
    color: var(--color-black-light2);
    line-height: 1.5;
}
.fs-dropdown {
    margin-top: 0px;
}
.fs-dropdown button {
    display: none;
}
.fs-wrap {
    width: 100% !important;
    height: 30px;
}

.fs-label-wrap, .fs-dropdown {
    line-height: 24px;
}

.fs-dropdown {
    width: calc(100% - 15px) !important;
    max-width: 100% !important;
}
.fs-option .fs-option-label {
  font-size: 14px;
}
/* End Custom FSelect */
/* User Login */
.login-page, .register-page {
  background-color: var(--color-white) !important;
  display: flex !important;
  align-items: center !important;
  margin: 5% auto 20px auto;
}
.main-login-container {
  max-width: 900px;  
  padding: 80px 30px;
  box-shadow: 0px 30px 60px var(--color-login-container-bg);
  border-radius: 25px;
  margin: 0px 20px;
}
.main-login-container-inner {
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: center;
}
.imgLogin {
  max-width: 475px;
  width: 100%;
  height: auto;
}
.login-container-fl,
.login-container-fr {
  width: 50%;
}
.loginTitle {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-black-light1);
  text-transform: uppercase;
  margin: 50px 0px 30px 0px;
}
.login-form-container .input-group {
  display: block;
}
.signin-button-holder {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.signin-button-holder .custBtnLogin {
  width: 100%;
}
.signin-button-holder .custBtnFPass {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}
.custBtnCreateUserHolder {
  text-align: right;
}
.login-page input, .register-page input {
  font-size: 14px;;
}
/* End User Login */
/* Custom Card */
.custCart .card-header {
  background-color: var(--color-black-light1);
  color: var(--color-white);
}
/* End Custom Card */
/* Chemist UI */
.chemistDetailsHolder .chemistDetailsHolder_LP {
  float: left;
  width: 49%;
}
.chemistDetailsHolder .chemistDetailsHolder_RP {
  float: right;
  width: 49%;
}
.chemistDetailsHolder label {
  font-weight: normal !important;
  font-size: 14px;
  margin-bottom: 2px;
}
.chemistDetailsHolder p {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0px;
}

.preview-container {
  border: 1px solid var(--color-btndefault-bg);
  padding: 10px;
  position: relative;
  height: 400px;
  text-align: center;
  border-radius: 20px;
}
.preview-container img,
.preview-container iframe {
  max-height: 100%;
  max-width: 100%;
}
.thumbnail-list {
  margin-top: 10px;
  overflow-x: auto;
  white-space: nowrap;
}
.thumbnail-list .thumbnailClick {
  border: 1px solid var(--color-btndefault-bg);
  border-radius: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 5px;
  margin-right: 10px;
  width: 70px;
  height: 70px;
  position: relative;
}
.thumbnail-list img {
  max-width: 60px;
  max-height: 60px;
  height: auto;
  cursor: pointer;
  border: 2px solid transparent;
  margin: auto;
}
.thumbnail-list .thumbnailClick.active {
  border-color: var(--color-approve);
}
.zoom-button {
  position: absolute;
  top: 10px;
  right: 10px;
}
.thumbnail-list .thumbnailClick .btnClose {
    background-color: #f1f1f1;
    padding: 0px 5px;
    position: absolute;
    right: -11px;
    top: -15px;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
}
/* End Chemist UI */
/* Dashboard UI */
.dashBSearchHolder {
  border: 1px solid var(--color-dashboard-search);
  border-radius: 10px;
  color: var(--color-black);
  font-size: 14px;
  max-width: 600px;
  width: 100%;
  padding: 5px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dashBSearchHolder input[type=text] {
  color: var(--color-black);
  flex: 1;
  border: 0px;
}
.dashBSearchHolder input[type=text]:focus{
  outline: 0px;
}
.dashBCust-col-md-5 {  
  position: relative;
  width: 20%;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.dashBBox {
  border-radius: 10px;
  padding: 10px;
  color: var(--color-white);
}
.dashBBox span:first-child {
  display: block;
  font-size: 20px;
  font-family: 'OpenSans-Bold', Tahoma, Helvetica, sans-serif !important;
}
.dashBBox span:last-child {
  display: block;
  font-size: 14px;
  font-family: 'OpenSans-Medium', Tahoma, Helvetica, sans-serif !important;
  margin-top: 5px;
}
.dashBBox.dashBBoxColor1 {
  background-color: var(--color-dashboard-box-bg1);
}
.dashBBox.dashBBoxColor2 {
  background-color: var(--color-dashboard-box-bg2);
}
.dashBBox.dashBBoxColor3 {
  background-color: var(--color-dashboard-box-bg3);
}
.dashBBox.dashBBoxColor4 {
  background-color: var(--color-dashboard-box-bg4);
}
.dashBBox.dashBBoxColor5 {
  background-color: var(--color-dashboard-box-bg5);
}
.dashBSearchHolder .dashBSearchBtn {
  background: none;
  background: url("../images/icon_search.svg") no-repeat center center;
  background-size: 28px;
  width: 30px;
  height: 30px;
  border: 0px;
  outline: 0px;
}
.custCartDashboard .card-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-dashboard-cardheader-bg);
  color: var(--color-white);
}
.custCartDashboard .card-body {
  height: 250px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.custCartDashboard .card-header .card-title {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 15px;
}
.dashBBtnRefreshViewMore {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.custCartDashboard .card-header .card-title img {
  width: auto;
  height: 45px;
}
.dashBInfoHolder {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-dashBInfo-bottom-border);
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.dashBInfoHolder:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.dashBInfoHolder .dashBInfoLP {
  width: 70%;
}
.dashBInfoHolder .dashBInfoRP {
  /* width: 30%; */
  text-align: right;
}
.dashBInfoHolder p {
  margin: 0px;
}
.dashBInfoHolder .personName,
.dashBInfoHolder .amount {
  font-family: 'OpenSans-Medium', Tahoma, Helvetica, sans-serif !important;
  font-size: 16px;
}
.dashBInfoHolder .shortInfo {  
  font-size: 13px;
}
.dashBInfoHolder .shortInfoPhone {
  font-size: 13px;
  font-family: 'OpenSans-Medium', Tahoma, Helvetica, sans-serif !important;
}
.dashBInfoHolder .personProfile {
  padding: 2px 8px;
  color: var(--color-white);
  font-size: 13px;
  border-radius: 5px;
  text-align: center;
}
.dashBInfoHolder .personProfileStockist {
  background-color: var(--color-approve);
}
.dashBInfoHolder .personProfileChemist {
  background-color: var(--color-dashboard-btn-blue);
}
.dashBInfoHolder .personProfileDoctor {
  background-color: var(--color-reject);
}
.dashBInfoHolder .personProfilePending {
  background-color: var(--color-dashboard-btn-yellow);
}
.btnSetDashBAppRej {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.btnSetDashBAppRej .btnDashBApprove,
.btnSetDashBAppRej .btnDashBReject {
  border: 0px;
  outline: 0px;
  background: none;
  width: 30px;
  height: 30px;
  padding: 0px;
}
.btnSetDashBAppRej .btnDashBApprove {
  background: url("../images/icon_check.svg") no-repeat center center;
  background-size: 25px;
}
.btnSetDashBAppRej .btnDashBReject {
  background: url("../images/icon_close.svg") no-repeat center center;
  background-size: 25px;
}
/* End Dashboard UI */
/* Custom Modal */
.custom_modalDialog {
  overflow-y: auto !important;
}
.dialogBtnHolder {
  float: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.btnFooterDialog {
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: 0;
  outline: 0;
}
.dialogBtnEdit {
  background: url(../images/icon_edit.svg) no-repeat center center;
  background-size: 25px;
}
.dialogBtnDelete {
  background: url(../images/icon_trash.svg) no-repeat center center;
  background-size: 25px;
}
.dialog_overlay {
  background-color: rgba(255,255,255,0.7); bottom: 0; display: block; left: 0; position: fixed; right: 0; top: 0; z-index: 1040;
}
/* End Custom Modal */
/* Modal modalChemistImagePreview UI */
.modalChemistImagePreview .modal-body {
  max-height: 600px; overflow-y: auto;
}
/* End Modal modalChemistImagePreview UI*/
/* Modal Order ID, Stockist, Doctor UI */
.modalOrderId .modal-body,
.modalStockistDetails .modal-body,
.modalDoctorDetails .modal-body,
.modalProductDetails .modal-body {
  max-height: 600px; overflow-y: auto;
  font-size: 14px;
}
.modalOrderId input[type=text],
.modalStockistDetails input[type=text],
.modalDoctorDetails input[type=text],
.modalProductDetails input[type=text] {
  font-size: 14px;
} 
.modalOrderId .modalDetailsHolder,
.modalStockistDetails .modalDetailsHolder,
.modalDoctorDetails .modalDetailsHolder,
.modalProductDetails .modalDetailsHolder {
  display: flex; flex-direction: row; align-items: center; border-bottom: 1px solid var(--color-dashBInfo-bottom-border);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.modalProductDetails .modalDetailsHolder:last-child {margin-bottom: 0px;}
.modalOrderId .orderType,
.modalStockistDetails .orderType,
.modalDoctorDetails .orderType,
.modalProductDetails .orderType {
  width: 35%;
  font-family: 'OpenSans-Medium', Tahoma, Helvetica, sans-serif !important;
}
/* End Modal Order ID, Stockist, Doctor and ProductDetails UI*/
/* Modal ProductDetails UI */
.modalProductHolder {
  display: flex; flex-direction: row; align-items: center; gap: 20px;
}
.modalProductImgHolder {
  width: 30%;
  text-align: center;
}
.modalProductContentHolder {
  width: 70%;
}
.productImgMainDiv {
  display: block;
  max-height: 225px;
  overflow: hidden;
}
.productImgMainDiv .productImgInnerDiv {
  border: solid 1px var(--color-product-img-border);
  border-radius: 6px;
  float: left;
  max-width: 222px;
  max-height: 222px;
  overflow: hidden;
  box-sizing: content-box;
  z-index: 1;
}
.productImgMainDiv .productImgHolderDiv {
  border-radius: 6px;
  height: 220px;
  width: 220px;
  overflow: hidden;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  max-width: 220px;
  max-height: 220px;
}
.productImgMainDiv .productImage {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
  border: 0;
}
/* End Modal Doctor UI */
/* ========================== Product List ========================== */
.prListCatHolder {
  border: 1px solid var(--color-product-list-category-border);
  border-radius: 10px;
  padding: 10px;
}
.prListCatHolder .prListTitle {
  font-size: 22px;
  font-weight: bold;
}
.prListCatHolder .prList {
  margin: 20px 0px 0px 0px;
  padding: 0px;  
}
.prListCatHolder .prList li {margin-bottom: 1px;}
.prListCatHolder .prList a,
.prListCatHolder .prList span,
.prListCatHolder .prList button {
  display: block;
  font-size: 14px;
  color: var(--color-black-light1) !important;
  font-weight: bold;
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
}
.prListCatHolder .prList a:hover,
.prListCatHolder .prList span:hover,
.prListCatHolder .prList button:hover {
  background-color: var(--color-product-list-btn-bg);
}
.prListCatHolder .prList a.active,
.prListCatHolder .prList span.active,
.prListCatHolder .prList button.active {
  background-color: var(--color-product-list-btn-bgactive);
}
/* Base checkbox style */
input[type="checkbox"].row-check,
input[type="checkbox"].head-check {
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--color-dashboard-search);
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}
.prTblTitle {
  color: var(--color-black-light2);
  font-size: 1rem;
  font-weight: bold;
}
/* Checked state with black background */
input[type="checkbox"].row-check:checked {
  background-color: var(--color-black);
  border-color: var(--color-black);
}

/* Add the white tick */
input[type="checkbox"].row-check:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 7px;
  height: 11px;
  border: solid var(--color-white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* Checked state with white background */
input[type="checkbox"].head-check:checked {
  background-color: var(--color-white);
  border-color: var(--color-white);
}
/* Add the black tick */
input[type="checkbox"].head-check:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 7px;
  height: 11px;
  border: solid var(--color-black);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* ========================== End Product List ========================== */
/* ========================== Stockist ========================== */
.st-upload-wrapper {
  margin-top: 5px;
}
.st-upload-wrapper, .st-upload-file-container,
.product-upload-wrapper, .product-upload-file-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.stSearchHolser {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 5px 5px 5px 10px !important;
}
.stSearch {
  flex: 1;
  width: 100%;
  border: 0px;
  outline: 0;
}
.stSearchBtn {
  background-image: url("../images/icon_search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 30px;
  height: 30px;
  background-size: 30px;
  opacity: 0.8;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.st-upload-btn,
.product-upload-btn {
  position: relative;
  width: 100px;
  height: 100px;
  border: 0px solid var(--color-btndefault-bg);
  border-radius: 8px;
  /* overflow: hidden; */
  background: var(--color-stockist-btn-bg);
  margin-bottom: 0px;
  cursor: pointer;
  font-weight: normal !important;
  display: inline-flex;  
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;  
}
.st-upload-btn img,
.product-upload-btn img {
  width: 20px;
  height: auto;
}
.st-preview-thumb,
.product-preview-thumb {
  position: relative;
  width: 100px;
  height: 100px;
  border: 1px solid var(--color-btndefault-bg);
  border-radius: 8px;
  /* overflow: hidden; */
  background: var(--color-stockist-btn-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.st-preview-thumb img,
.product-preview-thumb img {
  /* width: 100%;
  height: 100%;
  object-fit: cover; */
  max-width: 80px;
  max-height: 80px;
}

.st-remove-thumb,
.product-remove-thumb {
  position: absolute;
  top: -6px;
  right: -6px;
  background: var(--color-reject);
  color: var(--color-white);
  border: none;
  border-radius: 50%;
  font-size: 14px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.st-pdf-icon,
.product-pdf-icon {
  font-size: 32px;
  color: var(--color-reject);
}
.stListCatHolder {
  border: 1px solid var(--color-stockist-list-category-border);
  background-color: var(--color-stockist-list-category-bg);
  border-radius: 10px;
  padding: 10px;
}
.stListCatHolder .form-group {
  margin-bottom: 0px;
}
.stListCatHolder .catInner {
  /* border-bottom: 1px solid #ccc;
  padding-bottom: 25px; */
}
.stListCatHolder .priceInner {
  /* border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 10px; */
}
.stListCatHolder .catDropDown,
.stListCatHolder .compostionDropDown {
  display: flex; flex-direction: row; align-items: center; gap: 5px;
}
.stListCatHolder .catDropDown .fs-wrap,
.stListCatHolder .compostionDropDown .fs-wrap {max-width: 90%;}
.stListCatHolder .catDropDown button,
.stListCatHolder .compostionDropDown button,
.stListCatHolder .priceHolder button,
.stListCatHolder .stockist-slider-wrapper button {
  display: flex;
  align-items: center;
  padding: 8px 5px;
  position: relative;
}
.stListCatHolder .catDropDown button {
  top: 4px;
}
.stListCatHolder .compostionDropDown button {
  top: 4px;
}
.stListCatHolder .stockist-slider-wrapper button {
  top: -4px;
}
.stListCatHolder .catDropDown button img,
.stListCatHolder .compostionDropDown button img,
.stListCatHolder .priceHolder img,
.stListCatHolder .stockist-slider-wrapper img {
  width: 18px;
}
.stListCatHolder .priceHolder {
  display: flex; flex-direction: row; align-items: center; justify-content: space-between; margin-bottom: 10px;
}
/* Price Slider */
.stockist-slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.stockist-slider-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
}

/* Range input styling */
#stockistRangeSlider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: linear-gradient(to right, #14a399 0%, #d9d9d9 0%);
  outline: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

/* Chrome, Edge, Safari */
#stockistRangeSlider::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 5px;
  background: transparent; /* allow JS gradient to show */
}

#stockistRangeSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #14a399;
  border: 2px solid #fff;
  margin-top: -6px; /* center the thumb */
  cursor: pointer;
}

/* Firefox */
#stockistRangeSlider::-moz-range-track {
  height: 8px;
  border-radius: 5px;
  background: transparent;
}
#stockistRangeSlider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #14a399;
  border: 2px solid #fff;
  cursor: pointer;
}


/* Range labels under slider */
.stockist-range-labels {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 5px;
}

.stockist-range-labels span {
  font-size: 14px;
  color: var(--color-stockist-range-slider-color);
}
.stockist-range-labels .stockist-min-val {margin-left: 8px;}

#stockistRangeValue {
  width: 80px;
  text-align: center;
  font-size: 14px;
  border: 1px solid var(--color-stockist-range-slider-border);
  border-radius: 6px;
  padding: 4px 8px;
}
/* End Price Slider */
/* Product Box */
/* Product column */
.cust-stockist-product-col-md-3 {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  /* -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; */
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  box-sizing: border-box;
}

.stockist-product-item .inner {
  display: flex;
  border: 1px solid var(--color-stockist-product-item-border);
  border-radius: 6px;
  padding: 10px;
  margin: 0px;
  align-items: stretch;
  background-color: var(--color-stockist-product-item-bg);
}

/* Left side (image + button) */
.stockist-product-item .product-left {
  width: 100px;
  display: flex;
  flex-direction: column;  
  align-items: center;
  height: 155px;
}

.stockist-product-item .product-left .innerImg {
  height: 115px;
}

.stockist-product-item .product-left img {
  font-size: 13px;
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 100px;
  object-fit: cover;
  border: 0;
  display: block;
  border-radius: 5px;
  box-shadow: 0 0px 2px rgba(0,0,0,.16),0 0px 2px rgba(0,0,0,.23) !important;
}

.stockist-product-item .add-cart {
  font-size: 14px;
  background: var(--color-stockist-product-item-btnbg);
  color: var(--color-white);
  border: none;
  padding: 5px 8px;
  border-radius: 4px;
  cursor: pointer;
}
.stockist-product-item .add-cart:hover {
  background: var(--color-stockist-product-item-btnbg-hover);
  color: var(--color-black-light2);
}

/* Right side */
.stockist-product-item .product-right {
  width: calc(100% - 100px);
  padding-left: 10px;
  display: flex;
  flex-direction: column;
}
.stockist-product-item .product-title-holder {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.stockist-product-item .product-title {  
  font-size: 14px;
  margin: 0 0 5px;
  color: var(--color-black-light2);
  font-weight: bold;
  
  display: -webkit-box;             /* Required for line clamping */
  -webkit-line-clamp: 2;            /* Limit to 2 lines */
  -webkit-box-orient: vertical;     /* Set box orientation */
  overflow: hidden;                 /* Hide overflowing text */
  text-overflow: ellipsis;          /* Show ... at the end */
  line-height: 1.4;                 /* Adjust spacing */
  max-height: calc(1.4em * 2);      /* Matches line clamp height */

}
.stockist-product-item .product-title a {color: var(--color-black);}
.stockist-product-item .product-title a:hover {
  color: #ffb338;
}
.stockist-product-item .product-more-info {
  font-size: 14px;
  color: #6c757d;
}
.stockist-product-item .stfavorite-icon {
  margin: 0px;
  display: inline-block;
  width: 20px;
  position: relative;
  top: -4px;
  right: -4px;
}
.stockist-product-item .stfavorite-icon .fa,
.stockist-product-item .stfavorite-icon .fas,
.stockist-product-item .stfavorite-icon .far,
.stockist-product-item .stfavorite-icon .fav-toggle {  
  font-size: 12px;
  color: var(--color-lightgreen);
  cursor: pointer;
}
.stockist-product-item .stfavorite-icon .fav-toggle.active {
  content: url("../images/icon_heart_on.svg");
}
/* Input groups */
.stockist-product-item .input-group-holder {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}
.stockist-product-item .input-group {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.stockist-product-item .input-group:first-child {
  width: 280px;
}

.stockist-product-item .input-group label {
  width: 100%;
  font-size: 14px;
  font-weight: normal !important;
  margin-bottom: 0px;
}

.stockist-product-item .qty-box {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.stockist-product-item .qty-box button {
  width: 20px;
  height: 25px;
  background: none;
  color: var(--color-black-light2);
  border: none;
  cursor: pointer;
  font-size: 18px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
}

.stockist-product-item .qty-input-loose,
.stockist-product-item .qty-input-box {
  font-size: 14px;
  width: 35px;
  text-align: center;
  margin: 0px;
  border: 0px;
  outline: 0px;
  border-radius: 0px;
  height: 25px;
}

/* Price section */
.stockist-product-item .product-price {
  font-size: 16px;
  font-weight: bold;
  color: var(--color-black);
  text-align: right;
  margin-top: auto;
  padding-top: 8px;
}
.stockist-product-item .unvailable-message {
  font-size: 16px;
  display: inline-block;
  font-weight: bold;
  color: var(--color-black);
  text-align: center;
  margin-top: auto;
  margin-left: -199px;
}
/* End Product Box */
/* Cart Items Code */
.stockist-product-item.stcart-item .product-right {
  display: block;
}
.stockist-product-item.stcart-item .inner {
  background: none;
  border: 0;
  padding: 0;
}
.stockist-product-item.stcart-item .product-title {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 0px;
}
.stockist-product-item.stcart-item .innerImg img {
  box-shadow: none !important;
}
.stockist-product-item.stcart-item .product-price {
  text-align: left;
}
.stockist-product-item.stcart-item .btn-stcartremove {
  bottom: 10px;
  right: 10px;
}
/* End Cart Items Code */
/* Stockist Product Details */
.stockist-product-item.stdetails-item .product-title-holder {
  align-items: flex-start;
  gap: 10px;
  justify-content: flex-start;
}
.stockist-product-item.stdetails-item .inner {
  background: none;
  gap: 20px;
}

/* Left side (image + button) */
.stockist-product-item.stdetails-item .product-left {
  width: 250px;
}
.stockist-product-item.stdetails-item .product-left .innerImg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  width: 250px;
  text-align: center;
  background: #eee;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 20px !important;
}
.stockist-product-item.stdetails-item .product-left img {  
  width: auto;
  height: auto;
  max-width: 230px;
  max-height: 230px;  
  border: 0;
  box-shadow: none !important;
}
.stockist-product-item.stdetails-item .btn-holder {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}
.stockist-product-item.stdetails-item .add-cart {
  font-size: 14px;
  background: var(--color-stockist-product-item-btnbg);
  color: var(--color-white);
  border: none;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
  width: 50%;
}
.stockist-product-item.stdetails-item .add-cart:hover {
  background: var(--color-stockist-product-item-btnbg-hover);
  color: var(--color-black-light2);
}
.stockist-product-item.stdetails-item .buy-cart {
  font-size: 14px;
  background: var(--color-lightgreen);
  color: var(--color-white);
  border: none;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
  width: 50%;
}
.stockist-product-item.stdetails-item .buy-cart:hover {
  background: #20beb4;
  color: var(--color-black-light2);
}

/* Right side */
.stockist-product-item.stdetails-item .product-right {
  display: block;
}

.stockist-product-item.stdetails-item .product-title {
  font-size: 20px;
  margin: 0px;
  color: var(--color-black-light2);
  font-weight: normal;
}
.stockist-product-item.stdetails-item .product-title a {color: var(--color-black);}
.stockist-product-item.stdetails-item .product-title a:hover {
  color: var(--color-stockist-product-item-btnbg-hover);
}
.stockist-product-item.stdetails-item .stfavorite-icon {
  top: 2px;
  right: 0px;
}
/* Input groups */
.stockist-product-item.stdetails-item .input-group-holder {
  display: flex;
  gap: 5px;
  align-self: flex-start;
  width: 100%;
}

/* Product Description */
.stockist-product-item.stdetails-item .product-description p,
.stockist-product-item.stdetails-item .product-cat p,
.stockist-product-item.stdetails-item .product-availableform p {
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
}
.stockist-product-item.stdetails-item .product-description .list {
  padding-left: 15px;
  font-size: 14px;
}
/* Price section */
.stockist-product-item.stdetails-item .product-price {
  font-size: 25px;
  text-align: left;
}

.ordersuccesheader{
  color: #88B04B;
  font-weight: 900;
  font-size: 40px;  
}
.ordersuccessmark {
  border-radius:120px; height:120px; width:120px; background:#F8FAF5; margin:0 auto;
}
.ordersuccestext{
  color: #404F5E;
  font-size:20px;
}

.successrighticon 
{
  color: #9ABC66;
  font-size: 80px;
  line-height: 120px;
}
.ordersuccesscard {
  padding: 40px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.revieworderimage
{
  height: auto;
  width: 50px;
}
.orderproductcontainer
{
  display: flex;
}
.orderreviewimagediv
{
  float: left;  
}
.orderproductnamediv
{
  float: right;
  margin-left: 10px;
  margin-top: 10px;
}


.review-item-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-item-img {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    object-fit: cover;
}

.review-item-name {
    font-size: 14px;
    font-weight: 500;
}


/* End Product Box */
/* End Stockist Product Details */
/* ========================== End Stockist ========================== */
/* Loader */
.cust_box > .overlay,
.cust_box > .loading-img,
.cust_box > .loading-img-small {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cust_box > .overlay {
    z-index: 1010;
    background: rgba(255, 255, 255, 0.7);
}

.cust_box > .overlay.dark {
    background: rgba(0, 0, 0, 0.5);
}

.cust_box > .loading-img {
    z-index: 1020;
    background: transparent url('../images/ajax-loader.gif') 50% 50% no-repeat;
}

.cust_box > .loading-img-small {
    z-index: 1020;
    background: transparent url('../images/preloader.gif') 50% 50% no-repeat;
}
/* END Loader */
/* Start Custom FSelect */
/*.fs-label-wrap {
	position: relative;
	background-color: #000 !important;
	border: 1px solid #464646 !important;
	cursor: default;
	border-radius: .25rem;
	font-size: 1rem;
	color: #808080 !important;
	line-height: 1.5;
}
.fs-dropdown {
	margin-top: 0px;
	z-index: 9999 !important;
	background-color: #000 !important;
	border: 1px solid #464646 !important;
	max-height: 250px;
	overflow-y: auto;
}
.fs-option {
	border-bottom: 1px solid #464646 !important;
}
.fs-option-label {
	color: #8a8a8a;
	font-size: 14px;
}
.fs-dropdown button {
	display: none;
}
.fs-search {
	border-bottom: 1px solid #464646 !important;
}
.fs-search input {
	color: #fff !important;
	font-size: 14px;
}
.fSelectSelectBestFor .fs-wrap,
.fSelectSelectTags .fs-wrap {
	width: 100%;
}
.fSelectSelectBestFor .fs-wrap .fs-dropdown,
.fSelectSelectTags .fs-wrap .fs-dropdown{
	width: calc(100% - 16px);
}*/
/* End Custom FSelect */

.hide {display:none !important;}

.disabled {
  pointer-events: none;
  opacity: 0.4;
  cursor: not-allowed;
  filter: grayscale(50%);
}

.product-disabled {
  pointer-events: none;
  opacity: 0.8;
  cursor: not-allowed;  
}
.hideCartBtnProductNotAvailable {
  display: none !important;
}
.productNotAvailable {
  color: red; font-weight: bold; text-transform: uppercase; font-size: 13px; margin-top: 4px;
}

/* Cart UI */
.stcart-item .input-group-holder .input-group {
  width: auto;
}
.stcart-item .product-more-info {
  font-size: 14px;
  color: #6c757d;
}
.stcart-col-l {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;

  -ms-flex: 0 0 67%;
  flex: 0 0 67%;
  max-width: 67%;
}
.stcart-col-r {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;

  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}
.stcart-item-holder {
  padding: 15px;
  border-radius: 10px;
  position: relative;
}
.btn-stcartremove {
  color: var(--color-black);
  font-size: 15px;
  /* background: none; */
  border: 0;
  outline: 0;
  text-transform: uppercase;
  position: absolute;
  bottom: 8px;
  right: 10px;  
}
.btn-stcartremove:hover {
  color: var(--color-profile-links-hover);
}

.stcart-item-holder .product-left {
  width: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.stcart-item-holder .product-left .innerImg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  width: 170px;
  text-align: center;
  background: #eee;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
}

.stcart-item-holder .product-left img {
  font-size: 13px;
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 150px;
  object-fit: cover;
  border: 0;
}
.stcart-price-details {
  padding: 15px;
  border-radius: 10px;
  position: relative;
}
.stcart-price-details .stcart-sperator {
  display: block;
  border-bottom: 1px solid #cccccc;
  padding-top: 15px;
  margin-bottom: 15px;
}
.stcart-price-details .stcart-price-title {
  font-weight: bold;
  font-size: 16px;
  color: var(--color-black);
  margin-bottom: 0px;
}
.stcart-price-details .stcart-price-row-one,
.stcart-price-details .stcart-price-row-two,
.stcart-price-details .stcart-price-row-three {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.stcart-price-details .stcart-price-row-one .items {
  color: #6c757d;  
}
.stcart-price-details .stcart-discountprice {
  color: var(--color-lightgreen);
}
.stcart-price-details .btn-stcart-placeorder {
  color: var(--color-white);
  font-size: 15px;
  background-color: var(--color-stockist-product-item-btnbg);
  border: 0;
  outline: 0;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 4px;
  cursor: pointer;
}
.stcart-price-details .btn-stcart-placeorder:hover {
  color: var(--color-black);
}
/* End Cart UI */
.orderStatusTitle {
  color: var(--color-black-light2);
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
  width: 100%;
}
.orderStatusRadio {
  padding: 0;
}
.orderStatusRadio li {
  display: inline-block;
  margin-right: 25px;
}
.orderStatusRadio li label {
  color: var(--color-black-light2);
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 5px;  
  cursor: pointer;  
}
.orderStatusRadio li label input[type=radio] {
  accent-color: var(--color-black-light2);
  width: 20px;
  height: 20px;
}

#orderLoader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tblProductStartDtEndDt {
  width: 100%;
}
.tblProductStartDtEndDt th {
  background: none !important;
}
.tblProductStartDtEndDt tbody td {padding: 0px 4px 15px 0px; vertical-align: top;}
.btn-addproduct-plus {
  background: url(../images/btn_plus_products.svg) no-repeat center center;
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  top: 9px;
}
@media only screen and (max-width: 1500px) {
  .stockist-product-holder .col-md-3 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .stockist-product-holder .col-md-9 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .cust-stockist-product-col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;  
  }
}
@media only screen and (max-width: 1180px) {
  .stockist-product-holder .col-md-3 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .stockist-product-holder .col-md-9 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }  
}
@media only screen and (max-width: 800px) {
  .cust-stockist-product-col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;  
  }
}
@media only screen and (max-width: 640px) {
  .main-login-container {
    padding: 30px;
  }
  .main-login-container-inner {
    flex-direction: column;
  }
  .login-container-fl, .login-container-fr {
    width: 100%;
  }
}
