.signature-total-div {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
}
.signature-total-div .signature-pad {
  border: 2px solid #ccc;
}
.signature-total-div .btn-signature {
  border-radius: 3px;
  margin: 0 8px;
}
.signature-total-div .btn-signature-erase {
  background: #d7d7d7;
  color: #3a3a3a;
  border-radius: 3px;
}
.signature-total-div label {
  width: 100%;
}
#signature-display {
  width: 100%;
  float: left;
}
#signature-display img {
  border: 2px solid #ccc;
}
.i_sign-aggrement {
  width: 100%;
  float: left;
  font-style: italic;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 12px 0 2px 0;
}
.i_sign-aggrement span {
  text-align: left;
}
.i_sign-aggrement input[type="checkbox"] {
  margin: 4px 0 0 0;
}
.govt-warning-policy span {
  text-align: left;
}
.govt-warning-policy {
  width: 100%;
  float: left;
  gap: 10px;
  margin: 12px 0 2px 0;
}
.sidebar-careers, .content-careers {
  padding: 20px;
}
.sidebar-careers a {
  color: #3a3a3a;
}
.sidebar-careers li {
  padding: 4px 0;
}
.search-container-brwj {
  background-color: #f4f3f3;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  float: left;
}
.map-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 0;
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
}
.location-info {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.more-info-link {
  cursor: pointer;
}
.mt-5 {
  margin-top: 5px;
}
.mt-20 {
  margin-top: 20px;
}
.pr-0 {
  padding-right: 0;
}
.stores-list-scroll {
  max-height: 300px;
  overflow-y: auto;
}
.cart-custom-text {
  width: 100%;
  float: left;
  margin: 14px 0;
}
.cart-custom-text p {
  width: 100%;
  float: left;
  color: #3a3a3a;
  line-height: 14px;
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: center;
  font-weight: 600;
}
.checkout-total {
  height: 100%;
}
.btn-address-delivery {
  border: 1px solid #52342C;
  background-color: #52342C;
  color: #fff;
  width: auto;
  float: right;
  font-weight: 600;
  font-size: 14px;
  padding: 4px 16px;
  border-radius: 4px;
  margin-right: 0;
  position: relative;
  bottom: 6px;
  right: 0;
}
.btn-address-delivery:hover, .btn-address-delivery:focus {
  color: #fff;
}
select.brownjug-dd-remove {
  background-image: none !important;
}
/* My Account Dropdown menu hover css */
.navbar .dropdown-menu.user-menu {
  padding: 4px 5px 10px 10px;
  left: -95px;
  top: 40px;
}
@media only screen and (max-width: 767.5px) {
  #signature-pad {
    width: 100%;
    float: left;
  }
  .map-container {
    margin-top: 30px;
  }
  .searchbar-new-div {
    width: 100%;
  }
}
.dark-mode #signature-pad {
  background-color: #fff;
}
.dark-mode .form-control.verification-id-details-input {
  color: #fff;
}
/* Careers page only: the JS that distributes the "More..." overflow doesn't
   promote these items into the bar on this page, leaving them collapsed.
   Render the same (single) auto-nav list inline here instead of under "More...".
   Using the auto-nav copy means each item still exists only once -> no duplicates. */
body.page-careers .menu-div .nav-list .auto-nav-more {
  display: contents !important;
}
body.page-careers .menu-div .nav-list .auto-nav-more .more-btn {
  display: none !important;
}
body.page-careers .menu-div .nav-list .auto-nav-more .dropdown-menu, body.page-careers .menu-div .nav-list .auto-nav-more .auto-nav-more-list {
  display: contents !important;
}
body.page-careers .menu-div .nav-list .auto-nav-more .auto-nav-more-list > li {
  float: left;
  display: block;
  list-style: none;
}
/* Restore the standard nav-link spacing (the dropdown styling zeroes the
   horizontal padding and forces full width, which made the items run together). */
body.page-careers .menu-div .nav-list .auto-nav-more .auto-nav-more-list > li > a {
  float: none;
  width: auto;
  padding: 0 10px 24px;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}
/* ---- Our Stores locator page ---- */
.our-stores-wrap {
  width: 100%;
  float: left;
  padding: 20px 15px;
}
.our-stores-heading h1 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 16px;
}
.our-stores-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: stretch;
}
.our-stores-sidebar {
  flex: 0 0 360px;
  max-width: 360px;
  display: flex;
  flex-direction: column;
}
.our-stores-map-wrap {
  flex: 1 1 480px;
  min-width: 320px;
}
.our-stores-map {
  width: 100%;
  height: 640px;
  border-radius: 6px;
  background: #e5e3df;
}
.our-stores-search-row {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.our-stores-search-input {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
.our-stores-search-btn {
  padding: 10px 18px;
  border: none;
  border-radius: 4px;
  background: #52342C;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.our-stores-search-btn:hover {
  background: #3f2820;
}
.our-stores-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  max-height: 640px;
  border: 1px solid #eee;
  border-radius: 6px;
}
.our-stores-item {
  display: flex;
  gap: 10px;
  padding: 14px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: background 0.15s;
}
.our-stores-item:hover {
  background: #faf7f5;
}
.our-stores-item.is-active {
  background: #f1e9e4;
}
.our-stores-marker {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #d9482f;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-stores-info {
  flex: 1;
  font-size: 13px;
  line-height: 1.5;
}
.our-stores-name {
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
}
.our-stores-address {
  display: block;
  color: #444;
}
.our-stores-phone, .our-stores-email {
  display: block;
  margin-top: 4px;
}
.our-stores-phone a, .our-stores-email a {
  color: #52342C;
}
.our-stores-toggle-hours {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #52342C;
}
.our-stores-caret {
  display: inline-block;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #52342C;
  transition: transform 0.15s ease;
}
.our-stores-toggle-hours.is-open .our-stores-caret {
  transform: rotate(180deg);
}
.our-stores-more-info {
  display: none;
  margin-top: 8px;
}
.our-stores-more-info.is-open {
  display: block;
}
.our-stores-hours-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #333;
  margin: 0 0 6px;
}
.our-stores-hours {
  display: table;
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
}
.our-stores-hours td {
  padding: 2px 8px 2px 0;
  color: #555;
}
.our-stores-hours td:last-child {
  text-align: right;
  white-space: nowrap;
}
.our-stores-distance {
  flex: 0 0 auto;
  align-self: flex-start;
  font-size: 12px;
  font-weight: 600;
  color: #1a73e8;
  white-space: nowrap;
}
.our-stores-iw {
  font-size: 13px;
  line-height: 1.4;
  max-width: 220px;
}
@media (max-width: 767.5px) {
  .our-stores-sidebar {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .our-stores-map {
    height: 380px;
  }
  .our-stores-list {
    max-height: 360px;
  }
}
/*# sourceMappingURL=custom.map */