/* CUSTOM CONTAINER CLASSES ========================================================================================================================= */
@media (min-width: 1350px) {
  .container {
    max-width: 1500px;	
  }
}

@media (max-width: 1350px) {
  .container {  
    max-width: 98%;	 
  }
}

/* Navigation Container Widths */
@media (min-width: 1350px) {
  .navigation-container {
    max-width: 1500px;	
  }
}

@media (max-width: 1350px) {
  .navigation-container {  
    max-width: 100%;	 
  }
}

/* Navigation Logo Responsive Sizing */
.nav-logo {
width: 250px; 
height: auto;
}

@media (max-width: 1400px) {
.nav-logo {
  width: 230px; 
  height: auto;
}
}

@media (max-width: 1100px) {
.nav-logo {
  width: 210px; 
  height: auto;
}
}

.add-to-cart.active {
  border: none;
  background-image: linear-gradient(#57c039, #319315);
  color: white !important;
}

.alert-info {
  color: #1A9430;
  background-color: #D8F4E0;
  border: 1px solid #C8F0D4;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 8px;
}

.alert-error {
  color: #9c2f2f;
  background-color: #fbeaea;
  border: 1px solid #f2cfcf;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 8px;
}

/* * {
font-family: 'Open Sans', sans-serif;
} */

/* * {
font-family: "Poppins", sans-serif;
} */

* {
font-family: "Inter", sans-serif;
}

.cf-navigation-link {
color: #595959;
font-size: 17px;
font-weight: 600;
padding-left: 15px;
padding-right: 15px;
padding-top: 13px;
padding-bottom: 13px;
}

.cf-navigation-link:hover {
/* background-image: linear-gradient(#0058b1, #074079); */
/* background-color: #0f7bc3; */
color: black;
text-decoration: none;
}

.cf-dropdown-nav {
background-color: white;
z-index: 2;
width: 200px!important;
position: absolute!important;
list-style: none;
box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1);
padding-left: 0;
}

.cf-dropdown-nav li a {
color: #595959;
font-size: 17px;
font-weight: 600;
padding: 5px 20px;
}

.cf-dropdown-nav li a:hover {
color: #0f7bc3;
text-decoration: none;
}

.cf-dropdown-nav li {
padding-top: 5px;
padding-bottom: 5px;
}

.c-navigation-link {
color: #005bb7;
font-size: 17px;
font-weight: 600;
padding: 20px;
}

.c-navigation-link:hover {
color: white;
background-image: linear-gradient(#0058b1, #074079);
text-decoration: none;
transition: none;
}



/* Navigation Styles */
.cf-navigation-link {
color: #5e657a;
font-size: 16px;
font-weight: 500;
padding: 0px!important;
}

.cf-navigation-link i {
color: #5e657a;
font-size: 10px;
font-weight: 400;
padding: 0px!important;
}

.list-inline-item {
padding: 8px;
}

.list-inline-item:hover {
/* background-color: #0f7bc3; */
color: black;
text-decoration: none;
height: 100%;
}

.list-inline-item:hover .cf-navigation-link, .list-inline-item:hover .cf-navigation-link i {
color: #005bb7!important;
}

.cf-dropdown-nav {
background-color: #eeeeef;
z-index: 2;
width: 200px!important;
position: absolute!important;
list-style: none;
box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1);
padding-left: 0;
margin-left: -8px;
margin-top: 9px!important;
border-radius: 0px 0px 5px 5px;
box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.25);
}

.cf-dropdown-nav li a {
color: #5e657a;
font-size: 15px;
font-weight: 500;
padding: 5px 20px;
}

.cf-dropdown-nav li a:hover {
color: #0f7bc3;
text-decoration: none;
}

.cf-dropdown-nav li {
padding-top: 5px;
padding-bottom: 5px;
}

.container {
max-width: 1500px;
}

.c-box-shadow {
box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.25);
}

.c-box-shadow-light {
box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.1);
}

.cfs-cart-nav a {
color: #5e657a!important;
font-size: 16px!important;
}

.cfs-cart-nav a div {
color: #5e657a!important;
font-size: 16px!important;
text-transform: capitalize;
font-weight: 600;
}

.cfs-cart-nav:hover a div {
color: #0f7bc3!important;
}




/* Form Styles */
.form-check-label {
position: relative;
}

.form-check-label .checkbox {
position: absolute;
height: 0;
width: 0;
}

.checkmark {
position: absolute;
height: 22px;
width: 22px;
border-radius: 3px;
background-color: #eee;
}

.form-check-label:hover .checkbox ~ .checkmark {
background-color: #ccc;
}

