.no-padding {
  padding: 0;
}
/*****
** Element Variables
**
** @{element}-{attribute-name}-{variation}: #HEX;
*****/
.no-padding {
  padding: 0;
}
div[class*='-validation'].error {
  border-top: 1px solid #e4d0d2;
  border-bottom: 1px solid #e4d0d2;
  background-color: #f2dedf;
  color: #884d53;
}
div[class*='-validation'].error .container {
  background-color: #f2dedf;
}
div[class*='-validation'].success {
  background-color: #dff0d8;
  border-top: 1px solid #d6e9c6;
  border-bottom: 1px solid #d6e9c6;
  color: #3c763d;
}
div[class*='-validation'].success .container {
  background-color: #dff0d8;
}
div[class*='-validation'] .container {
  padding-top: 5px;
  padding-bottom: 5px;
}
div[class*='-validation'] p {
  padding: 10px;
  margin: 0;
}
p.email-preferences-label {
  color: #838383;
}
.text-center {
  text-align: center;
}
.bg-shaded {
  background-color: #f3f3f3;
}
.pagination {
  text-align: center;
  display: block;
  padding-bottom: 20px;
  margin: 0 auto;
}
.pagination > div {
  text-align: center;
}
.pagination > div strong {
  text-align: center;
  color: white;
  background: #0099a8;
  padding: 3px 8px;
  margin: 0 2px;
  border-radius: 50%;
}
.pagination > div a {
  text-align: center;
  color: #0099a8;
  padding: 3px 8px;
  margin: 0 2px;
  border-radius: 50%;
  box-shadow: inset 0 0 2px #0099a8;
}
.close-row {
  display: none;
}
@media (max-width: 310px) {
  .close-row {
    display: block;
  }
  .close-row .close-mobile-nav {
    float: left;
    width: 30px;
    height: 30px;
    background-image: url("/images/global/close-icon.png");
    background-image: none, url("/images/global/close-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    cursor: pointer;
    position: absolute;
    top: 17px;
    left: 20px;
  }
}
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: '';
  display: block;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.row-no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.row-no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.wrapper #wtb_consumer_view,
body #wtb_consumer_view {
  margin-top: -30px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .wrapper #wtb_consumer_view,
  body #wtb_consumer_view {
    margin-top: -10px;
    padding-top: 10px;
  }
}
.wrapper #wtb_consumer_view .wtb-breadcrumb,
body #wtb_consumer_view .wtb-breadcrumb {
  display: none;
  text-align: left;
  padding: 6px 0;
  font-size: 14px;
  color: #666;
  font-weight: bolder;
}
@media (max-width: 991px) {
  .wrapper #wtb_consumer_view .wtb-breadcrumb,
  body #wtb_consumer_view .wtb-breadcrumb {
    display: block;
  }
}
.wrapper #wtb_consumer_view .wtb-breadcrumb a,
body #wtb_consumer_view .wtb-breadcrumb a {
  color: #2FA4B3;
  text-decoration: none;
  font-weight: bolder;
}
.wrapper #wtb_consumer_view .wtb-breadcrumb a:hover,
body #wtb_consumer_view .wtb-breadcrumb a:hover {
  text-decoration: underline;
}
.wrapper #wtb_consumer_view .wtb-breadcrumb .separator,
body #wtb_consumer_view .wtb-breadcrumb .separator {
  margin: 0 8px;
  color: #999;
  font-weight: bolder;
}
.wrapper #wtb_consumer_view .wtb-breadcrumb .current,
body #wtb_consumer_view .wtb-breadcrumb .current {
  color: #333;
  font-weight: 500;
}
.wrapper #wtb_consumer_view div.wtbcv_header,
body #wtb_consumer_view div.wtbcv_header {
  position: relative;
  height: 210px;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.wrapper #wtb_consumer_view div.wtbcv_header:before,
body #wtb_consumer_view div.wtbcv_header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('https://media.surepetcare.com/website/public/images/where-to-buy/where_to_buy_pill_pattern.png');
  z-index: 0;
}
.wrapper #wtb_consumer_view div.wtbcv_header .wtbcv_header_content,
body #wtb_consumer_view div.wtbcv_header .wtbcv_header_content {
  position: relative;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}
