/*
Theme Name:   PetzChildTheme
Description:  Write here a brief description about your child-theme
Author:       Frank Butera
Author URL:   Write here the author's blog or website url
Template:     petz
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  PetzChildTheme
*/

/* Write here your own personal stylesheet */
/* .woocommerce-cart-form .product-thumbnail {
	display: none;
} */

/* .woocommerce-cart-form .product-name {
	-webkit-column-span: 2;
    column-span: 2;
} */

p{font-size:inherit !important;
  line-height: inherit !important;
}

h4 {
	margin: 25px 0px 0px 0px !important;
}


.woocommerce-page div.product div.summary {
	float: none !important;
	padding-left: 5% !important;
	padding-right: 5% !important;
	padding-top: 30px !important;
} 

.woocommerce-cart-form {
	margin-top: 30px;
}

/* Change number 4 with number of column you want to remove */
 
.woocommerce table.cart td:nth-of-type(2), .woocommerce table.cart th:nth-of-type(2) {
display: none;
}

.product-name{
	width: 40%;
}
@media only screen and (max-width: 768px) {
	.product-name{
	  width: 100%;
    }
}


.elementor-menu-cart__product-name {
    grid-column-start: 1 !important;
	width: 100% !important;
}

.shop_table {
	width:90% !important;
}

.product-thumbnail {
	display:none !important;
}


.woocommerce-page div.product div.summary {
	width: 100% !important;
}

.heading-panel{
	color:white !important;
}

.eicon-menu-bar {
	color: #ffffff !important;
}

li.menu-item .sub-arrow i {
	color: #ffffff !important;
}

li {
	line-height: 1.5em;	
}

footer i {
    font-size: 21px !important;
    margin-right: 8px;
}

.cart_totals h2 {
	color: #ffffff !important;
}

ul.custom li {
  color: #ffffff !important;
}

 /* overide PETZ theme. Changing in settings did not work */
.btn {
  box-shadow: inset 9px 0px 0px 0px #108896 !important;
  background-color : #002E6C !important;
}

.service-name {
	font-family: Lato !important;
	font-weight: 600 !important;
    color: #1D55A1 !important;
}

.service-excerpt {
    font-family: "Lato", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #54595f !important;
}

.elementor-menu-cart__main {
	z-index: 10 !important;
}

p {padding: 0; }

input[type="submit"] {
    background-color: inherit;
    color: white;
}

button {
    background-color: inherit;
    color: white;
}

select {
	color: #54595f !important;
	background-color: #fff !important;
	border: lightgray 1px solid !important;
}

.tablepress thead th {
	color: #000000;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
}

.elementor-menu-cart__main {
	width: auto !important;
}


