.BannerBlock {
    margin: 0 auto;
}
.HtmlBlock {
    width: 90%;
    max-width: 1200px;
    margin: 40px auto;
}
.addbtnGroup {
    display: flex;
    width: 100%;
    text-align: center;
    margin: 0.5rem auto 1rem auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}
.addbtnGroup a {
    opacity: 0.7;
    transition: opacity ease-in-out 0.3s;
}
.addbtnGroup a:hover {
    opacity: 1;
}

/* 商品列表欄位 */
.hotProd {
    width: 80%;
    margin: 30px auto;
}
.hotProd .row {
    margin: 0;
}
.ProdCard_ForOwl {
    width: 100%;
    border: 1px solid #cccccc;
    padding: 5%;
}
.ProdCard_For4 {
    /* -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%; */
    border: 1px solid #cccccc;
    padding: 1%;
    margin: 0.5%;
}
.ProdCard {
    position: relative;
    margin: 5px 0;
    /* cursor: pointer; */
    padding: 6px;
    background: #FFF;
    border: 2px solid #eaeaea;
}
.ProdCard a {
    text-decoration: none;
}
.ProdCard[class*=col-] {
    padding: 6px;
}
/* .ProdCard .SelectProd {
    position: absolute;
    top: 15px;
    left: 10px;
    transform: translateY(-50%);
} */
.ProdCard .ProdImg {
    border: 1px solid #ececec;
    text-align: center;
}
.ProdCard .ProdImg img {
    width: 100%;
    max-width: 320px;
    text-align: center;
    margin: 0 auto;
}
.ProdCard .ProdName {
    width: 100%;
    margin: 5px 0;
    padding: 0 10px;
}
.ProdCard .ProdName .SubTit {
    display: block;
    color: #597710;
    font-size: 14px;
    height: 22px;
    overflow: hidden;
}
.ProdCard .ProdName .mainTit {
    display: block;
    color: #3d4762;
    font-size: 17px;
    height: 50px;
    overflow: hidden;
}
.ProdCard .ProdPrice {
    position: relative;
    width: 100%;
    margin: 5px 0;
    padding: 0 10px;
    text-align: right;
}
.ProdCard .ProdPrice .OriginalPrice {
    text-decoration:line-through;
    color: #c5c5c5;
    font-size: 15px;
}
.ProdCard .ProdPrice .SalePrice {
    font-size: 28px;
    margin-left: 10px;
    color: #bc0000;
    font-weight: bold;
}
.ProdCard .ProdPrice .SalePrice .unit {
    font-size: 15px;
}
.ProdCard .Prod_Qty {
    display: flex;
    position: relative;
    padding: 0 5px;
    justify-content: center;
    align-items: center;
}
.ProdCard .Prod_Qty .SelectProd {
    display: flex;
    width: 20%;
    padding: 0 6px;
}
.ProdCard .Prod_Qty .custom-select {
    width: calc(80% - 0.5rem);
}
.ProdBTN {
    width: 100%;
    font-size: 14px;
}
.ProdBTN span {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}
.ProdBTN .BTN_More {
    background-color: #c5c5c5;
    color: #333;
    margin-bottom: 5px;
}
.ProdBTN .BTN_AddCar {
    background-color: #000;
    color: #FFF;
}

@media screen and (max-width:991px) {
    .hotProd {
        width: 95%;
    }
    .ProdCard .ProdName .SubTit {
        font-size: 13px;
        height: 22px;
        overflow: hidden;
    }
    .ProdCard .ProdName .mainTit {
        font-size: 15px;
    }
    .ProdCard .ProdPrice .SalePrice {
        font-size: 25px;
    }

}


.ProdCard input[type="checkbox"] {
    display: none;
}
.ProdCard input[type="checkbox"]+label {
    width: 25px;
    height: 25px;
    display: inline-block;
    /* padding: 6px; */
    border: 2px solid #eaeaea;
    user-select: none; /* 防止文字被滑鼠選取反白 */
    margin: 0;
    text-align: center;
    border-radius: 50%;
}

