* {
  box-sizing: border-box;
}

p, span, div, td, th, li, label, input, textarea, select, button, .well, .card, .box {
  color: #ec008c;
}

*:not(ul):not(ol) {
  list-style: none;
}

body, h1, h2, h3, h4, h5, h6, nav, nav * {
  color: #ec008c;
  font-size: 18pt;
}
a {
  color: #ec008c;
  font-size: 14pt;
}
a:hover {
  color: #ec008c;
  text-decoration: underline;
  transition: color 0.2s ease;
}
a:visited {
  color: #ec008c;
}

a:focus {
  outline: 2px solid #ec008c;
  outline-offset: 2px;
}
body {
  /*
	background: #d6ffed;
*/
  background: #efffef;
  color: #ec008c;
  text-align: center;
}
footer {
  padding: 25px;
}
form {
  border-radius: 8px;
}
h1 {
  margin-bottom: 20px;
}
img {
  max-width: 640px;
  height: auto;
  display: block;
}
input {
  min-width: 350px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input:focus {
  outline: 2px solid #ec008c;
  outline-offset: 2px;
}

label {
  text-align: center;
  min-width: 200px;
}
legend {
  color: #ec008c;
}
nav ul li {
  display: inline;
  float: left;
  margin: 5px;
  padding: 5px;
}

nav ul li a:hover{
  background: inherit;
}
p {
  color: #ec008c;
}
table {
  border: 1px solid white;
  text-align: center;
  margin: auto;
  border-collapse: collapse;
}
textarea {
  height: 75px;
  width: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

textarea:focus {
  outline: 2px solid #ec008c;
  outline-offset: 2px;
}
tr {
  border: 1px solid white;
  min-width: 150px;
}
th {
  border: 1px solid white;
  min-width: 150px;
  text-align: center;
}
td {
  border: 1px solid white;
  min-width: 150px;
}
/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 4px;
  min-height: 60px;
  max-height: 70px;
  background-color: #efffef;
  border-bottom: 2px solid #ec008c;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
/* Hamburger Menu Button Styling */
.navbar-toggle {
  border: 2px solid #ec008c;
  border-radius: 4px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: rgba(236, 0, 140, 0.1);
  transition: all 0.3s ease;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: rgba(236, 0, 140, 0.2);
  border-color: #ec008c;
  outline: 2px solid #ec008c;
  outline-offset: 2px;
}

.navbar-toggle .icon-bar {
  background-color: #ec008c;
  width: 22px;
  height: 3px;
  border-radius: 2px;
  display: block;
  margin: 3px 0;
  transition: all 0.3s ease;
}

.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
  background-color: #ec008c;
}

.navbar-toggle:not(.collapsed) .icon-bar {
  background-color: #ec008c;
}

.box {
  margin: 4px;
  min-width: 25px;
  min-height: 312px;
  width: 18%;
}
.card {
  min-height: 378px;
}
.carousel-inner img {
  margin: auto;
  min-height: 200px;
  object-fit: cover;
}
.category {
  width: 120px;
  height: 120px;
}
.form_link:hover {
  color: #ec008c;
  transition: color 0.2s ease;
}
.font_pink {
  color: #ec008c;
}
.left {
  float: left;
}
.green {
  color: green;
}
.grid-container-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.glyphicon {
  font-size: 14pt;
  margin: 6px;
}
.image {
  max-width: 680px;
  margin-bottom: 6px;
}
.margin-top {
  margin-top: 16px;
}
.dropdown-menu > li > a {
  color: #ec008c;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #ec008c;
}
.footer_menu_links {
  margin: 14px;
}
.padding {
  padding: 16px;
}
.padding-top {
  padding-top: 16px;
}
.menu_image {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
}
.radio {
  display: inline-block;
  margin: 4px;
  min-width: 12px;
  width: 12px;
}
.slideshow_image {
  max-height: 600px;
  object-fit: cover;
}

.well {
  background: inherit;
  border: none;
  color: #ec008c;
}
.well p {
  color: #ec008c;
}
#contact-form {
  padding: 15px;
  padding-top: 25px;
}
#nav_bar_logo {
  max-width: 350px;
  max-height: 70px;
  height: auto;
  width: auto;
  object-fit: contain;
}

.navbar-brand {
  display: flex;
  align-items: center;
  padding: 8px 15px;
}

/* Navbar Cart Styling */
.navbar-cart {
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 2px);
  min-height: 58px;
  max-height: 68px;
  line-height: 1;
}

.navbar-cart li {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  display: flex;
  align-items: center;
  height: 100%;
}

.cart-item {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1;
}

.cart-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 12px !important;
  margin: 0 5px;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.cart-link:hover,
.cart-link:focus {
  background-color: rgba(236, 0, 140, 0.1) !important;
  text-decoration: none;
  transform: translateY(-1px);
}

