/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.wp-block-cover h2, .wp-block-cover h6{
	text-shadow: 2px 2px 2px #000;
	color:#fff !important;
}

.hm-cate ul.products li img, ul.products li img {
  /*height: 300px !important;
  width: 300px !important;
	margin-bottom: 0px !important;
	background: lightgray;
  padding: 15px;*/
}

.hm-cate ul.products li h2, ul.products li h2 {
  background: var(--global-color-8);
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 15px 5px !important;
}

.hm-cate ul.products li, ul.products li {
  box-shadow: 0px 0px 8px 1px gray;
	border-radius: 8px;
  overflow: hidden;
}

.hm-cate li mark {
  display: none;
}

.foo_cate ul li a {
  color: #fff;
}

.foo_cate ul li::marker {
  color: var(--global-color-8);
}

.foo_cate ul {
  margin: 0 15px 0;
}

.single-qry-form {
  background: var(--global-color-8);
  padding: 36px;
}

.single-qry-form h3 {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

.whatsapp {
  position: fixed;
  z-index: 999999;
  left: 15px;
  bottom: 15px;
}

.whatsapp img {
  width: 60px;
}

.hm-cate ul.products h2, ul.products li h2 {
  margin: 0 !important;
}

.hm-cate .inside-wc-product-image, ul.products li .inside-wc-product-image{
  display: block ;
}

.hm-cate li .inside-wc-product-image, ul.products li .inside-wc-product-image{
  overflow: hidden;
}

.hm-cate li a .wc-product-image img, ul.products li a .wc-product-image img{
  transition: transform .2s;
}

.hm-cate li a:hover .wc-product-image img, ul.products li a:hover .wc-product-image img{
  transform: scale(1.5);
  transition: transform .2s;
}

.single-product .product_meta{
  margin-bottom: 36px;
}

.woocommerce-ordering {
  display: none;
}

.woocommerce-page #content{
  padding-top: 42px;
  padding-bottom: 42px;
}

@media (min-width:768px){
  #left-sidebar {
    margin-right: 24px;
  }
}

.sidebar-cate li a {
  font-weight: 600;
}

.sidebar-cate li::before {
  content: '>';
  font-weight: 600;
  margin-right: 10px;
}