.column_left {
    width: 100%;
}

.amlocator_input {
    width: 48%;
    float: left;
    display: inline-block;
	margin-right:15px;
}

/* TEKS-62 */
#checkout .opc-wrapper {
	margin: 20px 0 0;
}
#checkout .opc-progress-bar, #checkout #backToWebshop {
	display: inline-block;
    vertical-align: middle;
}
#checkout #backToWebshop {
	float: right;
    margin: 1.7rem 0 0 0;
    cursor: pointer;
    width:33%;
    text-align: center;
}
#checkout #backToCart {
	float: right;
    margin: 0;
    cursor: pointer;
    width: 100%;
    text-align: center;
    display: block;
    clear: both;
}
#opc-sidebar .opc-block-shipping-information {
	padding: 30px 30px 0;
    clear: both;
}
.payment-group .actions-toolbar #backToStepOne {
	line-height: 3.5;
    padding: 14px 40px;
    cursor: pointer;
}
/* TEKS-62 */
@media only screen and (min-width: 420px) and (max-width: 640px){
	.amlocator_input {
    	width: 70%;
	}
}

@media only screen and (min-width: 300px) and (max-width: 419px){
	.amlocator_input {
    	width: 100%;
	}
}
@media only screen and (min-width: 320px) and (max-width: 767px){
	#checkout #backToCart, #checkout #backToWebshop  {
		display:none;
	}
	#checkout .opc-progress-bar {
		display:none
	}
}
