/*
Theme Name:   IndoChina
Template:     storefront
*/
.wc-block-grid__products .wc-block-grid__product-image img {
  height: 200px !important;
  width: 200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 16px;
}
#masthead {
	margin-bottom: 0%;
	border-bottom: 0;
}
.woocommerce-products-header {
    padding-bottom: 0% !important;
    margin-bottom: 5%;
}
.site-info {
	display: none;
}
.site-footer {
	padding: 0;
}
.wc-block-components-totals-shipping > div:nth-child(1) > div:nth-child(3) {
	display: none;
}
.storefront-breadcrumb {
	margin-bottom: 1%;
}
h2.woocommerce-loop-product__title {
    min-height: 38px;
}
div.storefront-sorting:nth-child(2) {
	margin-bottom: 0%;
}
.flex-viewport {
	border: 0px;
	border-radius: 20px;
}
/*Decrease size of discount area*/
.wc-block-grid__product-image {
	width: 65%;
}
.wc-block-grid__product {
	margin: 0 !important;
}
.wc-block-grid__product > p:nth-child(2) {
	display:none;
}
.attachment-woocommerce_thumbnail {
	margin: 0 !important;
}
.wc-block-grid__product-image {
	margin: 0 !important;
}
.wc-block-grid {
		margin-top: 2% !important;
		border: 1px dashed red !important;
		border-radius: 20px !important;
	}
span.onsale {
	display: none !important;
}
.page-description {
	margin-bottom: 1% !important;
}
.page-title {
	display: none;
}
    /*Format product categories*/
.product-categories {
	font-size: 20px;
	text-align: center;
}
  /*Fix footer gaps*/
#block-84,#block-90,#block-110,#block-108 {
	margin-bottom: 1%;
}
@media only screen and (max-width: 900px) {
    /*Hide unneccessary menu items*/
li.page_item:nth-child(4),li.page_item:nth-child(3),li.page_item:nth-child(5) {
		display:none;
	}
	/*Fix footer items*/
#block-84,#block-86,#block-90,#block-90,#block-108 {
		margin-bottom: 1%;
	}
	#block-110 {
		margin-bottom: 5%;
	}
	#block-107 {
		margin-bottom: 30%;
	}
	div.block:nth-child(3) {
		padding-bottom: 30px;
	}
	#block-18 > p:nth-child(2) {
		margin-bottom: 1%;
	}
	div.block:nth-child(3) {
		padding-bottom: 1%;
	}
	#block-22 {
		padding-bottom: 20px;
	}
	#simple-social-icons-9 {
		margin-bottom: 1%;
		margin-top: 6%;
	}
	    ul.products li.product {
    list-style: none;
    margin-left: 1%;
    margin-bottom: 4.235801032em;
    text-align: center;
    position: relative;
    width: 48%;
    display: inline-block;
    margin-bottom: 1%;
    }
    .storefront-products .product:nth-child(2n) {
        margin-right: 0; /* Remove the margin for every 2nd product to prevent a gap */
    }
.entry-header {
    padding: 1% !important;
}
.customize-unpreviewable {
	display: none;
}
	}
}