@charset "UTF-8";
/* CSS Document */

p {
    margin: 0px;
}


a {
    color: #333;
}

ul,li,ol {
    list-style: none;
}

#canvas-tab-alt-content li {
	list-style: disc;
	padding-left: 2px;
}

#header-wrap {
    border-bottom: solid #ffc107 0px; /*選單下黃色線*/
    background-color: #162348!important;
    color: #fff;
}


#header-wrap a {
    color: #fff!important;
}

/* 輔助：Google 翻譯會辨識這個 class */
.notranslate {
	translate: no;
}

:root {
  /* 修改選單高度 */
  --cnvs-header-height:	100px;
  --cnvs-header-height-shrink:	100px;
  --cnvs-side-header-width:	260px;
  --cnvs-side-header-padding-gutters:	30px;
  --cnvs-side-panel-size:	300px;
  --cnvs-side-panel-padding:	50px 70px 50px 40px;
  --cnvs-side-panel-widget-padding:	40px;
  --cnvs-transitions:	0.5s ease;
  /* Social Colors */
}

@media (orientation: portrait) {
  :root {
    --cnvs-header-height: 60px;
  }
}

h2 {
    font-weight: normal;
}

#header {
    /*修改選單字體不加粗*/
  --cnvs-primary-menu-font-weight:	0;
}

.banner-box {
    max-height: 650px;
    width: auto;
}

/*最新推薦*/
.portfolio-rec {
    padding: var(--cnvs-portfolio-desc-padding-x);
}

.portfolio-rec h3 {
    margin: 0;
    padding: 0;
    font-size: var(--cnvs-portfolio-desc-title-size);
    /*color: var(--cnvs-link-color);*/
}


/*最新快訊*/
.portfolio-news {
    padding: var(--cnvs-portfolio-desc-padding-x);
}

.portfolio-news h3 {
    margin: 0;
    padding: 0;
    font-size: var(--cnvs-portfolio-desc-title-size);
    color: #333;
}

.title h3 {
    color: #333;
}


.str12 {
    font-size: 1.2rem;
}

.str15 {
    font-size: 1.5rem;
}

#logo {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 0px;
    max-height: 100%;
}


.btn-orange {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #dee2e6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ffc107;
    --bs-bs-btn-disabled-border-color: #ffc107;
    --bs-btn-border-radius: 0% 10% 10% 0%;
}

.bg-orange {
    background-color: #ffc107;
    border-color: #dee2e6!important;
}



/*index-最新推薦*/
.title {
    position: relative;
}

.title-line {
    width: 100%;
    height: 30px;
    border-top: 1px solid #b2b2b2;
}

.title .topics {
    background: #FFFFFF;
    position: absolute;
    transform: translateY(-50%);
}

.title .topics2 {
    background: #FFFFFF;
    position: absolute;
    right: 0px;
    top:-30px;

}

/*只顯示一行文字*/
.single-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*顯示二行文字*/
.multiline-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.mark {
    height: 5px;
    width: 30px;
    background-color: #ffc107;
}


.hr2 {
    margin: 0rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}

/*瀏覽紀錄*/
#history {
    font-size: 1.2rem;
    position: fixed;
    width: 105px;
    right: 30px;
    bottom: 200px;
    background-color: #f77b00;
    text-align: center;
    color: #FFFFFF;
    border-radius: 8px;
    border: solid 2px #f77b00 ;
    z-index: 9999;
}

#history:hover {
    background-color:#f56f32;
}

#history img {
    width: auto;
    height: 100px;
	border-radius: 8px;
}


.history {
    position: relative;
}

.history .btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 999;
    font-size: 0.6rem;
}


#footer {
    background-color: #162348!important;
}

#footer h3 {
    margin: 0 0 10px 0!important;
}

/*所有商品頁面*/
/*熱銷商品
.top-produce  {
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: bold;
}

.top-produce a {
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: bold;
}*/


/*左側選單*/
.accordion-button:not(.collapsed) {
    color: #333 !important;
    background-color: #FFFFFF !important;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button {
    color: #333 !important;
}

.nab::after {
    background-image: url("images/wbg.jpg")!important;
    background-repeat: no-repeat;
}

.shop .page-title  {
    padding: 4rem 0 0 0!important;
    border-bottom: 0px solid var(--cnvs-page-title-border-color)!important;
}

.left-menu-container {
    border-radius: 10px;
    border: 2px solid #eaeaea;
    margin-bottom: 30px;
}


/*分頁*/
.pagination {
    --bs-pagination-color: #333;
    --bs-pagination-hover-bg:#eaeaea;
    --bs-pagination-hover-color: #666;
    --bs-pagination-hover-border-color:#eaeaea;
    --bs-pagination-active-bg:#666;
    --bs-pagination-active-border-color:#666;
}


/*商品內頁*/
.product-price ins {
    text-decoration: none;
    color: rgb(220 53 69);
    font-size: 2.2rem;
    font-weight: bold;
}

/*
.bg {
	background-image: url("images/bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
*/

.badge-notification {
    font-size: 0.5rem;
    padding-x: 0.45em;
    padding-y: 0.2em;
    margin-top: -0.1rem;
    margin-left: -0.5rem;
    position: absolute;
}

/* 字級及黑色 */
.str_12_black {
    font-size: 1rem;
    color: #000000;
}

.str_13_red {
    font-size: 1.3rem;
    color: red;
}

@media (max-width: 575px){
    td.cart-product-subtotal {
        display: none!important;
    }

    td.cart-product-remove {
        display: none!important;
    }

    .banner-box {
        max-height: 450px;
        width: auto;
    }


}

@media (max-width: 575.98px) {
    .px-6 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .mx-6 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

}


@media (min-width: 1px) and (max-width: 991px) {
    .cart.mt-6 {
        margin-top: 0rem !important;
        margin-bottom:0rem !important;
    }

    .px-6 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .mx-6 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }


    #footer {
        text-align: center;
    }
}

@media (max-width: 991px){
    #footer {
        margin-bottom: 56px!important;
    }

}



