/*body {
	padding: 0;
	margin: 0;
	background: url(../images/indexBG.jpg);
}*/
.p-0{/*20230113 lin add*/
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.vhidden{/*20220519 lin add*/
  display: none;
}
.fwidth{/*20220520 lin add*/
  width: 100% !important;
}
.wordbreak{/*20220525 lin add*/
  word-wrap: break-word;
}
.CurrencyText{/*20220606 lin add*/
  padding:0px;
  font-size:19px;
}
.itemPreorder{
  color:#fff;
}
.img_gift ,.img_gift:hover{/*20220620 lin 增加*/
  cursor: default;
}

.item .textlimit {/*20220606 lin 增加簡述限制CSS*/
  height:120px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}


.eshrimpStyle .siteMap.type2{/*20220606 lin 調整footer12顏色*/
  border: none !important;
}

.pageTitle:not([class*=pageTitleStyle-]){
	color:#6f4e42;
}

.headerType1 .navMenu>li>a:after, .headerType2 .navMenu>li>a:after{
	color:#6f4e42;
}
.full_view{
  width: 100%;
  max-width: 100%;
  margin: 32px auto;
}
.txt_red, .txt_red a {
	color: #ff0000 !important;
}
.shopDetail_button button{
  min-width: 180px;
}
.shopDetail_addFavor a{
  display: inline-block;
  text-align: center;
  margin-right: 15px;
}
.shopDetail_addFavor a .addFavor_circle{
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 24px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #6f4e42; /*請改cis主色*/
  background: #6f4e42; /*請改cis主色*/
}
.shopDetail_addFavor a.circle_blue .addFavor_circle{
  border-color: #4267b2;
  background: #4267b2;
}
.shopDetail_addFavor a .addFavor_circle i{
  color: #ffffff;
}
.shopDetail_addFavor a p.tips{
  margin-top: 0;
  margin-bottom: 0;
  color: #6f4e42; /*請改cis主色*/
  font-size: 14px;
}
.shopDetail_addFavor a.circle_blue p.tips{
  color: #4267b2;
}
.shopDetail_addFavor a:hover .addFavor_circle{
  background-color: #ffffff;
}
.shopDetail_addFavor a:hover .addFavor_circle i{
  color: #6f4e42; /*請改cis主色*/
}
.shopDetail_addFavor a.circle_blue:hover .addFavor_circle i{
  color: #4267b2;
}
.proList.shop .itemList .item .itemPrice:not(.del),
.proDetail .itemPrice:not(.del){
  color: #ff5353;
}
.proDetail .itemPrice{
  font-size: 25px;
  font-weight: bold;
  padding-top: 10px;
}
.proDetail .itemPrice small{
  font-size: 19px;
}
.proList.shop .itemList .item .itemPrice:not(.del) span{
  font-size: 15px;
}
.proList .itemList .item .itemTitle{
  /* height: 64px; */
  overflow: hidden;
  /*text-align: center;*/
  padding: 18px 0;
}
.tabList_center{
  justify-content: center;
}

#spec1{
  min-width: 180px;
}
.btnColor_orange{
  background: #ff9933;
  border-color: #ff9933;
}
.btnColor_orange:hover{
  background: #ff8000;
}
.btnColor_pink{
  background: #ff5353;
  border-color: #ff5353;
}
.btnColor_pink:hover {
  background: #ff2020;
}

.share_social {
  margin-top:10px;
  /* margin-bottom: 20px; */
}
.share_social ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.share_social ul li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}
.share_social ul li .social_txt {
	font-size: 16px;
	line-height: 30px;
}
.share_social ul li .btn_clipboard {
  cursor: pointer;
}


/* checkbox_red */
form .checkbox label{
  font-weight: normal;
}
form .checkbox.checkbox_red,
form .checkbox.checkbox_red a,
form .checkbox.checkbox_red a:hover{
  color: #f00;
}
form .checkbox.checkbox_red input[type="checkbox"] + span::before{
  border-color: #f00;
}
form .checkbox.checkbox_red input[type="checkbox"]:checked + span::after{
  background-color: #f00;
}

