.woocommerce-Address .custom-address .address-content .address-name,
.woocommerce-Address .custom-address .address-content button {
    background: transparent;
    border: none;
    color: var(--brown-color);
    padding: 0px;
    font-family: var(--e-global-typography-secondary-font-family);
    border-radius: none;
    margin-right: 10px;
    font-weight: 700;
    font-size: 16px;
}

.modal-header .btn-custom-close{
	width: 15px;
    height: 15px;
    background-image: url(../images/close.svg);
    opacity: 1;
    border-radius: 5px;
    border: none;
}

.woocommerce-Address .custom-address .address-content .address-name {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}

.woocommerce-Address .custom-address .address-content .address-type {
    font-weight: 400;
    font-family: var(--e-global-typography-22310c1-font-family), Sans-serif;
    color: #000;
    margin-bottom: 10px;
    text-transform: capitalize;
}


.address-type-icon {
    padding-right: 5px;
    height: 30px;
    width: 30px;
}

.woocommerce-Address .custom-address .address-content .address-listing {
    color: #7E8191;
}
.pac-container{
	z-index:999999 !important;
}
/* .state-selection {
    background-color: #f0f3f4;
} */

/* .state-selection:focus-visible {
    outline: none;
    border: 0px;
} */

.rtl #addressForm .woocommerce-input-wrapper,
#addressForm .woocommerce-input-wrapper{
	display:block;
	position: relative;
}
#addressForm .woocommerce-input-wrapper input{
	padding-left:40px;
}
.rtl #addressForm .woocommerce-input-wrapper input{
	padding-right:40px;
}
.rtl #addressForm .woocommerce-input-wrapper::before{
	right:10px;
}
.rtl #addressForm .woocommerce-input-wrapper::before,
#addressForm .woocommerce-input-wrapper::before{
	content: ''; 
    background: url(../images/google-map.svg) no-repeat center center;
    width: 20px; 
    height: 20px; 
    position: absolute;
    top: 50%;
    left: 10px; 
    transform: translateY(-50%);
}

.woocommerce-Address .custom-address .address-content .edit-address,
.woocommerce-Address .custom-address .address-content .delete-address {
    padding-right: 10px;
    border-right: 2px solid var(--brown-color);
    border-width: 2px;
    border-radius: 0px;
}

.custom-address {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

.custom-address .address-content {
    width: 100%;
    height: 100%;
    border: 1px solid #0000002e;
    padding: 25px;
    border-radius: 10px;
    transition: all .3s;
    display: flex;
    flex-direction: column;
    position: relative;
}

.custom-address .address-content:hover {
    box-shadow: 3px 3px 0px #000;
    transition: all .3s;
}

body.modal-open {
    padding-right: 0 !important;
}

.custom-address .address-edit-btn {
    width: 100%;
}
.modal-dialog .modal-body .phone-input .input-group-text{
    background-color: #f0f3f4;
    border-radius: 8px;
	border: none;
	padding-right:2px;
}
.modal-dialog .modal-body .phone-input .input-group-text img{
	height:20px;
	width:20px;
}
.popup-selection .state-selection {
    padding: 13px 5px;
    border: none;
    border-radius: 8px;
    width: 100%;
}

.popup-state-selection {
    width: 50%;
}

.popup-selection .address-selection {
    width: 100%;
    padding: 15px;
    border: none;
    background: #f0f3f4;
    border-radius: 8px;
}

.address-selection-content {
    padding: 25px;
}

.address-selection-content label {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.address-selection {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.address-selection .address-wrapper {
    max-width: 480px;
    color: #7E8191;
	display:flex;
}

.address-selection .address-wrapper .address-type{
	color: var(--dark-text-color);
    font-weight: 600;
}

.address-selection .image-wrapper{
   width: 10%;
	margin-right:10px;

}
.address-selection .full-address{
	width:90%;
}

.woocommerce-Address .custom-address .address-content button.set-default-address.default-address {
    opacity: 0.8;
    pointer-events: none;
    color: #D7D7D7;
}

/* rtl css start */
.rtl .modal-dialog .modal-body .phone-input .input-group-text{
	padding-right: 12px;
	border-radius:0px 8px 8px 0px !important;
}
.rtl .input-group input{
	border-radius:8px 0px 0px 8px !important;
	direction:rtl !important;
}
.rtl input{
	direction:rtl !important;
}
.address-selection,
.state-selection{
	border:none !important;
	padding:8px 10px !important;
	border-radius:8px !important;
}
.rtl .address-selection .image-wrapper{
	margin-right:0px;
	margin-left:10px;
}
/* rtl css end */

@media screen and (max-width: 480px) {
    .popup-state-selection {
        width: 100%;
    }
	 .address-selection .address-wrapper{
        flex-wrap: wrap;
    }
	.address-selection .image-wrapper{
		width:10%;
	}
}

#addressForm input:focus-visible,
#addressForm input:focus,
#addressForm .form-select:focus-visible,
#addressForm .form-select:focus {
    box-shadow: none;
    outline: 0;
}

#addressForm .form-select {
    background: #f0f3f4;
}

#addressForm .label-required {
    position: relative;
}

#addressForm .label-required::after {
    content: '*';
    color: red;
    font-size: 16px;
    margin-left: 3px;
    vertical-align: top;
}

.loader.loader--style1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    align-content: center;
    background: #f8f8f8b5;
}

.close-btn:hover,
.delete-btn:hover{
	background-color:var( --e-global-color-e188ffc ) !important;
	opacity:0.9;
}