/* To hide the additional information tab */
li.additional_information_tab {
    display: none !important;
}
/* To hide the related products tab
*/
.related.products {
  display: none;
}
/* To hide the SKU, Category, Tagged As, Product Meta
*/
.sku {
display: none;
}

.posted_in {
display: none;
}

.tagged_as {
display: none;
}

.product_meta {
display: none;
}

/* Hide 'Select options' button from categories page */
.woocommerce .products .product_type_variable {
  display: none !important;
}
/*To hide Show All 2 Results & Sorting
*/
.woocommerce-result-count,
.woocommerce-ordering {
	display: none;
}
/*To hide duplicate description in products
*/
.woocommerce-Tabs-panel > h2 {
    display: none;
}
/*To hide double drop down arrow
*/
.woocommerce div.product form.cart .variations select {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 40px 10px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    background: 0 0;
    border-color: rgba(0, 0, 0, .1);
    color: inherit;
    cursor: pointer;
}

/*Choose an option button wider
*/
.woocommerce div.product form.cart .variations select {
    font-size: 14px;
    font-weight: 500;
    padding: 11px 0px 10px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    background: 0 0;
    border-color: rgba(0, 0, 0, .1);
    color: inherit;
    cursor: pointer;
}
/*Hide Title in merch page
*/
.page-id-1789 .entry-title{
display:none !important;
}

/*Change price and price suffix colour
*/
.woocommerce-Price-amount.amount {
    color: #000000;
		font-size: 20px;
}

.woocommerce-price-suffix {
    color: #000000;
		font-size: 20px;
}

/* Product name font size and colour
*/
.post-type-archive-product .page-title {
  font-size: 30px !important;
	color: #000000;
	font-weight: bolder;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 30px !important;
	color: #000000;
	font-weight: bolder;
}
/* Remove author tag on products
*/
.single-product header .entry-meta {
    display: none;
}

/* Price is in the middle
*/
.woocommerce .products .product,
.woocommerce .products .product .price
{text-align:center}

/* Show product gallery
*/