@media screen and (max-width: 768px) {
  html > body > #page > div:nth-child(1) > div > div:nth-child(1) > div > div:nth-child(1) > div > img {
    max-width: 30%;
    width: 30%;
    height: 30%;
  }
  .page-template-homepage .main_menu_col [data-component=offcanvas] i.fa {
    font-size: 24px;
    background-color: #000000;
  }
}
.page-template-homepage .woocommerce ul.products li.product a.button {
  border-radius: 30px;
  font-weight: 800;
}
.page-template-homepage .woocommerce ul.products li.product .price {
  font-weight: 800;
}
.woocommerce div.product .price .amount {
  font-weight: 700;
}
.woocommerce div.product form.cart .button {
  font-weight: 800;
  text-transform: uppercase;
}
