/* Enter Your Custom CSS Here */


/* Font Color */

 .woocommerce .quantity input.qty {
 color: red;
 }

/* Icon Up/Down Color */

 .woocommerce .quantity .qty-adjust a > i {
 color: red;
 }

#payment option {
    color: grey;
}

/****** change the head of background color 
#masthead { background-color: #ffffff; }      */
 #main { background-color: #ffffff; }   

/* change the width of drop down and the color of its background */

ul.sub-menu li.menu-item a {
  width: 150px;
  font-size: 13px;
  font-style: normal;
  font-weight: bold
  font-family: sans-serif;
  color: blue;
  background-color: transparent !important;
}


.nav-secondary .current-menu-item > 
	color: black;
	background-color: black;
}


.navigation ul .sub {
  position: absolute;
  width: 150px;
  font-size: 13px;
  background-color: transparent;
}


/**
	 * Remove/Hide WooCommerce Product Page description tab
	 *
	 * @author WPSnacks.com
	 * @link http://www.wpsnacks.com
	 */

	.single .woocommerce-tabs ul.tabs li.description_tab {
	     display: none;
	} 

/*********hide the woocommerce-message come out ***************/

.single-product .woocommerce-message {
display: none !important;
}

/**control the size of single prpoduct thumbnail the size which will affect the size of image *****/
/**decide the position to show the single_product_summary             **/

@media (min-width: 768px) {
  .storefront-full-width-content.single-product div.product .summary {
    width: 45%;
  }
}

/* modify product image width */

.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
    width:50%;
    hight: auto;
}

/***************** property of price in the single product summary *************/
/*
.single-product div.product .price {
    font-weight: 700;
    color: green;
}
*/
/****** take out page-title ***************************/
 h1.page-title {display: none}
/****** take out term-description  ***************************/
 div.term-description  {display: none}  

/* ul.tabs.wc-tabs {display: none }   */

/*********change TML login input padding field *****************/

input#user_login.input {padding : 0.2em }
input#user_pass.input {padding : 0.2em }

/**********change the my account of woocommerce input padding field***********************/

.input-text, input[type=text], input[type=email], 
input[type=url], input[type=password], 
input[type=search], textarea {padding : 0.2em}

/***reduce the space between home page and top head ***/

.page-template-template-homepage .site-main {
    padding-top: 0;
}
.hentry {
    margin: 0 0 0 0;
}

/***********************  css for product menu under the head ******/