.ProdCard input[type="checkbox"]:checked+label {
    display: flex;
    border-radius: 50%;
    font-size: 26px;
    align-items: center;
    justify-content: center;
}
.ProdCard input[type="checkbox"]:checked+label::after {
    content: "\f058";
    color: #ceb53f;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

/* .ProdCard input[type="checkbox"]:checked+span .BTN_AddCar {
    background: #efac49;
} */



/* 商品列表 */
.FilterBOX,
.ProdBOX,
.BrandBOX {
    width: 90%;
}
.FilterBOX {
    margin: 20px auto;
}
.ProdBOX {
    margin: 20px auto;
}
.BrandBOX {
    margin: 30px auto;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
}
.BrandBOX .BrandLOGO {
    padding: 2%;
    text-align: center;
}
.BrandBOX .BrandLOGO img {
    width: 100%;
    max-width: 300px;
}
.BrandBOX .BrandInfo {
    padding: 2%;
    border-left: 1px solid #e6e6e6;
}
.BrandBOX .BrandInfo .Title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.FilterBOX .FilterTit {
    padding: 15px 5px;
    border-bottom: 1px solid #a5a5a5;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.FilterBOX .FilterTit i {
    font-size: 25px;
    color: #7b7b7b;
}
.FilterBOX .FilterContent {
    display: none;
    padding: 10px;
}
.FilterBOX .FilterContent ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.FilterBOX .FilterContent ul li {
    padding: 2px 10px;
    border: 1px solid #a5a5a5;
    margin: 5px;
    cursor: pointer;
}
.FilterBOX .FilterContent ul li.SubTit {
    border: none;
    margin: 5px 0 5px 5px;
    cursor: auto;
}
.FilterBOX .FilterContent ul li.SubTit::after {
    content: " >";
}
.FilterBOX .FilterContent ul li:hover,
.FilterBOX .FilterContent ul li:active {
    background-color: #ececec;
}
.FilterBOX .FilterContent ul li.active {
    background: #000;
    color: #FFF;
}
.FilterBOX .FilterContent ul li.SubTit:hover,
.FilterBOX .FilterContent ul li.SubTit.active {
    background: none;
    color: initial;
}
@media screen and (max-width:991px) {
    .FilterBOX,
    .ProdBOX,
    .BrandBOX {
        width: 90%;
    }
    .BrandBOX {
        background: none;
    }
    .BrandBOX .BrandLOGO {
        padding: 5%;
    }
    .BrandBOX .BrandLOGO img {
        max-width: 250px;
    }
    .BrandBOX .BrandInfo {
        border-top: 1px solid #d6d6d6;
        border-left: none;
        padding: 5%;
    }
}


/* 訂單明細 */
.Member_ProdList {
    width: 100%;
    margin: 0 auto;
}
.Member_ProdList a {
    color: #333;
}
.Member_ProdList a:hover {
    color: #8e8e8e;
}
.Member_ProdList .BagTable {
    width: 100%;
    display: table;
}
.Member_ProdList .BagTable .tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px;
    border-bottom: 1px solid #8e8e8e;
}
.Member_ProdList .BagTable .tr .th {
    display: none;
    background: #000;
    color: #FFF;
    padding: 5px;
    text-align: center;
}
.Member_ProdList .BagTable .tr .returnProdList {
    display: contents;
}
.Member_ProdList .BagTable .tr .returnProdList .td {
    padding: 15px 0;
}
.Member_ProdList .BagTable .tr .td {
    width: 100%;
    display: inline-flex;
    position: relative;
    padding: 5px;
    text-align: center;
}
.Member_ProdList .BagTable .tr .ProdTitle {
    font-weight: bold;
    text-align: left;
}
.Member_ProdList .BagTable .tr .td select {
    padding: 0 10px;
}
.Member_ProdList .BagTable .tr .ProdIMG {
    display: inline-block;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.Member_ProdList .BagTable .tr .ProdInfo {
    position: relative;
    display: inline-block;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
.Member_ProdList .BagTable .tr .td.ShopBag_ProdIMG {
    width: 100%;
    height: auto;
    text-align: center;
}
.Member_ProdList .BagTable .tr .td.ShopBag_ProdIMG img {
    width: 100%;
    max-width: 180px;
}
.Member_ProdList .BagTable .tr .td:first-child:before {
    content: "";
    margin: 0;
}
.Member_ProdList .BagTable .tr .returnProdList .td:first-child:before {
    content: attr(data-th) " : ";
    margin-right: 15px;
}
.Member_ProdList .BagTable .tr .td:before {
    content: attr(data-th) " : ";
    font-weight: bold;
    display: block;
    margin-right: 8px;
}
.Member_ProdList .BagTable .tr .td.DelProd {
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 25px;
    right: 4%;
    top: 40%;
}
.Member_ProdList .BagTable .tr .td.DelProd:before {
    content: "";
    margin: 0;
}

.Member_ProdList .TotalBOX {
    width: 100%;
    margin: 10px auto;
}
.Member_ProdList .TotalBOX .row {
    margin: 0;
}
.Member_ProdList .TotalBOX .SubTotalPrice {
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #c2c2c2;
    line-height: 2em;
    padding: 0 0 10px 0;
}
.Member_ProdList .TotalBOX .TotalPrice {
    width: 100%;
    text-align: right;
    line-height: 2em;
    padding: 10px 0;
}
.Member_ProdList .TotalBOX .TotalPrice .Price {
    font-size: 28px;
    color: #b30000;
    font-weight: bold;
}
.Member_ProdList .TotalBOX .TotalPrice .Price .unit {
    font-size: 15px;
}
.Member_ProdList .TotalBOX .TotalPrice .Promotions {
    font-size: 14px;
    color: #b30000;
}
.Member_ProdList .TotalBOX .SubTotalPrice [class*=col-],
.Member_ProdList .TotalBOX .TotalPrice [class*=col-] {
    padding: 0;
}
.Member_ProdList .TotalBOX .SubTotalPrice .shippingType .form-check-inline {
    margin-right: 0;
    margin-left: .75rem;
}
.Member_ProdList .TotalBOX .SubTotalPrice  .Shipping_Fee {
    display: contents;
}
@media screen and ( max-width: 991px ) {


    .Member_ProdList .BagTable .tr .td:first-child:before {
        content: "";
        margin: 0;
    }
    .Member_ProdList .BagTable .tr .returnProdList .td:first-child:before {
        content: attr(data-th) " : ";
        margin-right: 15px;
    }
    .Member_ProdList .BagTable .tr .td:before {
        content: attr(data-th) " : ";
        font-weight: bold;
        display: block;
        margin-right: 8px;
    }
    .Member_ProdList .BagTable .tr .td.DelProd {
        position: absolute;
        width: 20px;
        height: 20px;
        font-size: 25px;
        right: 4%;
        top: 40%;
    }
    .Member_ProdList .BagTable .tr .td.DelProd:before {
        content: "";
        margin: 0;
    }
}


.categoryMenu {
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 2;
    padding-left: 0;
    padding-right: 0;
}
.top_menu {
    max-width: 1200px;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 1;
    margin: 0 auto;
}
.top_menu .SelectBTN_L {
    width: calc(100% - 50px) !important;
    padding: 0 5px;
}
.menu_Back {
    width: calc(100% - 0);
    padding: 15px 0;
}
.top_menu a {
    color: #333;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 5px 20px;
    line-height: 20px;
    background: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    cursor: pointer;
    text-decoration: none;
}
.top_menu .open_menu,
.top_menu .search_bar {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.menu_all {
    display: none;
    max-width: 1200px;
}
.menu_all .overlay_bg,
.menu_user .overlay_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 2;
}
.menu_all .menu_title,
.menu_user .menu_title {
    position: fixed;
    width: 100%;
    max-width: 1200px;
    top: 0;
    right: 50%;
    padding: 10px 20px;
    line-height: 30px;
    background: #f3f3f3;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    z-index: 3;
    transform: translateX(50%);
}
.menu_all .topMenu_close,
.menu_user .topMenu_close {
    display: block;
    position: fixed;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    background: none;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    outline: none;
    border: none;
}
.menu_all .menu_list,
.menu_user .menu_list {
    position: fixed;
    width: 100%;
    max-width: 1200px;
    height: auto;
    max-height: calc(100vh - 50px);
    top: 50px;
    right: 50%;
    background: #fff;
    z-index: 3;
    overflow: auto;
    transform: translateX(50%);
}
.menu_all .menu_list a,
.menu_user .menu_list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    border-top: 1px solid #f3f3f3;
}
.top_menu .btn_active a {
    color: #fff;
    background: #000;
}

.menu_all .btn_active a {
    background: #779db3;
}
.menu_all .btn_active a {
    color: #FFF;
}
.menu_all .menu_list a .Num,
.menu_user .menu_list a .Num {
    display: block;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    margin-left: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background-color: #cb5a4b;
    border-radius: 99em;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
}
.top_menu .owl-item a .Num,
.top_menu .owl-item p .Num {
    display: block;
    position: absolute;
    min-width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    padding: 0 5px;
    margin-left: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background-color: #cb5a4b;
    border-radius: 99em;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
}
@media screen and (max-width:991px) {
    .top_menu .SelectBTN_L {
        width: calc(100% - 50px);
        padding: 0 10px 0 5px;
    }
}

.top_step {
    width: 100%;
    top: 0;
    background: #F3F3F3;
}
.top_step p {
    color: #979797;
    line-height: 50px;
}
.top_step p.btn_in {
    color: #474747;
    border-bottom: 3px solid #934daa;
}
.top_step p.btn_in span {
    padding: 2px 10px;
    border-radius: 50%;
    color: #FFF;
    background: #934daa;
}
.top_step i {
    margin: 0 10px;
    color: #979797;
}