/*
Theme Name:   Carenow child theme
Description:  Write here a brief description about your child-theme
Author:       Themesflat
Author URL:   https://themesflat.com/carenowwp/
Template:     carenow
Version:      1.0.0
Tested up to: 5.9
Requires PHP: 5.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  carenow-child-theme
*/

/*====================================*/


@media (max-width: 767px) {
	#footer.footer-style1{
		padding-top: 130px;
	}
}

.btn-topbar, .btn-header{
	padding: 14px 33px;
    border-radius: 3px !important;
}



.page-title{display: none !important;}

#themesflat-content{padding:0px !important;}

#mainnav > ul > li{margin: 0px 12px;}

.footer-style2 li a{color: white;}

#mainnav ul.sub-menu > li > a{
	
	line-height: 8px;
}

.woocommerce div.product form.cart .button{
	opacity: 1;
}

.product_meta{

	display: none !important;
}

.comments-area {
  display: none !important;
}

.woocommerce-cart .wc-block-grid__products{
	
	display: none !important;
}

.wp-block-woocommerce-empty-cart-block .has-text-align-center:nth-child(3){

	display: none !important;
}



/* ========================= */

@media only screen and (max-width: 490px) {
	
	.themesflat-top{display: none;}
	
}