/*
Theme Name: HealthFirst Child
Theme URI: https://healthfirst.qodeinteractive.com
Description: A child theme of HealthFirst
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: healthfirst
Template: healthfirst
*/


.bt {
  margin-left: -160px;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 20px;

  /* Only necessary for .btn */
  border: none;
  cursor: pointer;
  background-color: #48b774;
  color: #fff;
}

@media only screen and (max-width: 767px) {
    .qodef-h1,h1 {
        font-size: 24px !important;
    }
	#qodef-woo-page.qodef--single .entry-summary .price, .price{
		font-size: 20px !important
	}
	.page-id-11 #qodef-page-inner {
        padding: 40px 15px !important;
    }
	.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
		grid-template-columns: 50px 140px !important;
	}
}