/* Style for the main accordion container */
.accordion {
  padding: 0 26px;
}

.accordion a::-moz-focus-inner,
.accordion input::-moz-focus-inner,
.accordion a:focus,
.accordion a:visited,
.accordion a:hover,
.accordion a:active {
  border: 0 !important;
  outline: none !important;
}
/* Style for each accordion section */
.accordion__section {
  padding: 3px;
  margin-bottom: 13px;
  border: 4px solid #000;
  background-position: top;
  background: linear-gradient(180deg, #fff 60px, rgba(255, 255, 255, 0) 440px);
  /* button shadow */
  box-shadow: 0px 1px 9px 4px rgba(0, 0, 0, 0.19);
}

/* Style for content in a section */
.accordion__content {
  display: none;
  padding-top: 10px;
}
.accordion__section.open .accordion__content {
  display: block;
}

/* Style for link */
.accordion__link {
  /* background: none repeat scroll 0 0 transparent;
  border: medium none;
  border-spacing: 0;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
 */
  display: block;
  text-align: center;
  font-family: "Kanit", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
}
.accordion__link::before,
.accordion__section--delivery .store-links li a::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  width: 27px;
  height: 17px;
  transform: translateY(-50%);
  background-image: url("../images/accordion-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.accordion__section--delivery .store-links li a::after {
  right: 0px;
}
.accordion__link::before {
  left: 17px;
}
.accordion__section.open .accordion__link::before {
  transform: rotate(90deg) translateY(8px);
}

.accordion__section--delivery .accordion__link {
  color: #b82547;
}
.accordion__section--pickup .accordion__link {
  color: #038779;
}
.accordion__section--catering-contact .accordion__link {
  color: #000000;
}

/* Style for the accordion button when delivery is involved */
.accordion__section--delivery {
}

.accordion__section--delivery .store-links ul {
  list-style: none;
  margin: 0;
  border-top: 2px solid #000;
  margin-top: 20px;
  margin-bottom: 20px;
}
.accordion__section--delivery .store-links li {
  list-style: none;
  display: block;
  border-bottom: 2px solid #000;
}
.accordion__section--delivery .store-links li a {
  color: #000;
  text-align: center;
  font-family: "Kanit", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px; /* 239.13% */
  text-transform: uppercase;

  display: block;
  position: relative;
}

.search-box-area {
  width: 290px;
  height: 35px;
  margin: 0 auto;
  margin-bottom: 20px;
  box-shadow: 0px 0px 5px 1px rgba(119, 119, 119, 0.3);
  -moz-box-shadow: 0px 0px 5px 1px rgba(119, 119, 119, 0.3);
  -o-box-shadow: 0px 0px 5px 1px rgba(119, 119, 119, 0.3);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(119, 119, 119, 0.3);

  overflow: hidden;
  transition: height 1s ease;
  -moz-transition: height 1s ease; /* Firefox 4 */
  -webkit-transition: height 1s ease; /* Safari and Chrome */
  -o-transition: height 1s ease; /* Opera */
  -ms-transition: height 1s ease; /* Explorer 10 */
  border-radius: 7px;
  border: 3px solid #000;
  box-sizing: content-box;
}
.search-box-area * {
  margin: 0;
}
.search-box-area input[type="text"] {
  height: 35px;
  width: 245px;
  display: block;
  background: #fff;
  border: 0;
  margin: 0;
  padding: 0 10px;
  outline: none;
  border-radius: 0;
  float: left;
}
.search-box-area input[type="text"]::placeholder {
  color: rgba(0, 0, 0, 0.54);
  font-family: "Kanit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.search-box-area button.searchbutton,
.search-box-area button.searchbutton:hover,
.search-box-area button.searchbutton:active {
  height: 35px;
  width: 45px;
  background: #000;
  float: left;
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.search-box-area button.locate-button,
.search-box-area button.locate-button:hover,
.search-box-area button.locate-button:active {
  height: 35px;
  width: 45px;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;

  display: none;
}
.locate-wrapper {
  height: 35px;
  width: 45px;
  float: left;
  width: 0;
  overflow: visible;
  transform: translateX(-45px);
}
.search-box-area button.searching {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/fancybox_loading.gif") !important;
}
.search-header {
  color: #3d867e;
  text-align: center;
  font-family: "Kanit", sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
}

/* Style for the accordion button for pickup */
.accordion__section--pickup {
}
.pickup {
  text-align: left;
  padding: 0 12px;
}

.pickup__heading {
  font-family: "Kanit", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  overflow: hidden;

  margin-bottom: 18px;

  color: #b82547;
}
.pickup__heading:before,
.pickup__heading:after {
  content: "";
  display: inline-block;
  width: 50%;
  margin: 0 0.5em 0 -55%;
  vertical-align: middle;
  border-bottom: 2px solid;
}
.pickup__heading:after {
  margin: 0 -55% 0 0.5em;
}

.pickup__columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.pickup__left-column {
  max-width: 135px;
}
.pickup__vertical-line {
  width: 1px;
  background-color: #e1e1e1;
}
.pickup__section {
  margin-bottom: 30px;
}

.pickup__title {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #000000;

  display: flex;
  flex-direction: row;
  justify-content: space-between;

  margin-bottom: 10px;
}

.pickup__show-on-map {
  display: none;
}

.pickup__show-on-map,
.pickup__show-on-map:visited,
.pickup__show-on-map:active,
.pickup__show-on-map:hover {
  font-family: "Kanit", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration-line: underline;

  color: #b32445;
}

.pickup__button,
.pickup__button:visited,
.pickup__button:focus,
.pickup__button:hover {
  height: 22.49px;

  background: #ffffff;
  border: 2px solid #000000 !important;
  box-shadow: 0px 1px 9px 2px rgba(0, 0, 0, 0.19);
  border-radius: 7px;

  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;

  padding: 0 10px;

  color: #000000;
}

.pickup__address {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;

  margin-top: 10px;

  color: #000000;
}

a.pickup__phone-number,
a.pickup__phone-number:visited,
a.pickup__phone-number:active,
a.pickup__phone-number:hover,
a.pickup__phone-number:focus {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-decoration-line: underline;

  color: #29978b;
}

.pickup__hours-title {
  font-family: "Kanit", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  text-transform: uppercase;

  color: #000000;
}

.pickup__hours {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;

  color: #000000;
}

/* Style for the accordion button for catering and contact */
.accordion__section--catering-contact > div {
  padding: 10px 18px;
}
.accordion__section--catering-contact .accordion__content p {
  font-family: "Kanit", sans-serif;
  font-size: 18px;
  color: #000;
  text-align: left;
}
.accordion__section--catering-contact .accordion__content .catering-contact__heading {
  font-family: "Kanit", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  overflow: hidden;

  color: #b82547;

  margin-bottom: 16px;
  margin-top: 10px;
}

.accordion__section--catering-contact input[type=text],
.accordion__section--catering-contact input[type=tel],
.accordion__section--catering-contact input[type=email] {
  /* all: unset !important; */
  width: 100%;
  background: #ffffff;
  padding-left: 8px !important;
  outline: none !important;
  border: 0px !important;
  border-radius: 4px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.accordion__section--catering-contact textarea {
  /* all: unset !important; */
  background: #ffffff;
  padding: 8px !important;
  outline: none !important;
  border: 0px !important;
  border-radius: 4px;
  width: 100% !important;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}


.accordion__section--catering-contact input[type="submit"],
.accordion__section--catering-contact input[type="submit"]:hover {
  display: block;
  background: #ffffff;
  border: 2px solid #000000;
  min-width: 100px;

  border-radius: 12px;
  padding: 0 10px;
  margin: 0;

  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;

  color: #000000;
}
