/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .woocommerce-shipping-totals th {
  vertical-align: top;
}

.select2-selection__arrow {
  width: 30px !important;
}

.select2-container {
  width: 300px !important;
}

#venipak_show_home_button {
  display: none;
  float: right;
  cursor: pointer;
}

.shopup_venipak_shipping_method {
	overflow: hidden;
}

img.wc-venipak-shipping-logo {
  margin-right: 5px;
}

.venipak_pickup_filter label {
  display: inline;
}

.venipak_pickup_filter div {
  float: right;
}

.venipak_pickup_filter div:first-child {
  padding-left: 5px;
}

.cluster img {
  top: 0;
  left: 0;
}


#venipak_pickup_point_wrapper {
  overflow: hidden;
}