.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;
}
#wtb_consumer_view div.wtbcv_header {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('https://media.surepetcare.com/website/public/images/where-to-buy/background_pattern_plain.png');
  height: 200px;
  border-radius: 8px;
}
#wtb_consumer_view div.wtbcv_header .wtbcv_header_content {
  margin-top: 20px;
}
#wtb_consumer_view div.wtbcv_header .wtbcv_header_content h1 {
  color: black;
}
#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;
}
#wtb_consumer_view div.wtbcv_header .wtbcv_header_content .wtbcv_header_content_sub_outer_pill .row {
  margin-left: 0;
  margin-right: 0;
}
#wtb_consumer_view div.wtbcv_header .wtbcv_header_content .wtbcv_header_content_sub_outer_pill [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
#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;
}
#wtb_consumer_view div.wtbcv_header .wtbcv_header_content .wtbcv_header_content_sub_outer_pill .wtb-pill.active {
  background-color: #d9f0ea;
  border: 0px;
}
#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;
}
#wtb_consumer_view .wtbcv_subheader {
  margin-bottom: 16px;
}
#wtb_consumer_view .wtbcv_subheader h2.wtbcv_subheader_tagline {
  color: black;
}
#wtb_consumer_view .wtbcv_subheader_map .wtb-search-form {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 20px;
}
#wtb_consumer_view .wtbcv_subheader_map .wtb-input {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 25vw;
  font-size: 0.6em;
  height: 3.1vw;
}
#wtb_consumer_view .wtbcv_subheader_map .wtb-btn {
  padding: 8px 12px;
  border: 1px solid #888;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
}
#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;
}
#wtb_consumer_view .wtbcv_subheader_map .wtb-search-btn:hover {
  background: #268999;
  border-color: #268999;
}
#wtb_consumer_view .wtbcv_subheader_map .wtbcv_subheader_tagline {
  margin: 0;
}
#wtb_consumer_view .wtbcv_subheader_map .sr-only {
  position: absolute;
  left: -9999px;
}
#wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box {
  border: 1px solid #b6b0b0;
  border-radius: 8px;
  margin-bottom: 20px;
  /*MAP VIEW*/
}
#wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_vendor_icon_outer_div img.wtb_vendor_icon {
  margin-top: 10px;
  border: 1px solid #b6b0b0;
  border-radius: 8px;
  height: 44px;
}
#wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_vendor_name h2 {
  color: black;
}
#wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_vendor_url {
  margin-top: 20px;
}
#wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_vendor_url h2.wtb_shop_now_cta {
  color: #2FA4B3;
  font-weight: 600;
  display: inline;
  margin-left: 52px;
  font-size: 22px;
}
#wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_instore_box {
  padding: 10px;
}
#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;
}
#wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_instore_box .wtb_instore_telephone {
  color: black;
  margin-bottom: 7px;
}
#wtb_consumer_view .wtbcv_store_data_display .wtb_outer_store_box .wtb_instore_box .wtb_instore_telephone .bi {
  margin-right: 3px;
}
#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;
}
#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: 6px;
  left: 10px;
}
/* diagonal shaft */
.ne-icon:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 15px;
  width: 14px;
  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;
  text-align: center;
}
.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;
}
.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: block;
  margin: 10px auto 0;
  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;
}
.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);
}
.wtbcv_store_data_display .col-xs-4 {
  max-height: 700px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}
.wtbcv_store_data_display .col-xs-4::-webkit-scrollbar {
  width: 8px;
}
.wtbcv_store_data_display .col-xs-4::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.wtbcv_store_data_display .col-xs-4::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.wtbcv_store_data_display .col-xs-4::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.gm-style-iw.gm-style-iw-c {
  padding: 8px !important;
  max-width: 250px !important;
}
.gm-style-iw-d {
  overflow: auto !important;
  max-height: 200px !important;
}
#map .gm-style-iw h3 {
  margin: 0 0 4px 0 !important;
  font-size: 14px !important;
}
#map .gm-style-iw p {
  margin: 3px 0 !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
}
#map .gm-style-iw i {
  font-size: 11px !important;
  margin-right: 4px !important;
}
