#customer_login {
    display: flex;
    flex-direction: column;
    margin: 0 25%;
    width: 50%;
}

#customer_login .lost_password {
    float: none !important;
}

.woocommerce-Addresses {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.woocommerce-Address {
    width: 50% !important;
    margin-top: 0px !important;
}

.woocommerce-Address-title .edit {
    float: none !important;
    margin-left: 0 !important;
}

.woocommerce-Address-title h2 {
    margin-top: 10px !important;
}

#customer_login h2 {
    margin: 20px;
}

#customer_login .woocommerce-form-login {
    margin: 0px;
}

#customer_login .woocommerce-form-register {
    border: 1px solid lightgrey;
    padding:20px;
}

#customer_login .woocommerce-form-login > p {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
}

#customer_login .password-input {
    width:100%;
}

#ex-body_content > table > tbody > tr > td {
    padding: 10px !important;
}

#ex-addresses tr {
    display: flex;
    flex-direction: column;
}

#ex-addresses tr td {
    width: 100%;
}

.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions {
  display: flex;
  flex-direction: column;
}

.woocommerce .woocommerce-info .button {
    color: #FAF5E2;
    padding: 5px;
}

.woocommerce-MyAccount-content
  .woocommerce-orders-table__cell-order-actions
  .woocommerce-button {
  min-width: 100%;
  margin-bottom: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.woocommerce-MyAccount-content .subscription_details td {
  width: 50% !important;
}

.woocommerce-MyAccount-content .subscription_details td .button {
  min-width: 40% !important;
}

#support-conversations-table .ticket td:last-child {
  align-items: center;
  padding: 0px;
  min-width: 100% !important;
}

#support-conversations-table .ticket .button {
  min-width: fit-content;
}

@media (max-width: 768px) {
    #customer_login {
        margin: 0;
        width: 100%;
    }
    
    #customer_login .lost_password {
        margin-top: 10px !important;
    }
    
    .woocommerce-Addresses {
        flex-direction: column !important;
    }

	#support-conversations-table .ticket td {
		width: 100% !important;
		display: flex;
		justify-content: space-between;
		padding: 10px 15% !important;
	}
	
	#menu_and_form .vc_column_container {
		display: flex !important;
		width: 100% !important;
		margin-left: 0px !important;		
	}
	
	#menu_and_form .vc_column_container input {
		border-radius: 5px !important;
	}
	
	td.woocommerce-PaymentMethod.woocommerce-PaymentMethod--actions.payment-method-actions {
		display: block;
		width: 50% !important;
	}
	
	.woocommerce-orders-table__cell * {
		margin-left: 8px;
	}
	
	.woocommerce-Address {
		padding: 20px !important;
		min-width:100% !important;
	}
	
	.woocommerce-Address,
	.woocommerce-MyAccount-paymentMethods .payment-method,
	tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-completed.order {
		background-color: white !important;
		border-radius: 10px !important;
		border: 0px !important;
		margin-bottom: 10px !important;
	}
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        padding: 0;
		width: 75% !important;
		min-width: 75% !important;
    }
    
    td.woocommerce-PaymentMethod::before {
        content: attr(data-title) ":" !important;
        margin-right: 5px;
    }
    
    td.woocommerce-PaymentMethod.woocommerce-PaymentMethod--actions.payment-method-actions::before {
        content: attr(data-title) "" !important;
    }    
    
    td.product-thumbnail {
        display: block !important;
        margin-top: 30px;
    }

    .woocommerce-account .woocommerce table.shop_table_responsive tr td::before, 
    .woocommerce-account .woocommerce-page table.shop_table_responsive tr td::before {
        content: attr(data-title) "";
    }
  
    .woocommerce-account .woocommerce table.shop_table_responsive tr, .woocommerce-account table.shop_table_responsive tr {
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
    }
    
  .woocommerce-account .woocommerce table.shop_table_responsive tr .product-quantity,
  .woocommerce-account .woocommerce-page table.shop_table_responsive tr .product-quantity,
  .woocommerce-account .woocommerce table.shop_table_responsive tr .product-purchase,
  .woocommerce-account .woocommerce-page table.shop_table_responsive tr .product-purchase {
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
  .woocommerce-account .woocommerce table.shop_table_responsive tr .product-remove,
  .woocommerce-account .woocommerce-page table.shop_table_responsive tr .product-remove {
    position: absolute;
    top: 3px;
    right: 5px;
  }
  
  .woocommerce-account .woocommerce table.shop_table_responsive tr .check-column,
  .woocommerce-account .woocommerce-page table.shop_table_responsive tr .check-column {
    position: absolute;
    top: 3px;
    left: 5px;
  }  
}
