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

.product-block .woosw-btn{
	display:none !important;
}

#billing_country_field{
	display:none;
}

#area_field{
display:none;
}

.form-row .billing-dynamic_pickup .woocommerce-validated{
	display:none;
}
/* 
.widget_shopping_cart .buttons a:not(.checkout){
	display:none;
} */

.form-row .billing-dynamic_pickup .woocommerce-validated{
	display:none !important;
}
#billing_address_2_field{
	display:none !important;
}

.optional{

	display:none !important;
}

.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    
}


label[for*="pickup_location"] {
    white-space: pre-line;
}

label[for*="pickup_location"]:after {
    content: "\A Shop G-7, Goldline Residency\A Block 16-A, Gulistan-e-Johar";
    display: block;
    font-size: 13px;
    line-height: 1.4;
    color: #ccc;
}

..woocommerce-breadcrumb{
	display:none !important;
}


    
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
    display: none !important;
}

.woocommerce-order-overview {

  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  text-align: center;
  max-width: 800px;
  margin: 30px auto;
 
  padding: 20px 0;
}

.woocommerce-order-overview__order,
.woocommerce-order-overview__date,
.woocommerce-order-overview__total,
.woocommerce-order-overview__payment-method {
  flex: 1 1 25%;
  padding: 15px;
  border-left: 1px solid #fff;
}

.woocommerce-order-overview__order:first-child {
  border-left: none;
}

.woocommerce-order-overview strong {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}

