#custom-text {
  margin-bottom: 0;
  padding: 0;
}

.adropdown-5 .category-item-image {
  width: 48px;
}

.adropdown-4 .category-item-image {
  width: 116px;
}

.mm-4 .adropdown-3 .category-item-image {
  width: 116px;
}

.mm-5 .adropdown-3 .category-item-image {
  width: 48px;
}

.adropdown-4 .categories-grid, .adropdown-3 .categories-grid {
  align-items: center;
  text-align: center;
}

.carousel .carousel-inner {
  height: auto;
  padding-left: 0;
}

.an-custom-menu {
  background: #282828;
  padding: 3px 0 5px;
  position: relative;
}

.an-custom-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.an-custom-menu span {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: rgb(153, 153, 153);
  line-height: 20px;
  text-transform: none;
}

#stores .page-stores .store-item-container address br{
	display: block;
}

#header .logo {
	max-width: 120px;
  max-height: 100px;
}

#amegamenu.fixed-menu #_fixed_logo {
  height: auto;
}

@media (min-width: 375px) and (max-width: 464px) {
  .col-sm-4 {
    float: left;
    width: 33.33333%;
    padding-right: 2px;
    padding-left: 2px;
  }
}

@media (min-width: 465px) {
  .col-sm-4 {
    float: left;
    width: 33.33333%;
  }
}



/* Style for the disabled radio button */
.payment-option.disabled-option {
    opacity: 0.6; /* Makes it visually distinct as disabled */
    pointer-events: none; /* Prevents interaction */
}

.payment-option.disabled-option label {
    color: gray; /* Changes the text color */
    cursor: not-allowed; /* Changes the cursor to show it's not clickable */
}