.form-check-label input:checked ~ .checkmark {
background-color: #0058b1;
}

.checkmark:after {
content: "";
position: absolute;
display: none;
}

.form-check-label input:checked ~ .checkmark:after {
display: block;
}

.form-check-label .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
  }

.product-card-link:hover{
  text-decoration: none;
}

.product-card {
  box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.1);
  transition: 0.5s ease;
}

.product-card:hover {
  box-shadow: 0 10px 15px -6px rgba(0, 0, 0, 0.3);
}

.product-card img {
    transition: 0.5s ease;
}

/* .product-card:hover img {
	max-width: 180px !important;
	max-height: 180px !important;
	transition: 0.5s ease;
} */

.cfs-categories-list {
  width: 385px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .cfs-categories-list {
    width: 340px;
  }
}

@media (max-width: 768px) {
  .cfs-categories-list {
    width: 100%;
  }
}

.cfs-product-listing {
  width: calc(100% - 385px);
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .cfs-product-listing {
    width: calc(100% - 340px);
  }
}

@media (max-width: 768px) {
  .cfs-product-listing {
    width: 100%;
  }
}

input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}

input[type=checkbox] {
  border: none!important;
  background-color: #eeeeee!important;
  accent-color: #9d3039;
  outline: 1px solid rgba(0, 0, 0, 0%);
  background-color: #DDD;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px!important;
  height: 20px!important;
  cursor: pointer;
  position: relative;
  top: -3px;
}

input[type=checkbox]:checked
{
  background-color: #0f7bc3!important;
  background: #0f7bc3 url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 4.5px 4.5px no-repeat;
}

.cfs-products-list {
  width: 350px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

@media (max-width: 1300px) {
  .cfs-products-list {
    width: 300px;
  }
}

@media (max-width: 1200px) {
  .cfs-products-list {
    width: 350px;
  }
}

@media (max-width: 992px) {
  .cfs-products-list {
    width: 300px;
  }
}

@media (max-width: 768px) {
  .cfs-products-list {
    width: 100%;
  }
}

.cfs-product-page-listing {
  width: calc(100% - 350px);
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

@media (max-width: 1300px) {
  .cfs-product-page-listing {
    width: calc(100% - 300px);
  }
}

@media (max-width: 1200px) {
  .cfs-product-page-listing {
    width: calc(100% - 350px);
  }
}

@media (max-width: 992px) {
  .cfs-product-page-listing {
    width: calc(100% - 300px);
  }
}

@media (max-width: 768px) {
  .cfs-product-page-listing {
    width: 100%;
  }
}

.cfs-add-to-cart {
  border: none;
  white-space: nowrap;
  text-align: center;
  background-image: linear-gradient(#0058b1, #074079);
  border-radius: 50px;
  color: white!important;
}

.cfs-add-to-cart:hover {
  background-image: linear-gradient(#3085db, #2468ab);
  color: white!important;
}

.cfs-add-to-cart:active {
  background-image: linear-gradient(#57c039, #319315)!important;
  color: white!important;
}



main {
  margin-top: 185px;
}

@media (max-width: 991px)  {
  main {
    margin-top: 162px;
  }
}

@media (max-width: 767px)  {
  main {
    margin-top: 160px;
  }
}

@media (max-width: 560px)  {
  main {
    margin-top: 178px;
  }
}

.cf-shipping-address, .cf-organization-name {
  color: #333!important; 
  text-overflow: ellipsis; 
  overflow: hidden; 
  white-space: nowrap; 
  display: inline-block;
}

.cf-shipping-address:hover, .cf-organization-name:hover {
  color: #333!important; 
  overflow: visible; 
  background-color: #eeeeee;
  z-index: 5;
  border-radius: 5px;
}

.cf-shipping-address {
  width: 172px; 
}

.cf-organization-name {
  width: 214px; 
}

.cf-hamburger-nav {
  list-style: none;
  padding-left: 5px;
  margin-top: 9px !important;
}

.cf-hamburger-nav li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.cf-hamburger-nav li a {
  color: #5e657a;
  font-size: 15px;
  font-weight: 500;
}

.cf-nav-logo {
  filter: drop-shadow(1px 1px 4px #777); 
  max-height: 70px;
}

@media (max-width: 576px)  {
  .cf-nav-logo {
    max-height: 60px;
  }
}

.shopping-cart-icon {
  position: relative!important;
}

.shopping-cart-icon a {
  right: 25%!important;
}

.shopping-cart-icon:hover {
  transform: translateY(23px)!important;
}

.nav-top-bar * {
  vertical-align: middle!important;
}

.cf-home-banner {
  background-image: url('/images/product-banners/home-banner-1.jpg'); 
  background-repeat: no-repeat; 
  background-size: cover; 
  background-position: center center; 
  height: 320px;
}

@media (max-width: 1050px)  {
  .cf-home-banner {
    background-image: url('/images/product-banners/home-banner-1-sm.jpg'); 
  }
}


/* Reports area styling */
.hide {
  display: none;
  position: absolute;
  background-color: #f3f3f3;
  border: #ddd solid 1px;
  border-radius: 5px;
  padding: 2px 7px;
  color: #333;
  z-index: 9;
  font-size: 12px;
  top: -40%;
  white-space: nowrap;
  left: 130%;
}
  
.cfs-hover-icon:hover + .hide {
  display: block;
}

.refresh-hover:hover {
  cursor: pointer;
  text-decoration: underline!important;
}

#customSearchContainer {
  gap: 15px;
  padding-top: 10px;
}

#customSearchContainer input {
  max-width: 350px;
  border-radius: 5px;
}

#customSearchContainer select {
  max-width: 200px;
  border-radius: 5px;
}

#category-tabs button {
  max-width: 250px;
  padding: 5px 25px;
  margin: 2px 2px;
  white-space: nowrap;
  width: auto!important;
  border-radius: 3px !important;
}

#category-tabs {
  /* background-color: #208dd0; */
  padding: 0px 15px;
}

.dt-length {
  margin-bottom: -10px!important;
}

.dt-info {
  text-align: center;
  padding-top: 10px;
}

.dt-paging .pagination {
  justify-content: center;
  padding-top: 10px;
}

.dt-scroll-body {
  border: #cbcbcb 1px solid !important;
  border-left: #cbcbcb 1px solid !important;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.dt-scroll-head {
  border: #cbcbcb 1px solid !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#backButton {
  margin: 10px 0px 5px 15px !important;
  padding: 3px 10px !important;
  font-size: 14px;
  background-color: #208dd0;
  color: white !important;
}

.dt-scroll-body td {
  padding: 7px 5px!important;
}

#leftSidePopulate {
  max-height: 500px;
  overflow-y: auto;
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: #ccc #f9f9f9; /* For Firefox */
}

