@charset "utf-8";
/* CSS Document */
/*/
///////////////////////////////////////////////////////////////// [ FONT ]*/
 @font-face {
     font-family: Poppins-Regular;
     src: url('../fonts/poppins/Poppins-Regular.ttf');
}
 @font-face {
     font-family: Poppins-Medium;
     src: url('../fonts/poppins/Poppins-Medium.ttf');
}
 @font-face {
     font-family: Montserrat-Medium;
     src: url('../fonts/montserrat/Montserrat-Medium.ttf');
}
 @font-face {
     font-family: Montserrat-SemiBold;
     src: url('../fonts/montserrat/Montserrat-SemiBold.ttf');
}
/*/
///////////////////////////////////////////////////////////////// [ RESTYLE TAG ]*/
 .preloader {
     position: fixed;
     z-index: 9999;
     width: 100%;
     height: 100%;
     background-color: white;
}
 .preloader img {
     position: absolute;
     top: calc(50% - 32px);
     left: calc(50% - 32px);
}
 .preloader div {
     display: none;
    /* Preload the Second Pricing Image */
     background: url(../images/bg_00.jpg) no-repeat 9999px 9999px;
     background-position: 9999px 9999px;
}
 .menuMain {
     list-style: none;
}
/* 商品區 開始 */
 #itemX {
     background-image: url(../images/item_main_bg.jpg);
     background-position: left top;
     background-repeat: no-repeat;
     min-height: 760px;
     background-color: #fbbb02;
}
 .hLabel {
     display: inline-block;
     margin: 0px;
     text-align: center;
     padding-right: 6px;
}
 .headRow {
     display:none;
}
 .colH {
     border-left: 1px solid rgba(225, 225, 225, 1);
     border-bottom: 1px solid rgba(225, 225, 225, 1);
     padding: 1px;
     text-align: left;
}
 .dataCellR {
     border-right: 1px solid rgba(225, 225, 225, 1);
}
 .colH_materials {
     background-color: #eff38f;
}
 .subtotalV {
     display: inline-block;
     vertical-align: bottom;
}
 .periodSDRV {
     text-align: center;
}
 .numFC {
     padding: 0px;
     text-align: center;
}
 .numF {
     width: 30%;
     height: 45px;
     border: 1px solid #B01A1C;
     text-align: center;
     padding: 0px;
     margin-top: 2px;
}
 .align-center {
     text-align: center !important;
}
 .cartItem {
     margin-top: 6px;
     margin-bottom: 6px;
}
 .lastColumn {
     text-align: right;
     padding-right: 10px;
}
 .nickNameTitle{
     font-weight: bolder;
     color: #9f5d24;
}
 .nickNameNote{
     font-weight: bolder;
     color: #9f5d24;
}
 .numFC {
     position: relative;
}
 .numControl {
     border: 1px solid #d3d3d3;
     padding: 0px 3px;
     margin: 0px 2px;
}
 .numControl:hover {
     background-color: #dddddd;
     color: #fff;
}
 .numControl:focus {
     color: #fff;
}
 .numControl_minus {
     position: absolute;
     top: 3px;
     left: 2px;
}
 .numControl_plus {
     position: absolute;
     top: 3px;
     right: 2px;
}
 .faBI {
     top: 2px;
}
 .iOrderNums {
     width: 100%;
     min-height: 36px;
     text-align: center;
     padding: 0px;
     border: 1px solid #ddd;
     border-radius: 7px;
}
 .subtotalV {
     text-align: center;
}
 .priceV {
     text-align: center;
}
.jBtn i, .submitBtn i, .defaultBtn i, .btnJob-addCart i {
     font-size: 16px !important;
     top: inherit !important;
     margin-right: 5px !important;
     color: #fff;
	 display: inline !important;
}
/* Small devices (landscape phones, 576px and up) */
 @media (min-width: 576px) {
     .colH {
         border-top: 1px solid rgba(225, 225, 225, 1);
         border-left: 1px solid rgba(225, 225, 225, 1);
    }
     .hLabel {
         background-color: rgba(181, 181, 181, 1);
         text-align: right;
    }
     .subtotalV {
         width: 100%;
         height: auto; /* 576 */
    }
}
/* Medium devices (tablets, 768px and up) */
 @media (min-width: 768px) {
	.cartPageNum {
		position: unset;
		top: unset;
		left: unset;
		right: unset;
   }
}
/* Large devices (desktops, 992px and up) */
 @media (min-width: 992px) {
}
/* X-Large devices (large desktops, 1200px and up) */
 @media (min-width: 1200px) {
}
/* XX-Large devices (larger desktops, 1400px and up) */
 @media (min-width: 1400px) {
}
 @media (min-width: 768px) {
     .hLabel {
         display: none;
    }
     .headRow {
         display:inline-flex;
    }
}
 @media (min-width: 1200px) {
     .itemSection {
         padding: 0px;
         width: 1132px;
         box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.6);
         margin-top: 30px;
    }
     .hLabel {
         display: none;
    }
     .colH {
    }
     .numFC {
         padding: 0px;
    }
     .cartItem {
         margin-top: 0px;
         margin-bottom: 0px;
    }
     .lastColumn {
         border-right-color: rgba(225, 225, 225, 1);
         border-right-width: 1px;
         border-right-style: solid;
    }
}
 .formRow {
     margin-right: 0px;
     margin-left: 0px;
}
 .itemSection {
     background-color: #fff;
     font-size: 18px;
     min-height: 400px;
}
 .updItem, .rmItem, .updItemTXT, .rmItemTXT {
     display: inline-block;
}
 .colHT {
     background-color: rgb(255 255 255 / 60%);
     font-size: 15px;
     margin: 0 auto;
     text-align: center;
     border-top-color: rgba(225, 225, 225, 1);
     border-top-width: 1px;
     border-top-style: solid;
     border-left-color: rgba(225, 225, 225, 1);
     border-left-width: 1px;
     border-left-style: solid;
     padding-right: 0px;
     padding-left: 0px;
}
 .colH_even {
     background-color: rgb(242 242 242 / 50%);
}
 .prjRow {
	display: flex;
	justify-content: start;
	align-items: center;

    background-color: #f1f1dd;
    height: unset;
}
.prjRow .itemPic
{
	max-width: 36px;
	max-height: 36px;
	border: 1px solid #bcbc9c;
	margin: 2px;
}
.prjRow .itemPic:hover
{
	cursor: pointer;
}