.wrapper #wtb_consumer_view div.wtbcv_header .wtbcv_header_content h1,
body #wtb_consumer_view div.wtbcv_header .wtbcv_header_content h1 {
  color: black;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .wrapper #wtb_consumer_view div.wtbcv_header .wtbcv_header_content h1,
  body #wtb_consumer_view div.wtbcv_header .wtbcv_header_content h1 {
    margin-top: 25px;
  }
}
.wrapper #wtb_consumer_view div.wtbcv_header .wtbcv_header_content .wtbcv_header_content_sub_outer_pill,
body #wtb_consumer_view div.wtbcv_header .wtbcv_header_content .wtbcv_header_content_sub_outer_pill {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  padding: 10px;
  border-radius: 32px;
  margin: 5px;
}
.wrapper #wtb_consumer_view div.wtbcv_header .wtbcv_header_content .wtbcv_header_content_sub_outer_pill .wtb-pill,
body #wtb_consumer_view div.wtbcv_header .wtbcv_header_content .wtbcv_header_content_sub_outer_pill .wtb-pill {
  border: 1px solid #b6b0b0;
  border-radius: 32px;
  margin-right: 5px;
}
.wrapper #wtb_consumer_view div.wtbcv_header .wtbcv_header_content .wtbcv_header_content_sub_outer_pill .wtb-pill.active,
body #wtb_consumer_view div.wtbcv_header .wtbcv_header_content .wtbcv_header_content_sub_outer_pill .wtb-pill.active {
  background-color: #d9f0ea;
  border: 0px;
}
.wrapper #wtb_consumer_view div.wtbcv_header .wtbcv_header_content .wtbcv_header_content_sub_outer_pill .wtb-pill h2.pill,
body #wtb_consumer_view div.wtbcv_header .wtbcv_header_content .wtbcv_header_content_sub_outer_pill .wtb-pill h2.pill {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 45px;
  font-size: 18px;
  line-height: 1.2;
  color: black;
  font-weight: bold;
}
@media (max-width: 991px) {
  .wrapper #wtb_consumer_view div.wtbcv_header .wtbcv_header_content .wtbcv_header_content_sub_outer_pill .wtb-pill h2.pill,
  body #wtb_consumer_view div.wtbcv_header .wtbcv_header_content .wtbcv_header_content_sub_outer_pill .wtb-pill h2.pill {
    padding: 5px 25px;
  }
}
.wrapper #wtb_consumer_view .wtbcv_subheader,
body #wtb_consumer_view .wtbcv_subheader {
  margin-bottom: 16px;
}
.wrapper #wtb_consumer_view .wtbcv_subheader h2.wtbcv_subheader_tagline,
body #wtb_consumer_view .wtbcv_subheader h2.wtbcv_subheader_tagline {
  color: black;
}
@media (max-width: 991px) {
  .wrapper #wtb_consumer_view .wtbcv_subheader_map,
  body #wtb_consumer_view .wtbcv_subheader_map {
    margin-bottom: 0;
    margin-top: 15px;
    position: relative;
    z-index: 1001;
  }
}
.wrapper #wtb_consumer_view .wtbcv_subheader_map .wtb-search-form,
body #wtb_consumer_view .wtbcv_subheader_map .wtb-search-form {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
@media (min-width: 992px) {
  .wrapper #wtb_consumer_view .wtbcv_subheader_map .wtb-search-form,
  body #wtb_consumer_view .wtbcv_subheader_map .wtb-search-form {
    margin-top: 10px;
  }
}
.wrapper #wtb_consumer_view .wtbcv_subheader_map .wtb-input,
body #wtb_consumer_view .wtbcv_subheader_map .wtb-input {
  padding: 16px 20px;
  border: 1.9px solid #4b4646;
  border-radius: 20px;
  width: 100%;
  max-width: 600px;
  font-size: 1em;
  height: 60px;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 991px) {
  .wrapper #wtb_consumer_view .wtbcv_subheader_map .wtb-input,
  body #wtb_consumer_view .wtbcv_subheader_map .wtb-input {
    padding: 16px 8px;
    font-size: 16px;
  }
}
.wrapper #wtb_consumer_view .wtbcv_subheader_map .wtb-btn,
body #wtb_consumer_view .wtbcv_subheader_map .wtb-btn {
  padding: 8px 12px;
  border: 1px solid #888;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.wrapper #wtb_consumer_view .wtbcv_subheader_map .wtb-search-btn,
