.westa-woocommerce-address-fields {
	padding: 20px;
}
.westaweb-divider {
    display: block;
    background-color: rgb(229, 231, 235);
    width: 100%;
    height: 1px;
    margin-top: 5px;
}

.westaweb-addresses-wrapper ul.westaweb-addresses {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    list-style: none;
    padding: 0;
    margin: 18px 0 0 0;
}

.westaweb-address-item {
    width: calc(33.33% - 12px);
    margin: 0 0 14px 12px !important;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.westaweb-horizontal-addresses-style .westaweb-address-item {
    width: 100%;
    margin: 0 0 14px 0 !important;
}

.westaweb-address-item:last-child{
    margin-left: 0;
}

.westaweb-address-name {
    font-weight: 700;
    font-size: .875em;
    line-height: 1.25em;
}

.westaweb-address-details {
    display: block;
    font-size: .875em;
	font-weight: 500;
    line-height: 1.5em;
    color: #767676;
	padding: 5px;
}

.westaweb-address-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    left: 0.75em;
    bottom: 0.75em;
    position: absolute;
}

.westaweb-address-actions a {
    font-size: 0.8em;
    color: #555;
    text-decoration: none;
}

.westaweb-vertical-divider {
    display: inline-block;
    background-color: rgb(209, 213, 219);
    width: 1px;
    height: 10px;
    margin-left: 0.25em;
    margin-right: 0.25em;
}

.westaweb-add-address > a.westaweb-add-address-link {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid rgb(229, 231, 235);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;

}

.westaweb-add-address .westaweb-add-address-link img{
	max-height: 120px;
}

#add_new_address_btn {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.westaweb-add-address-text{
    color: #ff0055;
    font-weight: 700;
    margin-top: 10px;
}

.westaweb-loader {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: url("ajax-loader.gif") no-repeat center center;
    background-size: contain;
}

.c-radio {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
}

.c-radio__input {
    display: none !important;
}

.c-radio__label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
    padding: 5px;
    padding-bottom: 20px;
    width: 100%;
    display: block !important;
}

.c-radio__label::before {
    content: "";
    width: 14px;
    min-width: 14px;
    height: 14px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    border: 1px solid #e1187f;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0;
    margin-left: 4px;
}

.westaweb-address-item:has(> .c-radio__input:checked) {
    border-color: #e1187f;
    background-color: #fff;
}

.c-radio__input:checked~.c-radio__label::before {
    border-width: 3px;
    border-color: #e1187f;
}

.c-radio--inputHidden .c-radio__label::before {
    display: none;
}

.westaweb-select-address-container .westaweb-edit {
    margin-top: 1em;
	font-weight: 400;
    font-size: 0.9em;
    display: none;
}

.westaweb-select-address-container :checked+.radio .westaweb-edit {
    display: inline-block;
}

.hidden, #billing_map_lat_long {
    display: none;
}

/* Modal Css */
.westaweb-modal {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: 1050;
    text-align: left;
    background: rgba(0,0,0, .9);
    transition: opacity .25s ease;
}

.westaweb-modal label {
	direction: rtl;
	text-align: right;
}

.westaweb-modal .button {
	margin: 0;
	border-radius: 6px;
    background: green;
    color: #fff;
    padding: 8px 14px;
    margin-right: 12px;
}

.westaweb-modal__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.westaweb-modal.open {
    opacity: 1;
    visibility: visible;
}

.westaweb-modal.open .westaweb-modal__inner {
    top: 0;
}

.westaweb-modal__inner {
    transition: top .25s ease;
    position: absolute;
    top: -20%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    margin: auto;
    overflow: auto;
    background: #fff;
    border-radius: 5px;
    padding: 1em 2em;
    height: 80%;
    text-align: right;
}

.westaweb-modal__close {
    position: absolute;
    left: 1em;
    top: 1em;
    width: 1.1em;
    height: 1.1em;
    cursor: pointer;
}

.westaweb-modal__close:after,
.westaweb-modal__close:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 1.5em;
    background: #ccc;
    display: block;
    transform: rotate(45deg);
    left: 50%;
    margin: -3px 0 0 -1px;
    top: 0;
}

.westaweb-modal__close:hover:after,
.westaweb-modal__close:hover:before {
    background: #aaa;
}

.westaweb-modal__close:before {
    transform: rotate(-45deg);
}

.westaweb-address-form-msg {
    margin-left: 10px;
    color: darkred;
}
.westaweb-submit-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 14px;
    width: 100%;
}
.westaweb-warning {
    border: 1px solid darkred !important;
}

html.modal-opened {
    overflow: hidden;
}
/* argmc plugin and irankala theme */
html.modal-opened .argmc-wrapper .argmc-tab-item-inner,
html.modal-opened .argmc-wrapper .argmc-tab-item-outer:after,
html.modal-opened .argmc-wrapper .argmc-tab-item-outer:before,
html.modal-opened header,
html.modal-opened header *,
html.modal-opened #cat-menu.sticky{
    z-index: 0 !important;
}
/* argmc plugin */

@media screen and (max-width: 768px) {

    .westaweb-modal__inner {
        width: 90%;
        height: 90%;
        box-sizing: border-box;
    }

	.westaweb-address-item {
		width: 100% !important;
		margin-left: 0 !important;
	}
}

/* End Modal */
.westaweb-map-container {
    position: relative;
    display: block !important;
	margin: 20px 0;
}
.warning-text{
    color: #ef4444;
    font-size: 13px;
    display: block;
    margin-top: 5px;
    margin-right: 3px;
}
.mapp-container .mapp-footer .triggers.left {
	right: auto !important;
}

.mapp-container .mapp-footer .triggers.right {
	left: auto;
}