/*-------------------------------------------------
目錄

1F: display / visibility 
2F: Mobile
3F: Footer
4F: Header
5F: ESS
6F: Form
7F: Other
 7F-1: Padding 
 7F-2: Background 
-------------------------------------------------*/
/*-------------------------------------------------
使用過的class
.ClassName : 作用
-------------------------------------------------*/
/*Leisure 背景圖片固定，並符合適當大小*/
.section > .bg-loaded {
    background-size: cover; 		/*此為關鍵，適應瀏覽器*/
	background-repeat: no-repeat; 
	background-position: center center; 
	background-attachment: fixed;
}

.category-page-row .product-title {
    min-height: 40px!important;
}


/*5F*/
/*-------------------------------------------------
產品願望清單icon移除
-------------------------------------------------*/
.wishlist-icon {
    display: none;
}


/*2F*/
/*-------------------------------------------------
GC_Leisure
手機板
-------------------------------------------------*/
@media only screen and (max-width: 1920px) and (min-width: 769px){
	.Leisure_mobile			/* 手機 */
	{			
		display:none!important;
	}
	.Leisure_pc 				/* PC */
	{
		display: 0!important;
	}
}
@media only screen and (max-width: 768px){
	.Leisure_mobile			/* 手機 */
	{		
		display: 0!important;
	}
	.Leisure_pc 				/* PC */
	{
		display:none!important;
	}
}
/*3F*/
/*-------------------------------------------------
GC_阿康
Footer
-------------------------------------------------*/
/*.page-id-398 footer#footer {
    display: none;
}
@media only screen and (max-width: 1920px) and (min-width: 1367px){
	.col.medium-10.small-12.large-10 {
	margin-right: -400px;
	}
	#footer .col-inner.dark {
    margin-left: -370px;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1241px){
	.row .gallery, .row .row:not(.row-collapse), .container .row:not(.row-collapse), .lightbox-content .row:not(.row-collapse) {
    margin-left: 15px !important;
	}
}