.mb {
  display: none;
}

/* 20190715_soldOut */
.soldOut span{
	position: absolute;
	color: #ffffff;
	font-size: 35px;
	text-align: center;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
	z-index: 1;
	font-family: "Montserrat Alternates",arial;
}
.soldOut:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,0,0,0.5);
	z-index: 1;
}

/* 190724_edit */
[class^="btn-"]{
  font-family: arial;
}
.btn-line{
  border-radius: 5px;
  background: #00c300;
  border-width: 1px;
  border-style: solid;
  border-color: #00c300;
  letter-spacing: 1px;
  color: #fff;
  padding: 0.65em 1.5em;
  line-height: 1em;
  font-size: 16px;
  cursor: pointer;
  margin: 16px 0;
  display: inline-block;
  color: #fff;
}
.btn-line:before{
  content: "";
  background-image: url(../images/w05/line.png);
  width: 18px;
  height: 18px;
  background-size: contain;
  display: inline-block;
  vertical-align: sub;
  margin-right: .5em;
}
.mb16{
  margin-bottom: 16px;
}
footer .footerContent:not(.copyright) .footerType3{
  padding-top: 20px;
}


@media (max-width: 1024px) {
  .pc {
	display: none !important;
  }
  .mb {
	display: block;
  }
}

.proList .itemList .item .itemImg_rectangle {
  padding-bottom: 125%;
}
.proList .itemList .item .itemImg_square{
  padding-bottom: 100%;
}

.itemImg_noRadius {border-radius: 0;}
.itemImg_noRadius:hover {border-radius: 0;}/*20220519 lin add*/
.itemImg_noRadius:not(:hover){border-radius: 0;}/*20220519 lin add*/

.proList .itemList .item .itemImg_horizontal{
  padding-bottom: 75%;
}

.proList .itemList .item .itemInfo{
  display: block;
}