#leftSidePopulate::-webkit-scrollbar {
  width: 8px;
}

#leftSidePopulate::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

#leftSidePopulate::-webkit-scrollbar-track {
  background: #f9f9f9;
}

.report-container {
  max-width: 1800px!important;
}

@media screen and (min-width: 991px) {
  .middle-nav-menu {
      height: 0px;
      padding: 0px !important;
  }
}

.cfs-report-nav {
  width: 75px;
}

.cfs-report-content {
  width: calc(100% - 75px);
}


/* Kitchen Manager - Notification Panel */
.new-messages-popup {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 9999;
  width: 240px;
  padding: 8px 12px;
  border-radius: 6px;
  background-color: #e6f7ff; 
  color: #004085;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 1px solid #b8daff;
  /* pointer-events: none; */
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 180ms ease, transform 180ms ease;
  display: none;
}

.new-messages-popup i {
  color: #004085;
  margin-right: 4px;
}

#notification-panel {
  width: 600px; 
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.10); 
  border: 2px solid #DDDDDD; 
  border-radius: 15px;
  background-color: white;
  position: absolute; 
  top: 120%; 
  right: 0;
  z-index: 999;
  overflow: hidden;
}

#notification-panel .card-header {
  font-size: 20px;
  font-weight: 600;
  color: #2A3A4A; 
  background-color: revert; 
  border-bottom: 2px solid #DDDDDD;
}

#notification-panel .card-header #notification-count-badge {
  font-size: 12px;
  padding: 3px 5px;
  margin-bottom: 5px;
}

#notification-panel .notification-tabs {
  display: flex;
  border-bottom: 1px solid #DDDDDD;
}

#notification-panel .notification-tabs div {
  font-size: 18px;
  font-weight: 500;
  padding: 5px 15px;
  color: #9D9BA6;
}

#notification-panel .notification-tabs .notification-count {
  font-size: 11px;
  border-radius: 5px;
  padding: 1px 4px;
  color: #9D9BA6; 
  border: 1px solid #9D9BA6;
}

#notification-panel .notification-tabs .active {
  border-bottom: 2px solid #208dd1 !important;
  color: #208dd1;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 15px;
}

#notification-panel .notification-tabs .active .notification-count {
  background-color: #208dd1;
  border: none;
  font-size: 11px;
  color: white;
  border-radius: 5px;
  padding: 1px 4px;
}

