/**
* Theme Name: Technocy Child
* Description: This is a child theme of Technocy, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes Team</a>
* Template: technocy
* Version: 1.1.0
*/

h1.product_title.entry-title
{display: initial !important;}


form.woocommerce-form-register .form-row input{
	padding: 10px !important;
}
@media(max-width: 899px){
.cart_totals .order-total{
	
	font-size: 12px !important;
	}}


.cart_totals .order-total .amount{
	font-size: 22px !important;
}

@media (min-width: 768px){
table.cart td.product-price, table.cart td.product-subtotal {
    width: 18%;
	}}


.woocommerce-page #primary::after,
.woocommerce-page #page::after {
  content: "";
  display: table;
  clear: both;
}

.woocommerce-page #colophon,
.woocommerce-page .footer-width-fixer {
  clear: both;
  float: none;
  width: 100%;
  position: relative;
}

.woocommerce-cart #primary,
.woocommerce-checkout #primary {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}