body #wtb_consumer_view .wtbcv_subheader_map .wtb-search-btn {
  background: #2FA4B3;
  color: white;
  border: 1px solid #2FA4B3;
  border-radius: 10px;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
}
.wrapper #wtb_consumer_view .wtbcv_subheader_map .wtb-search-btn:hover,
body #wtb_consumer_view .wtbcv_subheader_map .wtb-search-btn:hover {
  background: #268999;
  border-color: #268999;
}
.wrapper #wtb_consumer_view .wtbcv_subheader_map .sr-only,
body #wtb_consumer_view .wtbcv_subheader_map .sr-only {
  position: absolute;
  left: -9999px;
}
.wrapper #wtb_consumer_view .wtbcv_store_data_display .no-padding-right,
body #wtb_consumer_view .wtbcv_store_data_display .no-padding-right,
.wrapper #wtb_consumer_view .col-md-8.no-padding-right,
body #wtb_consumer_view .col-md-8.no-padding-right {
  padding-right: 0;
}
@media (min-width: 970px) {
  .wrapper #wtb_consumer_view .wtbcv_store_data_display,
  body #wtb_consumer_view .wtbcv_store_data_display {
    display: flex;
    flex-wrap: wrap;
  }
  .wrapper #wtb_consumer_view .wtbcv_store_data_display > .col-lg-8,
  body #wtb_consumer_view .wtbcv_store_data_display > .col-lg-8,
  .wrapper #wtb_consumer_view .wtbcv_store_data_display > #map_container,
  body #wtb_consumer_view .wtbcv_store_data_display > #map_container {
    width: 66.66666667%;
    order: 2;
    flex: 0 0 66.66666667%;
  }
  .wrapper #wtb_consumer_view .wtbcv_store_data_display > .col-lg-4,
  body #wtb_consumer_view .wtbcv_store_data_display > .col-lg-4,
  .wrapper #wtb_consumer_view .wtbcv_store_data_display > #store_data_container,
  body #wtb_consumer_view .wtbcv_store_data_display > #store_data_container {
    width: 33.33333333%;
    order: 1;
    flex: 0 0 33.33333333%;
  }
}
@media (max-width: 969px) {
  .wrapper #wtb_consumer_view .wtbcv_store_data_display,
  body #wtb_consumer_view .wtbcv_store_data_display {
    display: block;
  }
  .wrapper #wtb_consumer_view .wtbcv_store_data_display > [class*="col-"],
  body #wtb_consumer_view .wtbcv_store_data_display > [class*="col-"],
  .wrapper #wtb_consumer_view .wtbcv_store_data_display > #map_container,
  body #wtb_consumer_view .wtbcv_store_data_display > #map_container,
  .wrapper #wtb_consumer_view .wtbcv_store_data_display > #store_data_container,
  body #wtb_consumer_view .wtbcv_store_data_display > #store_data_container {
    width: 100%;
    float: none;
    clear: both;
    display: block;
  }
}
.wrapper #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box,
body #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box {
  border: 1px solid #b6b0b0;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  background: #fff;
  /*MAP VIEW*/
}
.wrapper #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box.highlighted,
body #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box.highlighted {
  background-color: #d9f0ea;
  border-color: #2FA4B3;
  border-width: 2px;
  box-shadow: 0 4px 12px rgba(47, 164, 179, 0.3);
  transform: scale(1.02);
}
.wrapper #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .row,
body #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .row {
  display: flex;
  align-items: center;
  margin: 0;
}
.wrapper #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_vendor_icon_outer_div,
body #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_vendor_icon_outer_div {
  flex: 0 0 110px;
  width: 110px;
  padding: 10px 5px 10px 10px;
}
.wrapper #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_vendor_icon_outer_div img.wtb_vendor_icon,
body #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_vendor_icon_outer_div img.wtb_vendor_icon {
  border: 1px solid #b6b0b0;
  border-radius: 8px;
  height: 58px;
  width: 90px;
  display: block;
}
.wrapper #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_vendor_name,
body #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_vendor_name {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 10px 15px 10px 5px;
}
.wrapper #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_vendor_name h2,
body #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_vendor_name h2 {
  color: black;
  font-size: 22px;
  font-weight: bolder;
  line-height: 1.3;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