/* 20200409_edit */
.itemImgCover{
  position: relative;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.itemImgCover:after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: rgba(111,78,66,0.5);
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.itemImgCover:hover:after{
  opacity: 0.5;
}

/* cowboy 20200811 fix 首頁圖片置中問題 */
.indexContent_07 .full_view > a,
.indexContent_07 .backstage_flexBlk a,
.indexContent_07 .w1200px > a {
  display: block;
  text-align: center;
}

.pageDetail .item > div:last-child,
.proDetail > div > div > *:last-child {
  /* text-align: center; */
}

.itemTag{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 82px;
  display: flex;
  flex-wrap: wrap;
}
.proTag{
  display: inline-block;
  height: 24px;
  max-width: 82px;
  background-color: #C0392B;
  color: #fff;
  font-size: 12px;
  padding: 0 5px;
  margin-bottom: 3px;
  border-radius: 5px;
  overflow: hidden;
}
.proTag i{line-height: 24px;}
.orangeTag{background-color: #f27c37;}
.redTag{background-color: #ea4837;}
.grayTag{background-color: #8b8585;}

.sideLine{
  display: none;
  position: fixed;
  right: 0;
  top: 61%;
  z-index: 3;
  max-width: 60px;
  max-height: 60px;
}

.showCart {
  top: 55%;

}

.sideLine.mb{display: none;}

.sidecontact{
  display: block;
  position: fixed;
  right: 0;
  top: 70%;
  z-index: 3;
  max-width: 60px;
  max-height: 60px;
}
.sidecontact.mb{display: none;}
.sidecontactus{
  display: none;
  position: fixed;
  right: 0;
  top: 64%;
  z-index: 3;
  max-width: 60px;
  max-height: 60px;
}
.sidecontactus.mb{display: none;}
#sidecart_total{color: yellow;}
.proList .itemList .item .imgBox{
  width: 100%;
  position: relative;
  cursor: pointer;
}
.proList.shop .itemList .item .itemAddFavor{
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 102;/*20220609 lin 調整2->102*/
  display: none;
}/*20220524 lin 購物車註解變button*/
 /* .imgBox .itemAddFavor1{ */
 /* top: 40px !important;
  right: 0px !important; 
  width:35px !important;
  height:35px !important;
  font-size:16px !important;*/
/* }  */
.proList .itemList .item .itemImg{display: block;}
.proList .itemList .item .imgBox:hover .itemAddFavor{
  display: block;
}
.proList.shop .itemList .item .imgBox .itemAddFavor {font-size: 12px;}/*20220609 lin 增加調整加入最愛按鈕大小*/
.footer_cowboyType10 .footer_content .footer_row .footer_title .place{/*20220615 lin 增加圖片顯示*/
  background: url(../images/place.png) no-repeat left center/38px auto;
  padding: 0 5px 0px 45px;
}
.footer_cowboyType10 .footer_content .footer_row .footer_title .social{/*20220615 lin 增加圖片顯示*/
  background: url(../images/social.png) no-repeat left center/38px auto;
  padding: 0 5px 0px 45px;
}
.proList.shop .itemList .item .itemAddCart2{
	font-size: 13px;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 0;
	border: 1px solid #FF9224;
	background: #FF9224;
	position: relative;
	padding: 5px 25px;
	color: #fff;
}
.proList.shop .itemList .item .itemAddCart{
  width: auto;
  height: auto;
  padding: 5px 25px;
  border-radius: 5px;
}/*20220524 lin 購物車註解變button*/
.gotop,.showCart{z-index: 3;}
.shopDetail_button button{font-size: 16px;}
#relateProSlid .itemTitle span,.slidBlock .itemTitle span{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
footer{background: transparent;}
.proList.shop .itemList .item .itemPrice{
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.slick-slider .slick-slide{padding: 30px;}
.proDetail .slick-slider .slick-slide{padding: 3px;}
/*#itemPrice{margin-right: 1em;}*/
#small_price small{padding-left:0;}
.itemImg{border-radius: 5px;}
/*圖片比例*/
.itemImg.itemImg_square{padding-bottom: 100%;}
.itemImg.itemImg_rectangle{padding-bottom: 125%;}
.proDetail .itemSlickNav .itemImg_square{padding-bottom: 100%;}
.proDetail .itemSlickNav .itemImg_rectangle{padding-bottom: 125%;}
/*.slick-slider .itemImg{padding-bottom: 75%;}*//*20220527 lin  增加調整輪播圖外框大小*/
.slick-slider .full_viewhigh1{
  padding-bottom: 35%;
}
.slick-slider .full_viewhigh2{
  padding-bottom: 65%;
}
.slick-slider .full_viewhigh3{
  padding-bottom: 75%;
}
.slick-slider .full_viewhigh4{
  padding-bottom: 75%;
}
.slick-slider .w1200pxhigh1{
  padding-bottom: 35%;
}
.slick-slider .w1200pxhigh2{
  padding-bottom: 75%;
}
.slick-slider .w1200pxhigh3{
  padding-bottom: 75%;
}
.slick-slider .w1200pxhigh4{
  padding-bottom: 75%;
}
.slick-slider .itemImg .Set_horizontal{
  width: 100%;
}
.slick-slider .itemImg .Set_vertical{
  height: 100%;
}
.slick-slider .itemImg img{
  /*width: 100%;
  height: 100%;*//*20220527 lin 註解使輪播圖不會變正方形*/
}

.cowboyListType4.listType2 .itemContent{
  height: 120px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cowboyListType4.listType2 .itemContent span{font-size: 15px !important;}
.cowboyListType4.listType2 .itemContent br{display: none;}
.cowboyListType4.listType2 .itemContent p{margin: 0;}





/*#42016*/
.proList.shop .itemList .item .itemAddCart *{line-height: 2;}
.proList.shop .itemList .item .itemAddCart .tips{
  display: inline-block;
  position:static;
  transform: translateX(0);
  width: auto;
  height: auto;
}/*20220524 lin 購物車註解變button*/

@media (max-width: 1024px){
  footer{margin-top: 0;}
  .sideLine.pc{display: none;}
  .sideLine.mb{display: block;}
  .sidecontact.pc{display: none;}
  .sidecontact.mb{display: block;}
  /*.proList.shop .itemList .item .itemAddFavor{display: block;}*//*20220613 lin 註解 使用購物車註解變button要打開*/
  .proList.shop .itemList .item .imgBox .itemAddFavor{display: block;}
}
@media (min-width: 768px){
  .proList .itemList .item .itemTitle{font-size: 18px;}
  .proList.shop .itemList .item .itemAddCart,.proList.shop .itemList .item .itemAddCart2 {font-size: 16px;}
  .proList.shop .itemList .item .itemAddFavor {font-size: 16px;}/*20220524 lin 增加調整加入最愛按鈕大小*/
}
@media (max-width: 768px){
  .proList.shop .itemList .item .itemPrice {display: inline-block;}
  .cowboyListType4.listType2 .itemContent{
	height: 60px;
	-webkit-line-clamp:2;
  }
}

@media (max-width: 419px){
  .proList .itemList .item .itemTitle{
	height: 38px;
  }
}

.proDetail .itemImg,
.proDetail .itemSlickNav .itemImg {
  padding-bottom: 100%;
}

@media (max-width: 992px) {
  .sideCart .proTableList {
    height: 100% !important;
  }
}



/* cowboy 20220105 本部活蝦款式的 footer_content_11 #43095 */
.eshrimpStyle {
 	/*background: #E0E0E0;*/
}
.eshrimpStyle .slogan_txt {
	padding-top: 80px;
	text-align: center;
}
.eshrimpStyle .slogan_txt small {
	display: block;
	font-size: 12px;
	font-style: italic;
	margin-top: 12px;
}
.eshrimpStyle .ft_info {
	text-align: center;
	padding: 30px 0;
}
.eshrimpStyle .ft_info ul {
	margin: 0;
	padding: 0;
}
.eshrimpStyle .ft_info ul li {
	display: inline-block;
  color: #333;
}
.eshrimpStyle .ft_info ul li:not(:last-child) {
  margin-right: 45px;
}
.eshrimpStyle .ft_info ul li i {
  margin-left: 0;
	margin-right: 5px;
}
.eshrimpStyle .ft_info ul li a {
	display: inline-block;
	color: inherit;
}
.eshrimpStyle .siteMap.type2 {
  padding: 25px 0 22px 0;
  margin: 0;
  text-align: center;
  border: 1px solid #383b3e;
  border-left: 0;
  border-right: 0;
}
.eshrimpStyle .siteMap.type2 li {
	display: inline-block;
	margin: 0 30px;
  padding: 0;
  border: unset;
}
.eshrimpStyle .siteMap.type2 li a {
	display: block;
	color: inherit;
}
.eshrimpStyle .ft_logo {
	text-align: center;
	padding: 30px 0 60px;
}
.eshrimpStyle .container_full {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 23px 50px;
	background-color: #1B322C ;
}
.eshrimpStyle .socialList {
	padding: 0;
	margin: 0;
}
.eshrimpStyle .socialList li {
	width: unset;
  height: unset;
}
.eshrimpStyle .copyRightTxt {
	padding: 0;
}
@media (max-width: 991px) {
	#ft_hide {display: none;}
	.eshrimpStyle .container_full {
		flex-direction: column;
	}
}
@media (max-width: 768px) {
	.eshrimpStyle .ft_info ul li {
		display: block;
	}
  .eshrimpStyle .ft_info ul li:not(:last-child) {
    margin-right: 0;
  }
}
/* cowboy 20220105 本部活蝦款式的 footer_content_11 #43095 end */



/* cowboy 20220107 再製作一個頁尾款式 footer_content_10 */
.allCenterStyle:not(.copyright) {
  text-align: center;
  /*background: #1B322C;*/
  padding: 30px 0;
}
.allCenterStyle .companyInfo i {
  color: #fff;
}
.allCenterStyle.copyright {
  background: #E0E0E0;
}
.allCenterStyle.copyright .copyRightTxt,
.allCenterStyle.copyright .copyRightTxt a {
  color: #666;
}
/* cowboy 20220107 再製作一個頁尾款式 footer_content_10 end */


.marginbtm{
  margin-bottom:16px;
}

.slick-dots{
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0;
}