.ts-control,
.ts-wrapper.single.input-active .ts-control {
	color: #fff;
	background: transparent;
	border: none;
}

.full .ts-control {
	background: transparent;
}

.ts-dropdown-content > [data-value="AU"] {
	display: none;
}

body.country-selector--active .ts-control {
	color: #222;
}

.ts-dropdown {
	width: max-content;
}
.ts-dropdown > .link {
	display: block;
	padding: 5px 8px;
	opacity: 1;
}

.ts-control > input {
	position: absolute;
}

.product {
	flex-wrap: wrap;
}

.product__attribute {
	margin-top: 10px;
}

.woocommerce-form-coupon-toggle {
	display: none;
}

.checkout_coupon.woocommerce-form-coupon {
	display: flex !important;
}

@media (min-width: 575.98px) {
	.product__attribute {
		column-count: 2;
		flex: 0 0 100%;
	}
}
