#vamirox-delivery-test.vdl-test {
    clear: both;
    box-sizing: border-box;
    width: 100%;
    margin: 14px 0 18px;
    padding: 14px;
    border: 1px solid #d9e1e7;
    border-radius: 8px;
    background: #fff;
}

#vamirox-delivery-test .vdl-test__title {
    margin: 0 0 10px;
    color: #222;
    font-size: 15px;
    font-weight: 700;
}

#vamirox-delivery-test .vdl-test__option {
    display: inline-flex;
    align-items: center;
    margin: 0 22px 7px 0;
    color: #222;
    font-size: 14px;
    cursor: pointer;
}

#vamirox-delivery-test .vdl-test__option input {
    width: auto;
    margin: 0 7px 0 0;
}

#vamirox-delivery-test .vdl-test__note {
	display: none !important;
}

body.woocommerce-checkout #billing_city_field,
body.woocommerce-checkout #billing_state_field,
body.woocommerce-checkout #billing_postcode_field {
    display: none !important;
}

#vamirox-delivery-test .vdl-city {
    display: none;
    margin: 10px 0 8px;
}

#vamirox-delivery-test .vdl-types {
	display: none;
	margin: 11px 0 10px;
}

#vamirox-delivery-test .vdl-types__label {
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 600;
}

#vamirox-delivery-test .vdl-types__label span {
	color: #d7193f;
}

#vamirox-delivery-test .vdl-types__buttons {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 6px;
}

#vamirox-delivery-test .vdl-types__buttons button {
	min-height: 40px;
	margin: 0;
	padding: 7px 5px;
	border: 1px solid #d9e1e7;
	border-radius: 5px;
	background: #f8f8f8;
	color: #333;
	font-size: 12px;
	cursor: pointer;
}

#vamirox-delivery-test .vdl-types__buttons button.is-active {
	border-color: #0875b9;
	background: #0875b9;
	color: #fff;
}

#vamirox-delivery-test .vdl-city > label {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}

#vamirox-delivery-test .vdl-city > label span {
    color: #d7193f;
}

#vamirox-delivery-test .vdl-city__control {
    position: relative;
}

#vamirox-delivery-test #vdl-city-search {
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 8px 38px 8px 10px;
    border: 1px solid #d9e1e7;
    border-radius: 5px;
    background: #fff;
}

#vamirox-delivery-test .vdl-city small {
    display: block;
    margin-top: 4px;
    color: #687680;
    font-size: 11px;
}

#vamirox-delivery-test .vdl-city__results {
    position: absolute;
    z-index: 9999;
    top: calc(100% + 3px);
    right: 0;
    left: 0;
    display: none;
    max-height: 240px;
    overflow-y: auto;
    border: 1px solid #d9e1e7;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .14);
}

#vamirox-delivery-test .vdl-city__results.is-open {
    display: block;
}

#vamirox-delivery-test .vdl-city__option {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 9px 10px;
    border: 0;
    border-bottom: 1px solid #edf1f4;
    border-radius: 0;
    background: #fff;
    color: #222;
    font: inherit;
    font-size: 13px;
    text-align: left;
    cursor: pointer;
}

#vamirox-delivery-test .vdl-city__option:hover {
    background: #eef7fd;
}

#vamirox-delivery-test .vdl-city__empty {
    padding: 10px;
    color: #687680;
    font-size: 12px;
}

#vamirox-delivery-test .vdl-city__spinner {
    position: absolute;
    top: 13px;
    right: 12px;
    display: none;
    width: 14px;
    height: 14px;
    border: 2px solid #d9e1e7;
    border-top-color: #0875b9;
    border-radius: 50%;
    animation: vdl-spin .7s linear infinite;
}

#vamirox-delivery-test .vdl-city.is-loading .vdl-city__spinner {
    display: block;
}

@keyframes vdl-spin {
    to { transform: rotate(360deg); }
}

#vamirox-delivery-test .vdl-destination {
	margin-top: 10px;
}

#vamirox-delivery-test .vdl-destination > label {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 600;
}

#vamirox-delivery-test .vdl-destination select {
	box-sizing: border-box;
	width: 100%;
	height: 42px;
	margin: 0;
	padding: 7px 9px;
	border: 1px solid #d9e1e7;
	border-radius: 5px;
	background: #fff;
}

#vamirox-delivery-test .vdl-destination__loading,
#vamirox-delivery-test .vdl-destination__note {
	padding: 9px 10px;
	border-radius: 5px;
	background: #f5f7f8;
	color: #687680;
	font-size: 12px;
}

#order_review .woo-bg-additional-fields {
	display: none !important;
}

body.vdl-cart-clean .cart_totals ul#shipping_method {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
}

.vdl-cart-carriers {
	display: grid;
	gap: 8px;
}

.vdl-cart-carriers label {
	display: grid;
	grid-template-columns: 18px 1fr;
	gap: 2px 6px;
	align-items: start;
	margin: 0;
	cursor: pointer;
	font-size: 13px;
}

.vdl-cart-carriers input {
	grid-row: 1 / span 2;
	margin: 2px 0 0;
}

.vdl-cart-name { font-weight: 600; }
.vdl-cart-price { color: #687680; font-size: 11px; }

#vamirox-delivery-test .vdl-address > label,
#vamirox-delivery-test .vdl-address p label {
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: 600;
}

#vamirox-delivery-test .vdl-address__search {
	position: relative;
	margin-bottom: 8px;
}

#vamirox-delivery-test .vdl-address input {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 7px 9px;
	border: 1px solid #d9e1e7;
	border-radius: 5px;
	background: #fff;
}

#vamirox-delivery-test .vdl-address__results {
	position: absolute;
	z-index: 9999;
	top: calc(100% + 3px);
	right: 0;
	left: 0;
	display: none;
	max-height: 230px;
	overflow-y: auto;
	border: 1px solid #d9e1e7;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .14);
}

#vamirox-delivery-test .vdl-address__results.is-open { display: block; }

#vamirox-delivery-test .vdl-address__option {
	display: block;
	width: 100%;
	margin: 0;
	padding: 9px 10px;
	border: 0;
	border-bottom: 1px solid #edf1f4;
	border-radius: 0;
	background: #fff;
	color: #222;
	font: inherit;
	font-size: 12px;
	text-align: left;
	cursor: pointer;
}

#vamirox-delivery-test .vdl-address__option:hover { background: #eef7fd; }

#vamirox-delivery-test .vdl-address__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 6px;
}

#vamirox-delivery-test .vdl-address__grid p,
#vamirox-delivery-test .vdl-address__other { margin: 0 0 7px; }

@media (max-width: 600px) {
	#vamirox-delivery-test .vdl-address__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 480px) {
    #vamirox-delivery-test .vdl-test__option {
        display: flex;
        margin-right: 0;
    }
}
