/**
Theme Name: tamari
Author: digitizzi
Author URI: http://digitizzi.com
Description: built with love.
Digitizzi Team
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tamari
Template: astra
*/


.woocommerce-account header.entry-header .entry-title{
    text-align: center;
}
body .woocommerce form.login, body .woocommerce form.checkout_coupon, body .woocommerce form.register{
    text-align: right;
}
body .woocommerce form.login{
    background: white;
}
body .woocommerce-MyAccount-navigation-link a br{
    display: none!important;
}
html, body {
    touch-action: manipulation;
}
input,
textarea,
select {
    font-size: 16px;
}