.msa_biawp_addNew{
	float: left;
    font-family: inherit;
    padding: 7px 12px !important;
    direction: rtl !important;
    font-size: .9rem !important;
    line-height: 1.571 !important;
    font-weight: normal !important;
    background-color: #3ec2bd !important;
    color: #fff !important;
    border: 1px solid #3ec2bd !important;
    display: block;
    border-radius: 5px;
    height: auto !important;
    margin-bottom: 15px;
}

#billing_address_2_field>label, #shipping_address_2_field>label {
	width: auto !important;
	opacity: 1 !important;
}

.dp_pagination {
	text-align: center;
	padding-top: 17px;
}

.dp_pagination a {
	display: inline-block;
    width: 35px;
    background: #ddd;
    margin-left: 9px;
    height: 35px;
    line-height: 36px;
    border-radius: 5px;
	transition: .3s;
	font-size: 18px;
}

.dp_pagination a.active, .dp_pagination a:hover {
	background: #aaa;
    color: #fff;
	transition: .3s;
}

#billing_address_2_field, #shipping_address_2_field {
	width: 48% !important;
    float: left !important;
    clear: inherit !important;
}

.msa_biawp_addNew1{
	float: none;
    margin-top: 15px;
	display: inline-block;
}

.blackAll
{
	width: 100%;
    background: rgba(0,0,0,.6);
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999999;
	display: none;
}

.closeAccountModal2
{
	padding: 3px 20px !important;
}

.last_personal_date
{
	margin-bottom: 60px;
}

.checkout-list
{
	margin-top: 32px;
}

.checkout-list label, .checkout-list input{
	cursor: pointer;
	font-size: 14px;
	font-weight: normal !important;
	display: block !important;
	padding: 10px 13px;
}

.checkout-list input[type=radio]
{
	/* width: 26px;
    height: 26px;
    position: relative;
    top: 23px;
	float: left;
	margin-left: 25px; */
}



.pretty .state label:after, .pretty .state label:before
{
	top: 21px !important;
	content: '' !important;
    width: 1.8rem !important;
    height: 1.8rem !important;
    display: block !important;
    box-sizing: border-box !important;
    /* border-radius: 0 !important; */
    z-index: 0 !important;
    position: absolute !important;
    left: 24px !important;
    background-color: aliceblue !important;
    border: 3px solid #ddd !important;
}

.checkout-list .pretty
{
	border: 3px solid #ddd;
    border-radius: 8px;
    /* padding: 10px; */
	margin-bottom: 15px !important;
}

.woocommerce-additional-fields__field-wrapper
{
	display: none;
	margin-top: 30px;
}

.save_new_shipping_address{
    font-family: inherit;
    padding: 7px 12px !important;
    direction: rtl !important;
    font-size: .9rem !important;
    line-height: 1.571 !important;
    font-weight: normal !important;
    background-color: #3ec2bd !important;
    color: #fff !important;
    border: 1px solid #3ec2bd !important;
    display: block !important;
    border-radius: 5px !important;
    height: auto !important;
    margin-bottom: 15px !important;
}

.msa_biawp_addresses_list {
	margin-top: -58px;
	position: relative;
	z-index: 2;
}

#billing_country_field
, #billing_email_field 
{
	display: none;
}

.checkout #billing_address_2_field {
	border-bottom: 0 !important;
	padding-right: 0 !important;
}

.msa_biawp_addresses_list .msa_biawp_address_edit{
	color: #00bfd6;
	margin-left: 13px;
	z-index: 9999;
}

.msa_biawp_addresses_list .msa_biawp_address_delete{
	color: #E91E63;
}

.msa_biawp_addresses_list table, .msa_biawp_addresses_list td {
  border: 1px solid #ddd;
}

.msa_biawp_addresses_list td {
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #ddd;
}

.msa_biawp_addresses_list tr:last-child td {
  border: none;
}

.msa_biawp_addresses_list td:last-child
{
	text-align: left;
    padding-left: 20px;
}

.msa_td_first strong
{
	font-size: 17px;
}

.msa_select_address
{
    width: 100%;
    height: 40px;
    border: 1px solid #aaa;
    border-radius: 4px;
    margin-bottom: 17px;
    padding-left: 5px;
    cursor: pointer;
    outline: none;
}

.checkout .woocommerce-billing-fields__field-wrapper
{
    display: none;
	border: 3px solid #ddd;
    border-radius: 8px;
    padding: 15px;
	overflow: hidden;
	margin-top: 20px;
}

.msa_shipping_checkout_form
{
    display: none;
	overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
	margin-top: 25px;
}

.woocommerce-edit-account .dash-content input[type=text], .woocommerce-edit-account .dash-content select, .woocommerce-edit-account .dash-content input[type=number],
.woocommerce-edit-address .dash-content input[type=text], .woocommerce-edit-address .dash-content select, .woocommerce-edit-address .dash-content input[type=number],
{
	padding: 9px 12px !important;
    border-radius: 8px !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    font-size: 14px !important;
    font-size: 1rem !important;
    line-height: 24px !important;
    width: 100% !important;
    color: #030a16 !important;
    font-weight: normal !important;
    height: auto !important;
    box-shadow: none !important;
    margin-top: 3px;
}

.dash-content select, .dash-content option
{
	cursor: pointer
}

.dash-content
{
	overflow: hidden;
}

.accountModal input[type=number] {
    padding: 9px 12px !important;
    border-radius: 8px !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    font-size: 14px !important;
    font-size: 1rem !important;
    line-height: 24px !important;
    width: 100% !important;
    color: #030a16 !important;
    font-weight: normal !important;
    height: auto !important;
    box-shadow: none !important;
    margin-top: 3px;
}

