/**
 * 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: 100% !important;
}
*/

#show-venipak-map {
  display: none;
  cursor: pointer;
}

.shopup_venipak_shipping_method {
	overflow: hidden;
  display: flex;
  text-align: left;
  align-items: center;
}

.shopup_venipak_shipping_method_icon {
  flex-shrink: 0;
  line-height: 100%;
}

.shopup_venipak_shipping_method_title_description {
  font-size: 11px;
  color: #666;
}

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;
}