#notification-panel .card-body {
  max-height: 500px; 
  overflow-y: auto;
  padding: 0px!important;
}

#notification-panel .notification-entry span {
  color: #898790;
  font-weight: 600!important;
}

#notification-panel .notification-entry {
  padding-right: 15px;
}

#notification-panel .notification-entry:hover {
  background-color: #fafafa;
}

#notification-panel .notification-entry .active:hover {
  background-color: #f3f3f3;
}

#notification-panel .notification-entry .notification-icon {
  display: flex;
  align-items: center;
  height: auto;
}

.notification-title {
  font-size: 18px;
  font-weight: 700;
}

.notification-message {
  font-size: 14px;
  font-weight: 400;
  color: #A6A4B0;
}

.notification-date {
  font-size: 14px;
  font-weight: 500;
  color: #A6A4B0;
}

/* Notification Pop-Up */
.new-messages-popup {
  padding: 15px;
  border-radius: 10px;
  border: 2px solid #6acc80;
  background-color:rgb(248 255 250);
  width: 350px;
}

.new-messages-popup h5 {
  font-size: 18px;
  font-weight: 600;
  color: #6acc80;
}

.new-messages-popup p {
  font-size: 14px;
  font-weight: 400;
}

.new-messages-popup p span {
  font-size: 14px;
  font-weight: 600;
}

.new-messages-popup a {
  font-size: 14px;
  font-weight: 500;
  background-color: #6acc80;
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
}

.new-messages-popup a:hover {
  background-color: #ffc45e;
}


/* New Notification */
#notification-panel .new-request .notification-icon {
  background-color: #DCE8F3; 
  border-left: 2px solid #208dd1 !important; 
}

#notification-panel .new-request .notification-icon i {
  color: #208dd1!important;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 26px;
}

#notification-panel .new-request .notification-title {
  font-size: 18px;
  font-weight: 700;
  color: #208dd1!important;
}

#notification-panel .new-request .active {
  background-color: #f9f9f9!important;
}


/* Notification Approved */
#notification-panel .approved-request .notification-icon {
  background-color: #E4F4E7; 
  border-left: 2px solid #28a745 !important; 
}

#notification-panel .approved-request .notification-icon i {
  border: 2px solid #28a745;
  border-radius: 5px;
  padding: 2px 3px 2px 2px;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 20px;
}

#notification-panel .approved-request .notification-title {
  font-size: 18px;
  font-weight: 700;
  color: #28a745!important;
}


/* Notificated Denied */
#notification-panel .denied-request .notification-icon {
  background-color: #FAE6E7; 
  border-left: 2px solid #dc3545 !important; 
}

#notification-panel .denied-request .notification-icon i {
  border: 2px solid #dc3545;
  border-radius: 5px;
  padding: 2px 4px 2px 4px;
  margin-left: 5px;
  margin-right: 4px;
  font-size: 20px;
}

#notification-panel .denied-request .notification-title {
  font-size: 18px;
  font-weight: 700;
  color: #dc3545!important;
}


/* Notification Read */
#notification-panel .read-request .notification-icon {
  background-color: #ECEBEE; 
  border-left: 2px solid #6B6B6B !important; 
}

#notification-panel .read-request .notification-icon i {
  color: #6B6B6B !important;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 22px;
}

#notification-panel .read-request .notification-title {
  font-size: 18px;
  font-weight: 700;
  color: #6B6B6B!important;
}


/* Notification Styles */
#notification-panel .approve-guide-add {
  border: none;
  background-color: #57c971;
  padding: 6px 12px;
  font-weight: 600;
}

#notification-panel .approve-guide-add:hover {
  background-color: #43e067;
}

#notification-panel .deny-guide-add {
  padding: 4px 12px;
  background: transparent;
  color: #e4616e;
  border: 2px solid #e4616e;
  font-weight: 600;
}

#notification-panel .deny-guide-add:hover {
  background-color: #FAE6E7;
}

#notification-panel-body {
  font-size: 18px;
  font-weight: 600;
}

#notification-panel-body p.text-muted {
  padding: 10px 0px 0px 15px !important;
}

.new-messages-popup a:hover {
 background-color: #7ff097!important; 
}




/* Special Order Buttons */
.cfs-special-order-product {
  background-color: #F28C5E!important;
  color: white;
  border-radius: 50px;
}

.cfs-special-order-product:hover {
  background-color:#db7343!important;
  color: white!important;
}

#special-order-products-notice {
  margin-top: 10px;
  border-radius: 10px;
  background-color: #F1F8FF;
  border: none;
}

#special-order-products-notice h5 {
  font-weight: 600;
  color: #F28C5E!important;
}