.itemNoteContainer {
     height: unset;
}
 .sumInfo {
     text-align: right;
     font-size: 1.1rem;
     line-height: 36px;
     color: #e61010;
     font-weight: 800;
}
 .formAction {
     text-align: right;
     line-height: 60px;
}
 .formMainArea {
     margin-top: 0px;
}
 .orderNote {
     width: 100%;
     border: 1px solid #eee;
     border-radius: 3px;
     font-size: 16px;
     padding: 10px;
}
 .noteColumn {
     margin-left: 0px;
}
 .numControlS {
     background-color: rgba(255, 255, 255, 1);
     height: 29px;
     width: 35px;
     margin: 2px;
     margin-right: 2px;
     margin-left: 2px;
     margin-bottom: 5px;
}
 .jBtn {
     font-size: 15px;
     border: 1px solid #fff;
     text-align: center;
     line-height: initial;
     background-color: #ffffffb3;
     border-radius: 7px;
     vertical-align: middle;
     margin: -4px 0px 0px 4px;
     width: 100%;
}
 .jBtn:hover {
     cursor: pointer;
     background-color: aqua;
}
 .accountText {
     border: 1px solid #d2d2d2;
     height: 34px;
     text-align: center;
     border-radius: 4px;
}
 .itemNote {
     width: 100%;
     line-height: 17px;
     height: 100%;
     border: solid 1px #94afce;
     font-size: 14px;
     padding: 5px;
}
 .pZero {
     padding-left: 0px;
     padding-right: 0px;
}
 .itemSection {
     padding: 0px;
     padding-top: 30px;
     padding-bottom: 30px;
}
 .itemL1 {
     position: relative;
     padding: 0px;
     background-image: url(../images/item_L1_bg.jpg);
     background-position: top right;
     background-repeat: no-repeat;
     min-width: 566px;
     min-height: 468px;
}
 .itemR1 {
     position: relative;
     padding: 0px;
     background-image: url(../images/item_R1_bg.jpg);
     background-position: top left;
     background-repeat: no-repeat;
     min-width: 566px;
     min-height: 468px;
}
 .item2 {
     position: relative;
     padding: 0px;
     background-image: url(../images/item_2_bg.jpg);
     background-position: top center;
     background-repeat: no-repeat;
     min-width: 1132px;
     min-height: 200px;
}
 .item3 {
     position: relative;
     padding: 0px;
     background-image: url(../images/item_3_bg.jpg);
     background-position: top center;
     background-repeat: no-repeat;
     min-width: 1132px;
     min-height: 332px;
}
 .itemX {
     position: absolute;
     margin: 0px;
     top: 0px;
     left: 0px;
     width: 100%;
}
 .itemL1X {
     position: absolute;
     top: 10px;
     left: 28px;
     width: 553px;
     height: 458px;
     background-color: aqua;
}
 .itemR1X {
     position: absolute;
     top: 10px;
     left: 0px;
     width: 553px;
     height: 458px;
     margin-top: 34px;
     font-size: 16px;
}
 .bgB {
     background-color: #291500;
     width: 30%;
     color: #FFFFFF;
     text-align: center;
     height: 32px;
     line-height: 32px;
     display: inline-block;
     vertical-align: top;
}
 .ctB {
     display: inline-block;
     padding: 6px;
     font-size: 14px;
     width: 70%;
     padding-top: 3px;
}
 .iName {
     font-size: 28px;
     padding-left: 10px;
}
 .iPrice {
     font-size: 19px;
     color: #f00a36;
     font-weight: 600;
     text-align: right;
     padding-right: 10px;
}
 .noticeInfo {
     color: #f00;
     text-align: right;
     font-size: 14px;
     padding-bottom: 6px;
}
 .iInfo {
     min-height: 120px;
     margin-top: 3px;
}
 .iPeriod {
     min-height: 60px;
}
 .iSpec {
     min-height: 89px;
}
 .item2X {
     position: absolute;
     left: 28px;
     top: 0px;
     min-height: 200px;
}
 .iMemoA {
     width: 15%;
     font-size: 16px;
}
 .iMemoX {
     padding: 30px;
     padding-right: 60px;
     font-size: 15px;
     line-height: 26px;
}
 .iOrder {
     margin-top: 54px;
     text-align: right;
}
 .iOrderA {
     background-color: rgba(41, 21, 0, 1);
     height: 28px;
     line-height: 28px;
     width: 60px;
     text-align: center;
     display: inline-block;
     color: #fff;
}
 #iOrderNums {
     width: 90px;
     height: 28px;
     text-align: center;
}
 .iOrderBtn {
     background-color: rgba(239, 50, 26, 1);
     width: 30%;
}
 .iOtherX {
     width: 70%;
     text-align: center;
     margin-left: 15%;
     margin-right: 15%;
}
 .iOX {
     padding: 4px;
     border: 1px #999 solid;
     margin: 25px;
     margin-top: 2px;
     background-color: rgba(255, 255, 255, 1);
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.6);
}
 .tP {
     width: 100%;
}
 .mP {
     width: 100%;
     height: 40px;
     line-height: 40px;
     background-color: #271400;
     font-size: 23px;
     font-weight: bolder;
     color: #fbbb02;
}
 .bP {
     width: 100%;
     height: 56px;
     line-height: 56px;
     color: #d91b1b;
     font-size: 16px;
     position: relative;
}
 .bpX {
     position: absolute;
     left: 10px;
     top: 4px;
     font-size: 18px;
}
 .bpA {
}
 .bpB {
     font-size: 24px;
}
 .bpAddToCart {
     position: absolute;
     right: 10px;
     top: 3px;
}
 .iOtherA {
     text-align: center;
     font-size: 24px;
     color: rgba(216, 27, 27, 1);
}
 .myCart {
     display: none !important;
}
/* 商品區 結束 */
/* 頁尾區 開始 */
 footer {
     background-color: #fbbb02;
     background-image: url(../images/index_footer_bg.jpg);
     background-position: top center;
     background-repeat: no-repeat;
     min-height: 420px;
     color: rgba(217, 217, 217, 1);
     font-size: 14px;
}
 .coInfo {
     margin: 0px;
}
 dt {
     font-weight: normal;
     line-height: 20px;
}
 .cpyName {
     font-size: 20px;
     line-height: 32px;
     margin-bottom: 2px;
     margin-top: 10px;
}
 .cpyNameV {
     line-height: 20px;
}
 .copyrightInfo {
     margin-top: 60px;
     text-align: left;
}
 .copyrightInfo_line1 {
     color: rgba(127, 107, 47, 1);
}
 .copyrightInfo_line2 {
     color: rgba(113, 67, 14, 1);
}
 .socialMedia {
     margin-top: 28px;
     text-align: right;
}
 .smd {
     display: inline-block;
}
 .smdImg {
     width: 40px;
     height: 40px;
}
 A.scLink:link {
     COLOR: #222222;
     TEXT-DECORATION: none
}
 A.scLink:visited {
     COLOR: #222222;
     TEXT-DECORATION: none
}
 A.scLink:hover {
     COLOR: #d18600;
     TEXT-DECORATION: underline;
     left: 2px;
     top: 2px;
     right: -2px;
     bottom: 0px;
     position: relative;
}

