#my-nav1 {
    background-color: rgba(255, 255, 255, 0.4); /* 黑色半透明底色 */
    padding-bottom: 10px; /* 適當增加底部間距 */
}



.btn-slider {
    line-height: 27px !important;
	font-family:  serif,"微軟正黑體";
}


.outer_tag {
    background-color: #fff;
}

.slider-text .main-heading {
    font-size: 35px;
	font-family: serif,"微軟正黑體";  
}
.shop-name {
    font-family: serif,"微軟正黑體";    
    font-size: 16px;
}
body {
    font-family: serif,"微軟正黑體";
    font-size: 18px;
    color: #2b2b2b;
}
.heading {
    font-size: 20px;
    font-family:  serif,"微軟正黑體"; 
}

.product {
    padding-top: 20px;
}

.h5, h5 {
    font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 20px;
}

a {
    color: #802528;
}

a:hover {
    color: #2b2b2b;
}

.header-detail-img,.bg-banner-img {
    background-image: url(https://www.zonta.org.tw/images/bee_bg2.jpg);
    height: 70vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.cart_table .product-name {
    font-size: 16px;
}
#logo{
 max-width: 100px;
 margin-left: 20px;
}


@media (min-width: 1024px) { /* 限制在螢幕寬度 ≥1024px（桌機） */
    #logo{
       margin-top: 100px;
    }
}
.index-btn {
    background-color:#147989;
    color: #fff;
    border: 1px solid #147989;
	font-size: 18px;
	line-height: 22px;
}
.index-btn:hover {
    background-color:#802528;
    color: #fff;
	font-size: 24px;
	line-height: 22px;
}
.trans-btn {
    background:  linear-gradient(to right, #EB3349 0%, #F45C43  51%, #EB3349  100%);
    color: #fff;
	border: 0px solid #222;
	font-size: 24px;
	line-height: 26px;
}

.trans-btn:hover {
    background:  linear-gradient(to right, #EB3349 0%, #F45C43  51%, #EB3349  100%);
    border: 0px solid #222;
    color: #fff;
	font-size: 26px;
}

.detail-content .heading {
    font-size: 20px;
}

.product-text .main-heading {
    font-size: 25px;
}

.blog-heading {
    font-size: 16px;
}

.bg-trans-color .navbar-nav .nav-link,.bg-trans-color .navbar-nav .nav-link:hover {
   font-size: 20px;
   font-family: 'Prata', serif,"微軟正黑體"; 
}

#primary li a:before {
    background: #fff;
}

