/*改變公司LOGO*/
@media (max-width: 780px) {
	.site-branding{
		width:120px; margin-top:-5px;
	}
}

@media (max-width: 2280px) {
	.site-branding{
		width:100px; padding-top:8px;
	}
}

/*變更手持裝置「漢堡選單」外觀*/
button.menu-toggle{
	border:none; 
}

/* 改變手持裝置產品展示版為「雙欄」*/
.site-main ul.products li.product {
	width: 46.411765%;
	float: left;
	margin-right: 5.8823529412%;
}

.site-main ul.products li.product:nth-of-type(2n) {
	margin-right: 0;
}

@media (min-width: 768px) {
	.site-main ul.products li.product:nth-of-type(2n) {
		margin-right: 5.8823529412%;
	}
}

/*改變「首頁。自訂內容」上方/下方的空白*/
div .post-5 {
  margin-top: 0px; margin-bottom: -60px;
}

/*去除「首頁」上方的預設留空*/
.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
padding-top: 0;
}

/*去除產品頁面上方空白*/
#page #masthead.site-header{
	margin-bottom: 0px;
}

/*設定「下拉選單」*/
.smm-mega-menu{
background-color:whitesmoke;
}

.smm-row{
	margin-left:15%; margin-right:15%;
}

.widget-title{
	line-height: 20px; margin-top:8px;
}

/* 改變產品主圖的位置 */
.woocommerce-product-gallery--columns-4.images {
	padding-top: 32px;
}

/* 改變產品說明大區塊的位置 */
.entry-summary{
	padding-top: 30px;
}

/*改變「特價」標籤的外觀*/
span.onsale {
width: 70px;
height: auto;
background: #78b0d0;
margin-top:30px;
margin-bottom: -15px;
margin-left: 1px;
text-align: center;
color: White;
border:none;
}

/*加入購物車按鈕*/
.single_add_to_cart_button{
	border-radius:0.3em;
	display:yes;
}

/*改變購買按鍵以及數量顯示*/
.woocommerce-variation-add-to-cart {
	display:yes;
}

/* 改變產品金額的外觀 */
.product-type-variable .price,
.product-type-variable .price .price-text,
.product-type-variable .price .price-text +.amount {
   color: gray!important;
   font-size: 22px!important;
}
/*改變主要版面區塊的相關設定*/
.content-area{
	margin-bottom: -40px;
}