@media (max-width: 991px) {
  .wrapper #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_vendor_name h2,
  body #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_vendor_name h2 {
    font-size: 18px;
  }
}
.wrapper #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_vendor_url,
body #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_vendor_url {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 0;
}
@media (max-width: 991px) {
  .wrapper #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_vendor_url,
  body #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_vendor_url {
    padding: 1px 6px 1px 0;
  }
}
.wrapper #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_vendor_url a,
body #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_vendor_url a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.wrapper #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_vendor_url h2.wtb_shop_now_cta,
body #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_vendor_url h2.wtb_shop_now_cta {
  color: #2FA4B3;
  font-weight: 600;
  margin: 0;
  font-size: 20px;
  margin-right: 4px;
}
.wrapper #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_vendor_url .ne-icon,
body #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_vendor_url .ne-icon {
  flex-shrink: 0;
}
.wrapper #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_instore_box,
body #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_instore_box {
  padding: 10px;
}
.wrapper #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_instore_box .wtb_instore_name,
body #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_instore_box .wtb_instore_name {
  color: black;
  font-weight: bold;
  margin-bottom: 7px;
  margin-left: 3px;
}
.wrapper #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_instore_box .wtb_instore_telephone,
body #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_instore_box .wtb_instore_telephone {
  color: black;
  margin-bottom: 7px;
}
.wrapper #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_instore_box .wtb_instore_telephone .bi,
body #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_instore_box .wtb_instore_telephone .bi {
  margin-right: 3px;
}
.wrapper #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_instore_box .wtb_instore_telephone a,
body #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_instore_box .wtb_instore_telephone a {
  color: #0099a8;
  text-decoration: underline;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 10;
}
.wrapper #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_instore_box .wtb_instore_telephone a:hover,
body #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_instore_box .wtb_instore_telephone a:hover {
  color: #006b75;
  text-decoration: underline;
}
.wrapper #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_instore_box .wtb_instore_address,
body #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_instore_box .wtb_instore_address {
  color: black;
  margin-bottom: 7px;
  margin-left: 3px;
}
.wrapper #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_instore_box .wtb_instore_address .bi,
body #wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_instore_box .wtb_instore_address .bi {
  margin-right: 3px;
}
.ne-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  /* chip */
  background: #E9F6F8;
  border: 1px solid #cbe8ee;
  border-radius: 6px;
  top: 3px;
  left: 3px;
}
/* diagonal shaft */
.ne-icon:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 16px;
  width: 15px;
  height: 3px;
  background: #2FA4B3;
  border-radius: 2px;
  transform: rotate(-45deg);
  transform-origin: left center;
}
/* arrow head (corner) */
.ne-icon:after {
  content: "";
  position: absolute;
  right: 4px;
  top: 5px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #2FA4B3;
  border-right: 3px solid #2FA4B3;
  border-top-right-radius: 1px;
}
.wtb-search-form {
  display: inline-block;
}
.wtb-spinner-container {
  display: block;
  margin: 10px auto 0;
  padding: 8px 15px;
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  width: fit-content;
}
@media (max-width: 991px) {
  .wtb-spinner-container {
    position: fixed;
    top: 190px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1001;
    margin: 0;
  }
}
.wtb-spinner-container.active {
  opacity: 1;
  visibility: visible;
}
.wtb-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  animation: wtb-spin 1s linear infinite;
  vertical-align: middle;
  margin-right: 8px;
}
@keyframes wtb-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wtb-spinner-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #666;
}
.wtb-error-message {
  display: none;
  margin: 17px auto 4px;
  padding: 10px 20px;
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 4px;
  color: #856404;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  width: fit-content;
  max-width: 500px;
}
@media (max-width: 991px) {
  .wtb-error-message {
    position: fixed;
    top: 190px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1001;
    margin: 0;
    max-width: calc(70%);
  }
}
.wtb-error-message.active {
  opacity: 1;
  visibility: visible;
}
#wtb_consumer_view .wtbcv_subheader_map .wtb-search-btn {
  margin-bottom: 17px;
}
.wtb-search-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.wtb-search-btn.clicked {
  animation: wtb-button-flash 0.3s ease-out;
}
@keyframes wtb-button-flash {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.95);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.wtb_outer_store_box[data-stockist-index] {
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.wtb_outer_store_box[data-stockist-index]:hover {
  background-color: #f8f9fa;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 970px) {
  .wtbcv_store_data_display .col-lg-4,
  .wtbcv_store_data_display #store_data_container {
    padding-right: 10px;
  }
}
@media (min-width: 750px) and (max-width: 969px) {
  .wtbcv_store_data_display .col-lg-4,
  .wtbcv_store_data_display #store_data_container {
    position: relative;
    margin-top: 20px;
    padding: 15px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
  }
}
@media (max-width: 749px) {
  .wtbcv_store_data_display .col-lg-4,
  .wtbcv_store_data_display #store_data_container {
    position: relative;
    margin-top: 20px;
    padding: 15px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 100%;
    float: none;
    clear: both;
  }
}
.wtbcv_store_data_display .col-lg-4.wtb-mobile-detail-hidden,
.wtbcv_store_data_display #store_data_container.wtb-mobile-detail-hidden {
  display: none;
}
#vendor_record_container {
  background: #fafafa;
  border: 2px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  margin: 15px 20px 10px 20px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
  scrollbar-width: auto;
  scrollbar-color: #555 #e0e0e0;
}
@media (min-width: 970px) {
  #vendor_record_container {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    box-shadow: none;
  }
}
@media (min-width: 750px) and (max-width: 969px) {
  #vendor_record_container {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
  }
}
@media (max-width: 749px) {
  #vendor_record_container {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    margin: 15px 15px 10px 15px;
  }
}
#vendor_record_container::-webkit-scrollbar {
  width: 14px;
}
#vendor_record_container::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 8px;
  margin: 6px 0;
  border: 1px solid #ccc;
}
#vendor_record_container::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #555555 0%, #333333 100%);
  border-radius: 8px;
  border: 3px solid #e0e0e0;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#vendor_record_container::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #333333 0%, #111111 100%);
  border-width: 2px;
}
#vendor_record_container::-webkit-scrollbar-thumb:active {
  background: #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
