/* This is for frontend (My Account Addresses, checkout page, etc) */

/*------------- User profiles page -------------*/
.address-link {
	margin: 0 10px 12px 0;
	display: block;
}

.one-address {
    padding: 10px;
    background: #efefef;
    width: 32%;
    min-width: 250px;
    max-width: 100%;
    margin: 0px 0.6% 20px;
    display: inline-block;
    vertical-align: top;
    line-height: 1.4em;
    min-height: 350px;
    position:relative;
}
.one-address .tsm_action {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    left: 0;
    margin: 0;
}
.one-address h3 {
    margin: 6px 0;
}

.one-address a {
    padding: 8px 0 4px;
    display: inline-block;
}

.one-address .delete-btn, 
.tsm_delete_billing_address, 
.tsm_delete_shipping_address {
    float: right;
}

.one-address div {
    margin-right: 5px;
}

.one-address .billing_first_name, 
.one-address .billing_last_name, 
.one-address .shipping_first_name, 
.one-address .shipping_last_name {
    display: inline-block;
}

/*------------- Cart & checkout -------------*/

#tsm_billing-address-select, 
#tsm_save-billing-address-checkout,
#tsm_save-shipping-address-checkout {
    margin-bottom: 20px;
}

.tsm-checkout form div#loading_indicator {
    position: absolute;
    font-size: 30px;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.6);
    width: 100%;
    height: 100%;
    z-index: 999;
    padding:200px 50px;
    background-image: url(../images/spinner.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.tsm-checkout form.checkout {
    position: relative !important;
}

.tsm-select {
    width: 100%;
    margin-bottom: 15px;
    padding: 5px;
}

 .tsm-button{
	margin-right:10px;
 }
/* 22-08-2019 */
.woocommerce-Address-title span.default-add {
    font-size: 15px;
    margin-left: 3px;
}
.woocommerce-Address-title h3 {
    line-height: 1.3;
    padding-bottom: 10px;
    border-bottom: 1px solid #bfbebe;
    margin-bottom: 15px;
    width: 100%;
}
/* 23-08-2019 */
.woocommerce-notices-wrapper h4 {
	word-wrap: normal;
}
/* 08-01-2021 */