.shaba-s
{
	position: relative;
    top: -4px !important;
    margin-right: 5px;
    font-size: 18px;
}

.msa_td_first
{
	padding: 16px 14px 7px !important;
}

.no-address-list
{
	background: #FFCDD2;
    color: #000;
    padding: 10px;
    border-radius: 5px;
	font-size: 15px;
}

.newAddressTop
{
	background: #fff;
    z-index: 99999999999999;
    position: absolute;
    top: 0px;
    width: 600px;
    right: 29%;
    height: auto;
    border-radius: 8px;
	padding: 25px;
	display: none;
	padding-bottom: 0;
}

.newAddressTop1
{
	z-index: 99999999999999999999 !important;
}

.newAddressTop input[type=text], .newAddressTop input[type=number], .newAddressTop select, .select2-container .select2-selection, .input-text, .select2-search__field {
    padding: 9px 12px !important;
    border-radius: 8px !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    font-size: 14px !important;
    font-size: 1rem !important;
    line-height: 24px !important;
    width: 100% !important;
    color: #030a16 !important;
    font-weight: normal !important;
    height: auto !important;
    box-shadow: none !important;
    margin-top: 3px;
	outline: none;
}

.select2-container .select2-selection
{
	padding: 2px 12px !important;
}

.woocommerce-checkout .woocommerce-form-login-toggle
{
	display: none;
}

.woocommerce-checkout .create-account
{
	display: none;
}

.woocommerce-checkout #billing_city_field{
	float: left !important;
    padding-right: 0 !important;
	width: 48% !important;
	border-bottom: none !important;
}

.woocommerce-checkout #billing_state_field
{
	width: 48% !important;
	clear: none !important;
	overflow: hidden;
	float: right;
}

.woocommerce-checkout #billing_address_1_field
{
	width: 100%;
}

.my-account #billing_postcode_field, .newAddressTop #billing_postcode_field, .newAddressTop #billing_state_field, .my-account #billing_state_field,
.woocommerce-checkout #billing_postcode_field
{
	width: 48%;
    float: right;
	clear: inherit;
}

.my-account #billing_phone_field, .newAddressTop #billing_phone_field, .newAddressTop #billing_city_field, .my-account #billing_city_field, 
.woocommerce-checkout #billing_phone_field
{
	width: 48%;
    float: left;
	clear: inherit;
}

.my-account #billing_address_1_field
{
	width: 100%;
}

.my-account .select2-selection--single, .woocommerce-checkout .select2-selection--single
{
	height: 46px !important
}

.woocommerce-checkout .form-row .select2-container
{
	width: 100% !important;
}

.order-subject a {
	margin-bottom: 10px;
    display: inline-block;
}

.orderTrackSearch {
	width: 83% !important;
	float: right;
	margin-left: 10px;
	margin-top: 0;
	padding: 12px !important;
}

.orderTrackUl li {
	display: inline-block;
	width: 19%;
	text-align: center;
	font-size: 13px;
	color: #aaa;
}

.orderTrackUl {
	position: relative;
}

.orderTrackUl li img {
	margin-bottom: 8px;
    z-index: 99999;
    position: relative;
    background: #fff;
    padding: 9px;
	border: 3px solid #fff;
}

.orderTrackUl li.active img {
	border: 3px solid #39c;
	border-radius: 50%;
}

.orderTrackUl li.active {
	color: #39c;
	font-weight: bold;
}

.orderTrackUl:before {
	content: '';
    width: 100%;
    background: #ddd;
    height: 3px;
    position: absolute;
    top: 26px;
    z-index: 1;
}

.orderTrackParent {
	clear: both;
}

.orderTrackParent p, .orderTrackParent span  {
	font-size: 14px;
}

.orderTrackParent h5 {
	font-size: 17px;
}

.orderTrackParent hr {
	clear: both;
    margin: 0px auto 27px;
    display: block;
    border-color: #000;
    border-style: dashed;
}

.orderTrackSearchForm {
	overflow: hidden;
	margin-bottom: 10px;
}

@media (max-width: 549px) {
	#billing_address_2_field>label, #shipping_address_2_field>label {
		display: block;
	}

	.woocommerce-checkout #billing_state_field {
		width: 100% !important;
	}

	.orderTrackSearch {
    	width: 60% !important;
	}

	.orderTrackUl li img {
		margin-top: 10px;
	}

	.orderTrackUl:before {
		content: none;
	}

	.orderTrackParent p, .orderTrackParent span {
		font-size: 14px;
		line-height: 27px;
	}

	.orderTrackUl li {
		width: 100% !important;
	}

	.orderTrackSearchForm .msa_biawp_addNew {
		width: 35% !important;
	}

	.my-account #billing_phone_field
	, .newAddressTop #billing_phone_field
	, .newAddressTop #billing_city_field
	, .my-account #billing_city_field
	, .woocommerce-checkout #billing_phone_field
	, .woocommerce-checkout #billing_city_field
	, .my-account #shipping_city_field
	, #shipping_address_2_field
	, #billing_state_field
	, #billing_postcode_field
	, #billing_address_2_field
	 {
		width: 100% !important
	}

	.blackAll {
		min-height: 150vh;
	}
}

@media screen and (min-width: 850px) {
	.large-3 {
		max-width: 23% !important;
		-ms-flex-preferred-size: 25% !important;
		flex-basis: 23% !important;
	}
}