/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

label.wc-block-components-radio-control__option {
	font-size: 14px !important;
	font-weight: 600;
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label {
  font-weight: 400 !important;
}

.wc-block-components-radio-control__label {
  font-size: 16px;
}

.wc-block-components-formatted-money-amount {
	font-weight: normal;
	font-size: 16px;
}

#autocomplete-div {
	background:#FFFFFF;
	border: 1px solid #EDEDED;
	border-radius: 3px 3px 3px 3px;
	display: none;
	height: auto;
	max-height: 150px;
	margin: -5px 0 0 1px;
	overflow-y: auto;
	padding: 5px;
	position: absolute;
	width: 189px;
	z-index: 99;
	width: 100%;
}

#autocomplete-div ul {
    margin: 0 0 0px 0px !important;
}

#autocomplete-div ul li {
	padding:0 !important;
	margin:0 !important;
	text-indent:0 !important;
	list-style: none;
	cursor:pointer;
}

#autocomplete-div ul li:hover {
	background:#ededed;
	list-style: none;
}

.wc-block-components-address-form__city .loadinggif {
	background:url('<?php echo site_url(); ?>/wp-content/plugins/transdirect-shipping/loader.gif') no-repeat right center #ccc;
}