#map {
  width: 100%;
  display: block;
  position: relative;
}
@media (max-width: 749px) {
  #map {
    height: calc(100vh - 34vh - 140px) !important;
    max-height: 450px !important;
    min-height: 300px !important;
    overflow: hidden !important;
  }
}
@media (min-width: 750px) and (max-width: 969px) {
  #map {
    height: 500px !important;
    overflow: hidden !important;
  }
}
@media (min-width: 970px) {
  #map {
    height: 800px !important;
    overflow: hidden !important;
  }
}
#map .gm-svpc {
  z-index: 1000 !important;
}
#map .gm-bundled-control {
  z-index: 1000 !important;
}
.wtb-store-count {
  padding: 15px 0;
  margin-top: 20px;
  border-top: 1px solid #ddd;
  font-size: 14px;
  color: #666;
}
.wtb-store-count .wtb-count-number {
  font-weight: 600;
  color: #333;
}
.wtb-store-count .wtb-count-text {
  font-weight: 400;
}
@media (min-width: 750px) and (max-width: 969px) {
  .wtb-store-count {
    margin-top: 15px;
  }
}
@media (max-width: 749px) {
  .wtb-store-count {
    position: relative;
    top: auto;
    margin: -18px -15px 8px -15px;
    padding: 10px 15px;
    background: white;
    border-top: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 16px 16px 0 0;
    font-size: 13px;
  }
  .wtb-store-count.hidden {
    display: none;
  }
}
#location-search {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #location-search {
    position: relative;
    z-index: 1000;
    padding: 0;
  }
  #location-search .wtb-input {
    width: 100%;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    text-align: center;
  }
}
@media (max-width: 991px) {
  .wtb_outer_store_box {
    margin-bottom: 8px;
  }
  .wtb_outer_store_box:last-child {
    margin-bottom: 0;
  }
  .wtb_outer_store_box .wtb_instore_box {
    padding: 10px 12px;
  }
  .wtb_outer_store_box .wtb_instore_name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1.3;
  }
  .wtb_outer_store_box .wtb_instore_telephone,
  .wtb_outer_store_box .wtb_instore_address {
    font-size: 13px;
    margin-bottom: 4px;
    line-height: 1.4;
  }
  .wtb_outer_store_box .wtb_instore_telephone i,
  .wtb_outer_store_box .wtb_instore_address i {
    font-size: 12px;
  }
  .wtb_outer_store_box .wtb_instore_address {
    margin-bottom: 0;
  }
}
@media (max-width: 749px) {
  .wtb_outer_store_box.wtb-mobile-detail-active {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 16px 16px 0 0;
    max-height: 35vh;
    min-height: 244px;
    margin: 0;
    padding: 18px;
  }
  .wtb_outer_store_box.wtb-mobile-detail-active .wtb_instore_box {
    padding: 15px 0;
  }
  .wtb_outer_store_box.wtb-mobile-detail-active .wtb_instore_box .wtb_instore_name {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.4;
  }
  .wtb_outer_store_box.wtb-mobile-detail-active .wtb_instore_box .wtb_instore_telephone,
  .wtb_outer_store_box.wtb-mobile-detail-active .wtb_instore_box .wtb_instore_address {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .wtb-mobile-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: black;
    color: white;
    border: none;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wtb-mobile-close:hover {
    background: #333;
  }
  .wtb-mobile-close:active {
    background: #000;
    transform: scale(0.95);
  }
  #map.wtb-map-extended {
    height: 100%;
    min-height: 400px;
  }
  #wtb_consumer_view .wtb-store-count.hidden,
  .wtbcv_store_data_display .wtb-store-count.hidden {
    display: none;
  }
  .col-md-4.wtb-mobile-detail-hidden {
    display: none;
  }
  #wtb_consumer_view .wtbcv_subheader_map[data-visible="false"] {
    display: none;
  }
  #wtb_consumer_view .wtbcv_subheader_map[data-visible="true"] {
    display: block;
  }
  #wtb_consumer_view .wtbcv_store_data_display[data-visible="false"] {
    display: none;
  }
  .wtb-spinner-container {
    display: none;
  }
  .wtb-spinner-container.active {
    display: block;
  }
  body .wrapper:has(#wtb_consumer_view),
  html body .wrapper:has(#wtb_consumer_view) {
    margin-top: 10px;
  }
}
@media (max-width: 749px) and (min-width: 970px) {
  #wtb_consumer_view .wtbcv_store_data_display[data-visible="true"] {
    display: flex;
  }
}
@media (max-width: 749px) and (max-width: 969px) {
  #wtb_consumer_view .wtbcv_store_data_display[data-visible="true"] {
    display: block;
  }
}
.wtb-pre-search-state {
  display: none;
}
@media (max-width: 991px) {
  .wtb-pre-search-state[data-visible="false"] {
    display: none;
  }
  .wtb-pre-search-state[data-visible="true"] {
    display: block;
    text-align: center;
    padding: 40px 20px;
  }
}
.wtb-pre-search-content {
  max-width: 400px;
  margin: 0 auto;
}
.wtb-pre-search-content .wtb-location-graphic {
  max-width: 200px;
  margin-bottom: 15px;
}
.wtb-pre-search-content .wtb-find-stockists-text {
  font-size: 18px;
  font-weight: 600;
  color: #666;
  margin: 0 0 30px 0;
  line-height: 1.4;
}
.wtb-pre-search-content .wtb-use-location-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.wtb-pre-search-content .wtb-use-location-btn .wtb-gps-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.wtb-pre-search-content .wtb-use-location-btn:hover {
  background: #333;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.wtb-pre-search-content .wtb-use-location-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.wtb-pre-search-content .wtb-use-location-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
@media (max-width: 767px) {
  #view-online,
  #view-instore {
    margin-top: 0;
  }
}
@media (max-width: 969px) {
  .wrapper #wtb_consumer_view .wtbcv_store_data_display > #store_data_container.col-xs-12.col-lg-4 {
    width: 100%;
    float: none;
    clear: both;
    display: block;
  }
  .wrapper #wtb_consumer_view .wtbcv_store_data_display > #map_container.col-xs-12.col-lg-8 {
    width: 100%;
    float: none;
    clear: both;
    display: block;
  }
}