.cart-icon {
  font-size: 16px;
  font-size: 16px;
  margin: 0;
  transition: transform 0.3s ease;
  line-height: 1;
  line-height: 1;
}

.cart-link:hover .cart-icon {
  transform: scale(1.1);
}

.cart-text {
  font-size: 12pt;
  font-size: 12pt;
  margin: 0;
  line-height: 1;
  line-height: 1;
}

/* Navbar Main Links - Improved Hover */
.navbar-main > li > a {
  padding: 10px 15px 12px 15px !important;
  margin: 0 2px;
  margin-bottom: 4px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.navbar-main > li > a:hover,
.navbar-main > li > a:focus {
  background-color: rgba(236, 0, 140, 0.2) !important;
  background-color: rgba(236, 0, 140, 0.2) !important;
  text-decoration: none;
  color: #ec008c;
  transform: translateY(-1px);
  transform: translateY(-1px);
}

.navbar-main > li.active > a {
  background-color: rgba(236, 0, 140, 0.3) !important;
  font-weight: 600;
  border-bottom: 2px solid #ec008c;
  color: #ec008c;
  background-color: rgba(236, 0, 140, 0.3) !important;
  font-weight: 600;
  border-bottom: 2px solid #ec008c;
  color: #ec008c;
}

/* Dropdown Menu Improvements */
.navbar-main .dropdown-toggle {
  padding: 10px 15px 12px 15px !important;
  margin: 0 2px;
  margin-bottom: 4px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.navbar-main .dropdown-toggle:hover,
.navbar-main .dropdown-toggle:focus {
  background-color: rgba(236, 0, 140, 0.2) !important;
  background-color: rgba(236, 0, 140, 0.2) !important;
  text-decoration: none;
  transform: translateY(-1px);
}

.navbar-main .dropdown.active > .dropdown-toggle,
.navbar-main .dropdown.open > .dropdown-toggle {
  background-color: rgba(236, 0, 140, 0.3) !important;
  font-weight: 600;
  border-bottom: 2px solid #ec008c;
  color: #ec008c;
  transform: translateY(-1px);
}

.navbar-main .dropdown.active > .dropdown-toggle,
.navbar-main .dropdown.open > .dropdown-toggle {
  background-color: rgba(236, 0, 140, 0.3) !important;
  font-weight: 600;
  border-bottom: 2px solid #ec008c;
  color: #ec008c;
}

.dropdown-menu {
  border-radius: 4px;
  border: 1px solid rgba(236, 0, 140, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-menu > li > a {
  padding: 10px 20px;
  transition: all 0.2s ease;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: rgba(236, 0, 140, 0.2) !important;
  background-color: rgba(236, 0, 140, 0.2) !important;
  color: #ec008c;
  padding-left: 25px;
}

/* Navbar Spacing Improvements */
.navbar-nav {
  display: flex;
  align-items: center;
}

.navbar-header {
  display: flex;
  align-items: center;
}

.navbar-header {
  display: flex;
  align-items: center;
}

.navbar-main {
  margin-right: auto;
}

.navbar-right {
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 2px);
  min-height: 58px;
  max-height: 68px;
  line-height: 1;
}

.navbar-right li {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

/* Hide mobile cart icon on desktop */
.mobile-cart-icon {
  display: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .cart-link {
    padding: 8px 12px !important;
  }
  
  .cart-text {
    display: none;
  }
  
  .cart-icon {
    font-size: 20px;
  }
  
  .navbar-main > li > a {
    padding: 8px 12px !important;
  }
  
  /* Enhanced hamburger visibility on tablets and smaller screens */
  .navbar-toggle {
    border: none !important;
    padding: 10px 12px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    background-color: rgba(236, 0, 140, 0.15) !important;
    min-width: 44px;
    min-height: 44px;
  }
  
  .navbar-toggle .icon-bar {
    width: 24px !important;
    height: 3px !important;
    background-color: #ec008c !important;
  }
  
  .navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  /* Ensure navbar appears above page content on mobile */
  .navbar {
    position: relative;
    z-index: 1030;
  }
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  color: #ec008c;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
  color: #ec008c;
}

.StripeElement--invalid {
  color: #ec008c;
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  color: #ec008c;
  background-color: #fefde5 !important;
}

/* Hide the carousel text when the screen is less than 600 pixels wide */
@media (max-width: 600px) {
  .carousel-caption {
    display: none;
  }

  .col-md-2 {
    float: left;
    width: 75px;
    height: 75px;
  }

  .box {
    width: 100%;
  }
  .category {
    width: 75px;
    height: 75px;
  }
  .left {
    float: none;
  }
  .menu_image {
    max-height: 150px;
    max-width: 150px;
  }
  .row {
    min-height: 100px;
  }
}
