/*
Theme Name: Fixit Child
Theme URI: http://wporganic.com/fixit/
Description: Fixit WordPress theme provied facilityes such as Services, Location, Faq's, Shop.
Author: Hitesh Mahavar
Author URI: http://wporganic.com/
Template: fixit
Version: 1.1.3
Text Domain: fixit-child
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/
/*
Theme Name:    Fixit
Theme URI: 	   https://wporganic.com/phone-repair/
Author: 	   wp-organic
Author URI:    http://wporganic.com/
Description:   Fixit WordPress theme provied facilityes such as Services, Location, Faq's, Shop.
Version:  	   1.1.3
License: 	   GNU General Public License v2 or later
License URI:   https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:   fixit
Tags: 		   two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

.entry-summary .viabill-pricetag{
	margin-top: -25px;
    margin-bottom: 30px;
}
.shop_table_responsive .vbill th{
	padding-left: 15px;
	padding-right: 15px;
}
.shop_table_responsive .vbill td{
	padding-left: 9px;
	padding-right: 9px;
}
.shop_table_responsive .vbill td:before{
	display: none;
}
.viabill-table-checkout-via{
	width: 100%;
}
.viabill-table-checkout-via th{
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.viabill-table-checkout-via td{
	text-align: center;
	padding-left: 9px;
	padding-right: 9px;
}
.woocommerce.archive ul.products {
  grid-template-columns: repeat(4,minmax(0,1fr)) !important;
}