::selection{
	background: #fa4299;
	color: #fff;
}
.shipping_wrapper{
	overflow: hidden;
	background: #fff;
	padding: 30px;
	border-radius: 5px;
	box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
}

.shipping_wrapper .slide-controls{
	position: relative;
	display: flex;
	overflow: hidden;
	margin: 10px 0;
	justify-content: space-between;
	border: 1px solid lightgrey;
	border-radius: 0px;
}
.slide-controls .slide{
	height: 100%;
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 58px;
	cursor: pointer;
	z-index: 1;
}
.slide-controls label.international{
	color: #000;
}
.slide-controls .slider-tab{
	position: absolute;
	height: 100%;
	width: 50%;
	left: 0;
	z-index: 0;
	border-radius: 0px;
	background: -webkit-linear-gradient(left, #54C5E0, #51CFED);
}
input[type="radio"]{
	display: none;
}
#international:checked ~ .slider-tab{
	left: 50%;
}
#international:checked ~ label.international{
	color: #fff;
	cursor: default;
	user-select: none;
}
#international:checked ~ label.domestic{
	color: #000;
}
#domestic:checked ~ label.international{
	color: #000;
}
#domestic:checked ~ label.domestic{
	cursor: default;
	user-select: none;
}
.input-group-text{
	padding: 1rem;
}