body {
	/*    overflow: hidden;*/
}
/*main modal styling*/
@media screen and (max-width: 500px) {
	.prcs_pmt_modal {
		height: 100vh;
		min-height: 700px;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.85);
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		z-index: 1000;
	}
	.prcs_pmt_modal>.innr {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 100%;
		max-width: 500px;
		min-width: 350px;
		height: 100%;
		max-height: 600px;
		min-height: 500px;
		background-color: #030039;
		text-align: center;
		padding: 30px;
		box-sizing: border-box;
	}
	.prcs_pmt_modal .close {
		height: 30px;
		width: 30px;
		line-height: 30px;
		font-size: 20px;
		font-weight: bold;
		background-color: #dde2ff;
		color: #030039;
		position: absolute;
		top: 5px;
		right: 5px;
		margin: auto;
		cursor: pointer;
	}
	.prcs_pmt_modal .logo {
		width: 50%;
		margin: 0 auto;
	}
	.prcs_pmt_modal .logo img {
		width: 100%;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	.prcs_pmt_modal {
		height: 100vh;
		min-height: 700px;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.85);
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		z-index: 1000;
	}
	.prcs_pmt_modal>.innr {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 100%;
		max-width: 500px;
		min-width: 350px;
		height: 100%;
		max-height: 600px;
		min-height: 500px;
		background-color: #030039;
		text-align: center;
		padding: 30px;
		box-sizing: border-box;
	}
	.prcs_pmt_modal .close {
		height: 30px;
		width: 30px;
		line-height: 30px;
		font-size: 20px;
		font-weight: bold;
		background-color: #dde2ff;
		color: #030039;
		position: absolute;
		top: 5px;
		right: 5px;
		margin: auto;
		cursor: pointer;
	}
	.prcs_pmt_modal .logo {
		width: 50%;
		margin: 0 auto;
	}
	.prcs_pmt_modal .logo img {
		width: 100%;
	}
}
@media screen and (min-width: 801px) {
	.prcs_pmt_modal {
		height: 100vh;
		min-height: 700px;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.85);
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		z-index: 1000;
	}
	.prcs_pmt_modal>.innr {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 100%;
		max-width: 500px;
		min-width: 350px;
		height: 100%;
		max-height: 600px;
		min-height: 500px;
		background-color: #030039;
		text-align: center;
		padding: 30px;
		box-sizing: border-box;
	}
	.prcs_pmt_modal .close {
		height: 30px;
		width: 30px;
		line-height: 30px;
		font-size: 20px;
		font-weight: bold;
		background-color: #dde2ff;
		color: #030039;
		position: absolute;
		top: 5px;
		right: 5px;
		margin: auto;
		cursor: pointer;
	}
	.prcs_pmt_modal .logo {
		width: 50%;
		margin: 0 auto;
	}
	.prcs_pmt_modal .logo img {
		width: 100%;
	}
}
/*sub_modal_styling*/
@media screen and (max-width: 500px) {
	.local_bank_modal {
		display: none;
	}
	.local_bank_modal h1 {
		color: white;
	}
	.local_bank_modal p {
		color: white;
	}
	.local_bank_modal p span {
		color: #ffd200;
		font-weight: bold;
	}
	.upsl_cod_modal {
		display: none;
	}
	.upsl_cod_modal h1 {
		color: white;
	}
	.upsl_cod_modal p {
		color: white;
	}
	.wipay_voucher_modal {
		display: none;
		color: white;
	}
	.wipay_voucher_modal label {
		width: 100%;
		display: block;
		text-align: left;
		margin: 5px 0;
	}
	.wipay_voucher_modal input {
		width: 100%;
		display: block;
		text-align: left;
		box-sizing: border-box;
		padding: 8px;
		border-radius: 2px;
		border-width: 0;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
		outline: none;
	}
	.wipay_voucher_modal button {
		width: 100%;
		display: block;
		margin-top: 20px;
		box-sizing: border-box;
		padding: 8px 0;
		border-radius: 2px;
		border-width: 0;
		font-weight: bold;
		font-size: 14px;
		cursor: pointer;
	}
	.wipay_ccard_modal {
		color: white;
		display: none;
	}
	.wipay_ccard_modal button {
		width: 100%;
		display: block;
		margin-top: 20px;
		box-sizing: border-box;
		padding: 8px 0;
		border-radius: 2px;
		border-width: 0;
		font-weight: bold;
		font-size: 14px;
		cursor: pointer;
	}
	.wipay_cc_status_modal {
		color: white;
		/*    display: none;*/
	}
	.wipay_cc_status_modal span {
		font-weight: bold;
	}
	.wipay_cc_status_modal button {
		width: 100%;
		display: block;
		margin-top: 20px;
		box-sizing: border-box;
		padding: 8px 0;
		border-radius: 2px;
		border-width: 0;
		font-weight: bold;
		font-size: 14px;
		cursor: pointer;
		outline: none;
		background-color: #ffd200;
	}
	.paypal_pmt_modal {
		color: white;
		display: none;
	}
	.paywise_pmt_modal {
		color: white;
		display: none;
	}
	.paywise_pmt_modal a {
		color: #ffd200;
		text-decoration: none;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	.local_bank_modal {
		display: none;
	}
	.local_bank_modal h1 {
		color: white;
	}
	.local_bank_modal p {
		color: white;
	}
	.local_bank_modal p span {
		color: #ffd200;
		font-weight: bold;
	}
	.upsl_cod_modal {
		display: none;
	}
	.upsl_cod_modal h1 {
		color: white;
	}
	.upsl_cod_modal p {
		color: white;
	}
	.wipay_voucher_modal {
		display: none;
		color: white;
	}
	.wipay_voucher_modal label {
		width: 100%;
		display: block;
		text-align: left;
		margin: 5px 0;
	}
	.wipay_voucher_modal input {
		width: 100%;
		display: block;
		text-align: left;
		box-sizing: border-box;
		padding: 8px;
		border-radius: 2px;
		border-width: 0;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
		outline: none;
	}
	.wipay_voucher_modal button {
		width: 100%;
		display: block;
		margin-top: 20px;
		box-sizing: border-box;
		padding: 8px 0;
		border-radius: 2px;
		border-width: 0;
		font-weight: bold;
		font-size: 14px;
		cursor: pointer;
	}
	.wipay_ccard_modal {
		color: white;
		display: none;
	}
	.wipay_ccard_modal button {
		width: 100%;
		display: block;
		margin-top: 20px;
		box-sizing: border-box;
		padding: 8px 0;
		border-radius: 2px;
		border-width: 0;
		font-weight: bold;
		font-size: 14px;
		cursor: pointer;
	}
	.wipay_cc_status_modal {
		color: white;
		/*    display: none;*/
	}
	.wipay_cc_status_modal span {
		font-weight: bold;
	}
	.wipay_cc_status_modal button {
		width: 100%;
		display: block;
		margin-top: 20px;
		box-sizing: border-box;
		padding: 8px 0;
		border-radius: 2px;
		border-width: 0;
		font-weight: bold;
		font-size: 14px;
		cursor: pointer;
		outline: none;
		background-color: #ffd200;
	}
	.paypal_pmt_modal {
		color: white;
		display: none;
	}
	.paywise_pmt_modal {
		color: white;
		display: none;
	}
	.paywise_pmt_modal a {
		color: #ffd200;
		text-decoration: none;
	}
}
@media screen and (min-width: 801px) {
	.local_bank_modal {
		display: none;
	}
	.local_bank_modal h1 {
		color: white;
	}
	.local_bank_modal p {
		color: white;
	}
	.upsl_cod_modal {
		display: none;
	}
	.upsl_cod_modal h1 {
		color: white;
	}
	.upsl_cod_modal p {
		color: white;
	}
	.local_bank_modal p span {
		color: #ffd200;
		font-weight: bold;
	}
	.wipay_voucher_modal {
		display: none;
		color: white;
	}
	.wipay_voucher_modal label {
		width: 100%;
		display: block;
		text-align: left;
		margin: 5px 0;
	}
	.wipay_voucher_modal input {
		width: 100%;
		display: block;
		text-align: left;
		box-sizing: border-box;
		padding: 8px;
		border-radius: 2px;
		border-width: 0;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
		outline: none;
	}
	.wipay_voucher_modal button {
		width: 100%;
		display: block;
		margin-top: 20px;
		box-sizing: border-box;
		padding: 8px 0;
		border-radius: 2px;
		border-width: 0;
		font-weight: bold;
		font-size: 14px;
		cursor: pointer;
	}
	.wipay_ccard_modal {
		color: white;
		display: none;
	}
	.wipay_ccard_modal button {
		width: 100%;
		display: block;
		margin-top: 20px;
		box-sizing: border-box;
		padding: 8px 0;
		border-radius: 2px;
		border-width: 0;
		font-weight: bold;
		font-size: 14px;
		cursor: pointer;
	}
	.wipay_cc_status_modal {
		color: white;
		/*    display: none;*/
	}
	.wipay_cc_status_modal span {
		font-weight: bold;
	}
	.wipay_cc_status_modal button {
		width: 100%;
		display: block;
		margin-top: 20px;
		box-sizing: border-box;
		padding: 8px 0;
		border-radius: 2px;
		border-width: 0;
		font-weight: bold;
		font-size: 14px;
		cursor: pointer;
		outline: none;
		background-color: #ffd200;
	}
	.paypal_pmt_modal {
		color: white;
		display: none;
	}
	.paywise_pmt_modal {
		color: white;
		display: none;
	}
	.paywise_pmt_modal a {
		color: #ffd200;
		text-decoration: none;
	}
}
/*general section styling*/
@media screen and (max-width: 500px) {
	section.checkout {
		width: 100%;
		overflow: auto;
		padding: 20px 0;
		box-sizing: border-box;
	}
	section.checkout .locations {
		height: auto;
		width: 100%;
		overflow: auto;
	}
	section.checkout .locations .desk_notice {
		display: none;
	}
	section.checkout .locations .mobi_notice {
		width: 95%;
		height: auto;
		margin: 0 auto;
		display: block;
		display: none;
	}
	section.checkout .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 1000px;
	}
	section.checkout .saved_lctns {
		background-color: #1d1889;
		width: 95%;
		margin: 0 auto;
	}
	section.checkout span.pointer {
		margin-right: 10px;
		height: 17px;
		width: 17px;
		font-size: 17px;
		line-height: 21px;
		text-align: center;
		display: block;
		float: left;
	}
	section.checkout .saved_lctns h1 {
		width: 100%;
		margin: 0;
		padding: 5px 2%;
		box-sizing: border-box;
		font-size: 14px;
		border: 1px solid #050068;
		background-color: #d8d8d8;
		color: #000000;
		cursor: pointer;
	}
	section.checkout .saved_lctns .list_lctns {
		/*        height: 0px;*/
		width: 100%;
		overflow: hidden;
		-webkit-transition: all linear 300ms;
		-moz-transition: all linear 300ms;
		-o-transition: all linear 300ms;
		transition: all linear 300ms;
	}
	section.checkout .saved_lctns .list_lctns>.innr {
		width: 100%;
		overflow: auto;
		box-sizing: border-box;
	}
	section.checkout .saved_lctns .item {
		width: 100%;
		overflow: auto;
	}
	section.checkout .saved_lctns .item:nth-child(odd) {
		background-color: rgba(255, 255, 255, 0.1);
	}
	section.checkout .saved_lctns .item>.innr {
		padding: 8px 2%;
		width: 100%;
		box-sizing: border-box;
		overflow: auto;
		position: relative;
	}
	section.checkout .saved_lctns .item p {
		margin: 0;
		color: white;
		width: 100%;
		font-size: 11px;
	}
	section.checkout .saved_lctns .item p span.name {
		font-weight: bold;
		font-size: 13px;
	}
	section.checkout .saved_lctns .item .state {
		position: absolute;
		font-weight: bold;
		right: 5px;
		bottom: 5px;
		width: 80px;
		text-align: center;
		background-color: #ffffff;
		font-size: 9px;
		padding: 1px;
		box-sizing: border-box;
		cursor: pointer;
	}
	section.checkout .saved_lctns .item .DEFAULT {
		background-color: #ffd200;
	}
	section.checkout .saved_lctns .item #delete_ship_location {
		height: 16px;
		width: 18px;
		background-image: url(images/delete_icon.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		position: absolute;
		right: 90px;
		bottom: 5px;
		margin: auto;
		cursor: pointer;
	}
	section.checkout .new_address {
		width: 100%;
		height: 100%;
		overflow: auto;
	}
	section.checkout .new_address h1 {
		width: 100%;
		margin: 0;
		padding: 5px 2%;
		box-sizing: border-box;
		font-size: 14px;
		border: 1px solid #050068;
		background-color: #d8d8d8;
		color: #000000;
		cursor: pointer;
	}
	section.checkout .data_form_box {
		width: 95%;
		height: 100%;
		overflow: auto;
		margin: 0 auto 20px auto;
	}
	section.checkout .data_form_box h1 {
		width: 100%;
		margin: 0;
		padding: 8px 10px;
		box-sizing: border-box;
		font-size: 16px;
		border: 1px solid #050068;
		background-color: #d8d8d8;
		color: #000000;
		cursor: pointer;
	}
	section.checkout .data_form_box .title {
		font-weight: bold;
		text-align: center;
		margin: 9px 0 0 0;
		width: 100%;
		height: auto;
		display: inline-block;
	}
	section.checkout .saved_lctns form {
		height: 0px;
	}
	section.checkout .new_address form {
		height: 0px;
	}
	section.checkout form {
		width: 100%;
		overflow: hidden;
		background-color: #f2f2f2;
		-webkit-transition: all linear 300ms;
		-moz-transition: all linear 300ms;
		-o-transition: all linear 300ms;
		transition: all linear 300ms;
	}
	section.checkout form>.innr {
		width: 100%;
		overflow: auto;
		box-sizing: border-box;
		padding: 10px 20px 20px 20px;
		border: solid #050068;
		border-width: 0px 1px 1px 1px;
	}
	section.checkout form>.innr>div.full {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		clear: both;
	}
	section.checkout form>.innr>div.half {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		overflow: auto;
	}
	section.checkout form label {
		width: 100%;
		font-size: 13px;
		display: block;
		padding: 2px 0;
		box-sizing: border-box;
	}
	section.checkout form input {
		width: 100%;
		padding: 2px 5px;
		box-sizing: border-box;
		font-family: inherit;
		border-width: 1px;
		font-size: 13px;
	}
	section.checkout form select {
		width: 100%;
		padding: 2px 5px;
		box-sizing: border-box;
		font-family: inherit;
		border-width: 1px;
		font-size: 13px;
	}
	section.checkout form .addr_type {}
	section.checkout form .addr_type p {
		box-sizing: border-box;
		width: 100%;
		font-size: 13px;
		margin: 0;
		padding: 5px 0;
		box-sizing: border-box;
	}
	section.checkout form .addr_type div {
		padding: 0 2px;
		box-sizing: border-box;
		width: 50%;
		float: left;
	}
	section.checkout form .addr_type label {
		background-color: white;
		border: 1px solid grey;
		box-sizing: border-box;
		width: 100%;
		text-align: center;
		cursor: pointer;
		padding: 3px 0;
	}
	section.checkout form .addr_type input[type="radio"]:checked+label {
		background-color: grey;
		color: white;
	}
	section.checkout form .addr_type input {
		display: none;
	}
	section.checkout form .form_submit_btn {
		clear: both;
		margin: 20px auto 0 auto;
		width: 100%%;
		display: inline-block;
		padding: 10px 0px;
		color: white;
		background-color: #050068;
		border-width: 0px;
		cursor: pointer;
	}
}
@media screen and (min-width: 501px) and (max-width: 950px) {
	section.checkout {
		width: 100%;
		max-width: 600px;
		overflow: auto;
		padding: 30px 0;
		box-sizing: border-box;
		margin: 0 auto;
	}
	section.checkout .locations {
		height: auto;
		width: 95%;
		margin: 0 auto;
		max-width: 600px;
		overflow: auto;
	}
	section.checkout .locations .mobi_notice {
		display: none;
	}
	section.checkout .locations .desk_notice {
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: block;
		display: none;
	}
	section.checkout .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 1000px;
	}
	section.checkout .saved_lctns {
		background-color: #1d1889;
		width: 100%;
	}
	section.checkout span.pointer {
		margin-right: 10px;
		height: 17px;
		width: 17px;
		font-size: 17px;
		line-height: 21px;
		text-align: center;
		display: block;
		float: left;
	}
	section.checkout .saved_lctns h1 {
		width: 100%;
		margin: 0;
		padding: 5px 2%;
		box-sizing: border-box;
		font-size: 14px;
		border: 1px solid #050068;
		background-color: #d8d8d8;
		color: #000000;
		cursor: pointer;
	}
	section.checkout .saved_lctns .list_lctns {
		/*        height: 0px;*/
		width: 100%;
		overflow: hidden;
		-webkit-transition: all linear 300ms;
		-moz-transition: all linear 300ms;
		-o-transition: all linear 300ms;
		transition: all linear 300ms;
	}
	section.checkout .saved_lctns .list_lctns>.innr {
		width: 100%;
		overflow: auto;
		box-sizing: border-box;
	}
	section.checkout .saved_lctns .item {
		width: 100%;
		overflow: auto;
	}
	section.checkout .saved_lctns .item:nth-child(odd) {
		background-color: rgba(255, 255, 255, 0.1);
	}
	section.checkout .saved_lctns .item>.innr {
		padding: 8px 2%;
		width: 100%;
		box-sizing: border-box;
		overflow: auto;
		position: relative;
	}
	section.checkout .saved_lctns .item p {
		margin: 0;
		color: white;
		width: 100%;
		font-size: 11px;
	}
	section.checkout .saved_lctns .item p span.name {
		font-weight: bold;
		font-size: 13px;
	}
	section.checkout .saved_lctns .item .state {
		position: absolute;
		font-weight: bold;
		right: 5px;
		bottom: 5px;
		width: 80px;
		text-align: center;
		background-color: #ffffff;
		font-size: 9px;
		padding: 1px;
		box-sizing: border-box;
		cursor: pointer;
	}
	section.checkout .saved_lctns .item .DEFAULT {
		background-color: #ffd200;
	}
	section.checkout .saved_lctns .item #delete_ship_location {
		height: 16px;
		width: 18px;
		background-image: url(images/delete_icon.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		position: absolute;
		right: 90px;
		bottom: 5px;
		margin: auto;
		cursor: pointer;
	}
	section.checkout .new_address {
		width: 100%;
		height: 100%;
		overflow: auto;
	}
	section.checkout .new_address h1 {
		width: 100%;
		margin: 0;
		padding: 5px 2%;
		box-sizing: border-box;
		font-size: 14px;
		border: 1px solid #050068;
		background-color: #d8d8d8;
		color: #000000;
		cursor: pointer;
	}
	section.checkout .data_form_box {
		width: 100%;
		height: 100%;
		overflow: auto;
		margin: 0 auto 20px auto;
	}
	section.checkout .data_form_box h1 {
		width: 100%;
		margin: 0;
		padding: 8px 10px;
		box-sizing: border-box;
		font-size: 16px;
		border: 1px solid #050068;
		background-color: #d8d8d8;
		color: #000000;
		cursor: pointer;
	}
	section.checkout .data_form_box .title {
		font-weight: bold;
		text-align: center;
		margin: 9px 0 0 0;
		width: 100%;
		height: auto;
		display: inline-block;
	}
	section.checkout .saved_lctns form {
		height: 0px;
	}
	section.checkout .new_address form {
		height: 0px;
	}
	section.checkout form {
		width: 100%;
		overflow: hidden;
		background-color: #f2f2f2;
		-webkit-transition: all linear 300ms;
		-moz-transition: all linear 300ms;
		-o-transition: all linear 300ms;
		transition: all linear 300ms;
	}
	section.checkout form>.innr {
		width: 100%;
		overflow: auto;
		box-sizing: border-box;
		padding: 10px 20px 20px 20px;
		border: solid #050068;
		border-width: 0px 1px 1px 1px;
	}
	section.checkout form>.innr>div.full {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		clear: both;
	}
	section.checkout form>.innr>div.half {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		overflow: auto;
	}
	section.checkout form label {
		width: 100%;
		font-size: 13px;
		display: block;
		padding: 2px 0;
		box-sizing: border-box;
	}
	section.checkout form input {
		width: 100%;
		padding: 2px 5px;
		box-sizing: border-box;
		font-family: inherit;
		border-width: 1px;
		font-size: 13px;
	}
	section.checkout form select {
		width: 100%;
		padding: 2px 5px;
		box-sizing: border-box;
		font-family: inherit;
		border-width: 1px;
		font-size: 13px;
	}
	section.checkout form .addr_type {}
	section.checkout form .addr_type p {
		box-sizing: border-box;
		width: 100%;
		font-size: 13px;
		margin: 0;
		padding: 5px 0;
		box-sizing: border-box;
	}
	section.checkout form .addr_type div {
		padding: 0 2px;
		box-sizing: border-box;
		width: 50%;
		float: left;
	}
	section.checkout form .addr_type label {
		background-color: white;
		border: 1px solid grey;
		box-sizing: border-box;
		width: 100%;
		text-align: center;
		cursor: pointer;
		padding: 3px 0;
	}
	section.checkout form .addr_type input[type="radio"]:checked+label {
		background-color: grey;
		color: white;
	}
	section.checkout form .addr_type input {
		display: none;
	}
	section.checkout form .form_submit_btn {
		clear: both;
		margin: 20px auto 0 auto;
		width: 100%%;
		display: inline-block;
		padding: 10px 0px;
		color: white;
		background-color: #050068;
		border-width: 0px;
		cursor: pointer;
	}
}
@media screen and (min-width: 951px) {
	section.checkout {
		width: 100%;
		overflow: auto;
		padding: 50px 0;
		box-sizing: border-box;
	}
	section.checkout .locations {
		float: left;
		width: 68%;
		margin-right: 2%;
	}
	section.checkout .locations .mobi_notice {
		display: none;
	}
	section.checkout .locations .desk_notice {
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: block;
		display: none;
	}
	section.checkout .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 1000px;
	}
	section.checkout .saved_lctns {
		background-color: #1d1889;
		width: 100%;
	}
	section.checkout span.pointer {
		margin-right: 10px;
		height: 17px;
		width: 17px;
		font-size: 17px;
		line-height: 25px;
		text-align: center;
		display: block;
		float: left;
	}
	section.checkout .saved_lctns h1 {
		width: 100%;
		margin: 0;
		padding: 8px 30px;
		box-sizing: border-box;
		font-size: 18px;
		border: 1px solid #050068;
		background-color: #d8d8d8;
		color: #000000;
		cursor: pointer;
	}
	section.checkout .saved_lctns .list_lctns {
		/*        height: 0px;*/
		width: 100%;
		overflow: hidden;
		-webkit-transition: all linear 300ms;
		-moz-transition: all linear 300ms;
		-o-transition: all linear 300ms;
		transition: all linear 300ms;
	}
	section.checkout .saved_lctns .list_lctns>.innr {
		width: 100%;
		overflow: auto;
		box-sizing: border-box;
	}
	section.checkout .saved_lctns .item {
		width: 100%;
		overflow: auto;
	}
	section.checkout .saved_lctns .item:nth-child(odd) {
		background-color: rgba(255, 255, 255, 0.1);
	}
	section.checkout .saved_lctns .item>.innr {
		padding: 8px 30px;
		width: 100%;
		box-sizing: border-box;
		overflow: auto;
		position: relative;
	}
	section.checkout .saved_lctns .item p {
		margin: 0;
		color: white;
		font-size: 12px;
	}
	section.checkout .saved_lctns .item p span.name {
		font-weight: bold;
		font-size: 15px;
	}
	section.checkout .saved_lctns .item .state {
		position: absolute;
		font-weight: bold;
		right: 5px;
		bottom: 5px;
		width: 80px;
		text-align: center;
		background-color: #ffffff;
		font-size: 10px;
		padding: 1px;
		box-sizing: border-box;
		cursor: pointer;
	}
	section.checkout .saved_lctns .item .DEFAULT {
		background-color: #ffd200;
	}
	section.checkout .saved_lctns .item #delete_ship_location {
		height: 18px;
		width: 18px;
		background-image: url(images/delete_icon.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		position: absolute;
		right: 90px;
		bottom: 5px;
		margin: auto;
		cursor: pointer;
	}
	section.checkout .data_form_box {
		width: 100%;
		height: 100%;
		overflow: auto;
		margin-bottom: 0px;
	}
	section.checkout .data_form_box h1 {
		width: 100%;
		margin: 0;
		padding: 8px 30px;
		box-sizing: border-box;
		font-size: 18px;
		border: 1px solid #050068;
		background-color: #d8d8d8;
		color: #000000;
		cursor: pointer;
	}
	section.checkout .data_form_box .title {
		font-weight: bold;
		text-align: center;
		margin: 13px 0 0 0;
		width: 100%;
		height: auto;
		display: inline-block;
	}
	section.checkout .saved_lctns form {
		height: 0px;
	}
	section.checkout .new_address form {
		height: 0px;
	}
	section.checkout form {
		width: 100%;
		overflow: hidden;
		background-color: #f2f2f2;
		-webkit-transition: all linear 300ms;
		-moz-transition: all linear 300ms;
		-o-transition: all linear 300ms;
		transition: all linear 300ms;
	}
	section.checkout form>.innr {
		width: 100%;
		overflow: auto;
		box-sizing: border-box;
		padding: 20px;
		border: solid #050068;
		border-width: 0px 1px 1px 1px;
	}
	section.checkout form>.innr>div.full {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		clear: both;
	}
	section.checkout form>.innr>div.half {
		width: 50%;
		float: left;
		padding: 0 10px;
		box-sizing: border-box;
	}
	section.checkout form label {
		width: 100%;
		font-size: 13px;
		display: block;
		padding: 5px 0;
		box-sizing: border-box;
	}
	section.checkout form input {
		width: 100%;
		padding: 2px 5px;
		box-sizing: border-box;
		font-family: inherit;
		border-width: 1px;
		font-size: 13px;
	}
	section.checkout form select {
		width: 100%;
		padding: 2px 5px;
		box-sizing: border-box;
		font-family: inherit;
		border-width: 1px;
		font-size: 13px;
	}
	section.checkout form .addr_type {}
	section.checkout form .addr_type p {
		box-sizing: border-box;
		width: 100%;
		font-size: 13px;
		margin: 0;
		padding: 5px 0;
		box-sizing: border-box;
	}
	section.checkout form .addr_type div {
		padding: 0 2px;
		box-sizing: border-box;
		width: 50%;
		float: left;
	}
	section.checkout form .addr_type label {
		background-color: white;
		border: 1px solid grey;
		box-sizing: border-box;
		width: 100%;
		text-align: center;
		cursor: pointer;
		padding: 3px 0;
	}
	section.checkout form .addr_type input[type="radio"]:checked+label {
		background-color: grey;
		color: white;
	}
	section.checkout form .addr_type input {
		display: none;
	}
	section.checkout form .form_submit_btn {
		clear: both;
		margin: 20px auto 0 auto;
		width: 100%%;
		display: inline-block;
		padding: 10px 0px;
		color: white;
		background-color: #050068;
		border-width: 0px;
		cursor: pointer;
	}
}
/*totals section*/
@media screen and (max-width: 500px) {
	section.checkout .totals {
		padding: 15px;
		font-size: 14px;
		box-sizing: border-box;
		color: white;
		width: 95%;
		background-color: #02001d;
		position: relative;
		margin: 0 auto;
	}
	section.checkout .totals .money_display {}
	section.checkout .totals .money_display sup {
		float: right;
		display: none;
	}
	section.checkout .totals .money_display span {
		float: right;
		color: #8db9ff;
	}
	section.checkout .totals .total_cost{
		margin-top: 10px;
		padding-top: 5px;
		border: solid #006bff61;
		border-width: 1px 0 0 0;
	}
	section.checkout .totals .pmt_select {
		width: 100%;
		overflow: auto;
	}
	section.checkout .totals .pmt_select>p {
		text-align: center;
	}
	section.checkout .totals .pmt_select>div {
		width: 100%;
		padding: 4px;
		box-sizing: border-box;
		overflow: auto;
	}
	section.checkout .totals .pmt_select>div>label {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		background-color: #000b90;
		color: white;
		text-align: center;
		display: block;
		cursor: pointer;
	}
	section.checkout .totals .pmt_select>div>label:hover {
		background-color: #2929ce;
	}
	section.checkout .totals .pmt_select>div>input {
		display: none;
	}
	section.checkout .totals .pmt_select>div>input[type="radio"]:checked+label {
		background-color: #2929ce;
		font-weight: bold;
	}
	section.checkout .totals .pmt_select>div .options {
		height: 0px;
		overflow: hidden;
		width: 100%;
		background-color: #000000;
		-webkit-transition: all linear 300ms;
		-moz-transition: all linear 300ms;
		-o-transition: all linear 300ms;
		transition: all linear 300ms;
		box-sizing: border-box;
		padding: 0 20px;
	}
	section.checkout .totals .pmt_select>div .options .innr {
		/* height: 100%; */
		width: 100%;
		padding: 15px 0 5px 0;
		box-sizing: border-box;
		position: relative;
		overflow: auto;
	}
	section.checkout .totals .pmt_select>div .options label {
		background-color: #001362;
		border: solid #0808a5 1px;
		color: #90ddff;
		padding: 5px;
		box-sizing: border-box;
		width: 100%;
		margin: 0 auto 5px auto;
		display: block;
		text-align: center;
		border-radius: 5px;
		font-size: 13px;
		cursor: pointer;
	}
	section.checkout .totals .pmt_select>div .options input {
		display: none;
	}
	section.checkout .totals .pmt_select>div .options input[type="radio"]:checked+label,
	section.checkout .totals .pmt_select>div .options input[type="checkbox"]:checked+label {
		background-color: #0072c6;
		color: #001362;
		font-weight: bold;
	}
	section.checkout .totals #checkout_of_store {
		height: 35px;
		line-height: 35px;
		display: block;
		text-align: center;
		border: 1px solid #1f0053;
		box-sizing: border-box;
		background-color: #ffd200;
		border-width: 0;
		color: #1f0053;
		font-weight: bold;
		font-size: 13px;
		margin-top: 50px;
		cursor: pointer;
	}
	section.checkout .totals #checkout_of_store:hover {
		background-color: #ebff00;
	}
	section.checkout .totals #checkout_of_store:active {
		background-color: #ebff00;
		-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 1);
		-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 1);
		box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 1);
	}
}
@media screen and (min-width: 501px) and (max-width: 950px) {
	section.checkout .totals {
		padding: 30px;
		font-size: 14px;
		box-sizing: border-box;
		color: white;
		width: 95%;
		max-width: 600px;
		background-color: #02001d;
		position: relative;
		margin: 0 auto;
	}
	section.checkout .totals .money_display {}
	section.checkout .totals .money_display sup {
		float: right;
		display: none;
	}
	section.checkout .totals .money_display span {
		float: right;
		color: #8db9ff;
	}
	section.checkout .totals .total_cost{
		margin-top: 10px;
		padding-top: 5px;
		border: solid #006bff61;
		border-width: 1px 0 0 0;
	}
	section.checkout .totals .pmt_select {
		width: 100%;
		overflow: auto;
	}
	section.checkout .totals .pmt_select>p {
		text-align: center;
	}
	section.checkout .totals .pmt_select>div {
		width: 100%;
		padding: 4px;
		box-sizing: border-box;
		overflow: auto;
	}
	section.checkout .totals .pmt_select>div>label {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		background-color: #000b90;
		color: white;
		text-align: center;
		display: block;
		cursor: pointer;
	}
	section.checkout .totals .pmt_select>div>label:hover {
		background-color: #2929ce;
	}
	section.checkout .totals .pmt_select>div>input {
		display: none;
	}
	section.checkout .totals .pmt_select>div>input[type="radio"]:checked+label {
		background-color: #2929ce;
		font-weight: bold;
	}
	section.checkout .totals .pmt_select>div .options {
		height: 0px;
		overflow: hidden;
		width: 100%;
		background-color: #000000;
		-webkit-transition: all linear 300ms;
		-moz-transition: all linear 300ms;
		-o-transition: all linear 300ms;
		transition: all linear 300ms;
		box-sizing: border-box;
		padding: 0 20px;
	}
	section.checkout .totals .pmt_select>div .options .innr {
		/* height: 100%; */
		width: 100%;
		padding: 15px 0 5px 0;
		box-sizing: border-box;
		position: relative;
		overflow: auto;
	}
	section.checkout .totals .pmt_select>div .options label {
		background-color: #001362;
		border: solid #0808a5 1px;
		color: #90ddff;
		padding: 5px;
		box-sizing: border-box;
		width: 100%;
		margin: 0 auto 5px auto;
		display: block;
		text-align: center;
		border-radius: 5px;
		font-size: 13px;
		cursor: pointer;
	}
	section.checkout .totals .pmt_select>div .options input {
		display: none;
	}
	section.checkout .totals .pmt_select>div .options input[type="radio"]:checked+label,
	section.checkout .totals .pmt_select>div .options input[type="checkbox"]:checked+label {
		background-color: #0072c6;
		color: #001362;
		font-weight: bold;
	}
	section.checkout .totals #checkout_of_store {
		height: 35px;
		line-height: 35px;
		display: block;
		text-align: center;
		border: 1px solid #1f0053;
		box-sizing: border-box;
		background-color: #ffd200;
		border-width: 0;
		color: #1f0053;
		font-weight: bold;
		font-size: 13px;
		margin-top: 50px;
		cursor: pointer;
	}
	section.checkout .totals #checkout_of_store:hover {
		background-color: #ebff00;
	}
	section.checkout .totals #checkout_of_store:active {
		background-color: #ebff00;
		-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 1);
		-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 1);
		box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 1);
	}
}
@media screen and (min-width: 951px) {
	section.checkout .totals {
		padding: 15px;
		font-size: 14px;
		box-sizing: border-box;
		color: white;
		float: left;
		width: 30%;
		background-color: #02001d;
		position: relative;
	}
	section.checkout .totals .money_display {}
	section.checkout .totals .money_display sup {
		float: right;
		display: none;
	}
	section.checkout .totals .money_display span {
		float: right;
		color: #8db9ff;
	}
	section.checkout .totals .total_discounts{
		display: none;
	}
	section.checkout .totals .total_cost{
		margin-top: 10px;
		padding-top: 5px;
		border: solid #006bff61;
		border-width: 1px 0 0 0;
	}
	section.checkout .totals .pmt_select {
		width: 100%;
		overflow: auto;
	}
	section.checkout .totals .pmt_select>p {
		text-align: center;
	}
	section.checkout .totals .pmt_select>div {
		width: 100%;
		padding: 4px;
		box-sizing: border-box;
		overflow: auto;
	}
	section.checkout .totals .pmt_select>div>label {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		background-color: #000b90;
		color: white;
		text-align: center;
		display: block;
		cursor: pointer;
	}
	section.checkout .totals .pmt_select>div>label:hover {
		background-color: #2929ce;
	}
	section.checkout .totals .pmt_select>div>input {
		display: none;
	}
	section.checkout .totals .pmt_select>div>input[type="radio"]:checked+label {
		background-color: #2929ce;
		font-weight: bold;
	}
	section.checkout .totals .pmt_select>div .options {
		height: 0px;
		overflow: hidden;
		width: 100%;
		background-color: #000000;
		-webkit-transition: all linear 300ms;
		-moz-transition: all linear 300ms;
		-o-transition: all linear 300ms;
		transition: all linear 300ms;
		box-sizing: border-box;
		padding: 0 20px;
	}
	section.checkout .totals .pmt_select>div .options .innr {
		/* height: 100%; */
		width: 100%;
		padding: 15px 0 5px 0;
		box-sizing: border-box;
		position: relative;
		overflow: auto;
	}
	section.checkout .totals .pmt_select>div .options label {
		background-color: #001362;
		border: solid #0808a5 1px;
		color: #90ddff;
		padding: 5px;
		box-sizing: border-box;
		width: 100%;
		margin: 0 auto 5px auto;
		display: block;
		text-align: center;
		border-radius: 5px;
		font-size: 13px;
		cursor: pointer;
	}
	section.checkout .totals .pmt_select>div .options input {
		display: none;
	}
	section.checkout .totals .pmt_select>div .options input[type="radio"]:checked+label,
	section.checkout .totals .pmt_select>div .options input[type="checkbox"]:checked+label {
		background-color: #0072c6;
		color: #001362;
		font-weight: bold;
	}
	section.checkout .totals #checkout_of_store {
		height: 35px;
		line-height: 35px;
		display: block;
		text-align: center;
		border: 1px solid #1f0053;
		box-sizing: border-box;
		background-color: #ffd200;
		border-width: 0;
		color: #1f0053;
		font-weight: bold;
		font-size: 13px;
		margin-top: 50px;
		cursor: pointer;
	}
	section.checkout .totals #checkout_of_store:hover {
		background-color: #ebff00;
	}
	section.checkout .totals #checkout_of_store:active {
		background-color: #ebff00;
		-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 1);
		-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 1);
		box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 1);
	}
}
/*empty cart*/
@media screen and (max-width: 500px) {
	section.empty_cart {
		width: 90%;
		height: 450px;
		box-sizing: border-box;
		padding: 50px 0;
		box-sizing: border-box;
		overflow: auto;
		margin: 0 auto;
	}
	section.empty_cart .wrap {
		margin: 0 auto;
		width: 100%;
		height: 100%;
		overflow: auto;
		max-width: 800px;
		box-sizing: border-box;
		background-color: rgba(3, 0, 57, 0.1);
		border: 1px solid #c5c8d8;
		border-radius: 30px;
	}
	section.empty_cart .wrap .logo {
		height: 150px;
		width: 150px;
		margin: 0 auto;
		background-image: url(../images/no_prod_image.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	section.empty_cart .wrap h1 {
		text-align: center;
		font-size: 29px;
		margin: 15px;
	}
	section.empty_cart .wrap a {
		text-align: center;
		display: block;
		text-decoration: none;
		font-weight: bold;
		color: #030039;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.empty_cart {
		width: 90%;
		margin: 0 auto;
		height: 450px;
		box-sizing: border-box;
		padding: 50px 0;
		box-sizing: border-box;
		overflow: auto;
	}
	section.empty_cart .wrap {
		margin: 0 auto;
		width: 100%;
		height: 100%;
		overflow: auto;
		max-width: 600px;
		box-sizing: border-box;
		background-color: rgba(3, 0, 57, 0.1);
		border: 1px solid #c5c8d8;
		border-radius: 30px;
	}
	section.empty_cart .wrap .logo {
		height: 150px;
		width: 150px;
		margin: 0 auto;
		background-image: url(../images/no_prod_image.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	section.empty_cart .wrap h1 {
		text-align: center;
		font-size: 40px;
		margin: 15px;
	}
	section.empty_cart .wrap a {
		text-align: center;
		display: block;
		text-decoration: none;
		font-weight: bold;
		color: #030039;
	}
}
@media screen and (min-width: 801px) {
	section.empty_cart {
		width: 100%;
		height: 450px;
		box-sizing: border-box;
		padding: 50px 0;
		box-sizing: border-box;
		overflow: auto;
	}
	section.empty_cart .wrap {
		margin: 0 auto;
		width: 100%;
		height: 100%;
		overflow: auto;
		max-width: 600px;
		box-sizing: border-box;
		background-color: rgba(3, 0, 57, 0.1);
		border: 1px solid #c5c8d8;
		border-radius: 30px;
	}
	section.empty_cart .wrap .logo {
		height: 150px;
		width: 150px;
		margin: 0 auto;
		background-image: url(../images/no_prod_image.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	section.empty_cart .wrap h1 {
		text-align: center;
		font-size: 40px;
		margin: 15px;
	}
	section.empty_cart .wrap a {
		text-align: center;
		display: block;
		text-decoration: none;
		font-weight: bold;
		color: #030039;
	}
}
.totals .loading_overlay,
.totals .guest_overlay {
	/*			display: none;*/
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 95%;
	width: 94%;
	padding: 30px;
	box-sizing: border-box;
	background-color: #050068;
	z-index: 3;
}
.totals .guest_overlay .text {
	font-size: 15px;
}
.totals .guest_overlay a {
	margin: 40px 0 0 0;
	display: block;
	text-decoration: none;
	background-color: #ffd200;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: bold;
	color: black;
	border-radius: 5px;
}
.totals .loading_overlay {
	/*	display: none;*/
	z-index: 02;
}
.totals .loading_overlay img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 50%;
}
.totals .member_no_addr_overlay {
	/*		display: none;*/
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 95%;
	width: 94%;
	padding: 30px;
	box-sizing: border-box;
	background-color: #050068;
	z-index: 3;
}
.totals .member_no_addr_overlay .text {
	text-align: center;
	font-size: 15px
}
.totals .member_no_addr_overlay .text span.intro{
	clear: both;
	font-weight: bold;
	font-size: 22px;
	display: block;
}
#upsl_cod_label {
	line-height: 16px !important;
}
#upsl_cod_label span {
	display: inline-block;
	float: none;
	width: auto;
	color: white;
	font-weight: normal;
}