/* 商品顯示圖片 S */
#itemShow {
	position: fixed;
	width: 300px;
	height: 300px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	display: none;
	overflow: hidden; /* 這樣超出的圖片部分不會顯示 */
	z-index: 9999;
	transition: opacity 0.3s ease-out; /* 淡入淡出效果 */
}

#itemShow img {
	width: 100%; /* 讓圖片寬度為整個DIV的寬度 */
	height: auto;
}

#itemShow-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 36px;
	height: 36px;
	background-color: #333333d1;
	color: #fff;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
	user-select: none;
	z-index: 99999;
}

/* 使X水平置中 */
#itemShow-close::before, #itemShow-close::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 70%;
	height: 2px;
	background-color: #fff;
}

/* \ 斜線 */
#itemShow-close::before {
	transform: rotate(45deg);
	left: 15%;
}

/* / 斜線 */
#itemShow-close::after {
	transform: rotate(-45deg);
	right: 15%;
}
/* 商品顯示圖片 E */




/* Small devices (landscape phones, 576px and up) */
 @media (min-width: 576px) {
     .itemNote {
         height: 47px;
         padding: 5px;
    }
     .jBtn {
         border-radius: 7px;
         margin: auto;
         width: 85%;
    }
     .prjRow {
        /*height: max-content;
        */
         overflow: hidden;
         /* white-space: nowrap; */
         text-overflow: ellipsis;
    }
     .formRow {
    }
}
 @media (min-width: 768px) {
     .coInfo {
         margin: 20px;
    }
     .cpyName {
         font-size: 24px;
         margin-bottom: 10px;
    }
     .cpyNameV {
    }
     dt {
    }
     .socialMedia {
         margin-top: 20px;
         text-align: right;
    }
     .copyrightInfo {
         margin: 60px;
         margin-top: 110px;
         margin-right: 60px;
         text-align: right;
    }
     .itemNoteContainer {
         height:inherit;
    }
}
 @media (min-width: 992px) {
     .coInfo {
         margin: 60px;
    }
     .cpyName {
         font-size: 24px;
         margin-bottom: 20px;
    }
     .cpyNameV {
         display: block;
    }
     dt {
    }
     .socialMedia {
         margin-top: 60px;
         text-align: left;
    }
     .copyrightInfo {
         margin: 60px;
         margin-top: 110px;
         margin-right: 60px;
         text-align: right;
    }
}
/* 頁尾區 結束 */

/* itemDetail S */
.itemStoreMessageContain
{
	padding-left: 10px;
}
.itemStoreMessage
{
	background-color: #e9e9e9;
	padding: 5px 10px;
	border-left: 3px solid #d60051;
	font-weight: bold;
}
/* itemDetail E */