.button:before {
  display: none;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-message .button {
    display: block;
    float: none;
    margin: 0 0 15px;
  }
  .woocommerce ul.products li.product .button {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 14px;
    width: 100%;
  }
}
.woocommerce ul.products li.product .button {
  min-width: inherit;
}
.woocommerce form #billing_country_field {
  display: none;
}
.woocommerce form #shipping_company_field .optional,
.woocommerce form #billing_company_field .optional {
  display: none;
}
.woocommerce #order_comments_field .optional {
  display: none;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  border: 1px solid rgba(0,0,0,.1);
}
.woocommerce table.shop_table {
  border-collapse: collapse;
  border: 0;
}
.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
  vertical-align: middle;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.woocommerce ul.products li.product .button:before {
	display: none;
}
.woocommerce ul.products li.product .button {
	background: #a46497;
	color: #fff;
}
.woocommerce ul.products li.product .button:hover {
	background: #96588a;
}
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
  text-align: left!important;
}

.infact-table .box {
  max-width: 100%;
}
.infact-table table tr td,
.infact-table table tr {
  height: auto!important;
}
.page-tc-tradelaw .infact-table table tr td:first-child {
  width: 20%!important;
  font-weight: 500;
}
@media (min-width: 769px) {
  .page-tc-tradelaw .infact-table table tr td {
    padding: 0.8rem;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .elementor-section-wrap .container {
    padding-left: 0;
    padding-right: 0
  }
}
