.theme-hestia header .navbar{
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0px;
	
}

.theme-hestia header .navbar.navbar-transparent{
    background-color: #fff;
    color: #555;
    border-radius: 0;
    border: none;
    padding: 0;
    /*transition: none;*/
}

.theme-hestia header .navbar.navbar-transparent .container{
    padding-top:20px;
    padding-bottom:20px;
}

.theme-hestia header .navbar.navbar-not-transparent{
    /* From https://css.glass */
    background: rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.9px);
    -webkit-backdrop-filter: blur(3.9px);
}

.navbar.navbar-not-transparent .navbar-nav>li a {
    color: #ffffff;
}

.theme-hestia .main{
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0px;
}

.theme-hestia .product .card,
.theme-hestia .card{
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0px;
}

.theme-hestia #woo-products-wrap .product{
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0px;
}

.theme-hestia .card-product>.card-image{
    -webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0px;
}

.theme-hestia .card .card-image img, 
.theme-hestia .card-no-width .card-image img {
    border-radius: 0px;
}
