/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: baseline;
    font-family: 微軟正黑體;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.header
  {
    background-color: white;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1071;
   }

/* banner */
.carousel .carousel-item img {
    min-height: 100px;
    max-height: 600px;
    object-fit: cover;
}





.navbar{
    padding: 10px;
}

.nav-item{
    padding: 10px;
}


.listlink{
    padding:12px;
}

.listlink:hover{
    
    color: rgb(190, 146, 62);
    text-decoration: none;
}



a{
    color: grey;
}
a:hover {
    color: rgb(190, 146, 62);
    text-decoration: none;
}

.homepage_h2{
    
    font-size: 20px;
    font-weight: bold;
    margin: 60px 0px 40px 0px;
    color: rgb(190, 146, 62);
    text-align: center;
}
.homepage_p{
    
    line-height: 2;
    margin:20px 0px 20px 0px;
    color: grey;
    text-align: center;

}

.homepage2_h2{
    
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-left: 40px;
    text-align: left;
}
.homepage2_p{
    
    line-height: 2;
    margin: 50px;
    text-align: left;
    color: grey;
}

.homepage3_p{
    
    line-height: 2;
    margin-top: 10px;
    text-align: center;
}


.brand{
    margin: 50px;
}

.storymenu{

    margin: auto;
}

.brand_h1{
    
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    color: rgb(190, 146, 62);

}

.brand_h2{

    font-size: 14px;
    margin: 0 auto;
    padding: 20px;
    letter-spacing: 2px;
    line-height: 2;

}





.product_img{
    display:flex;
    align-items:center;
    justify-content:center;
    display: block;
}


.product_p{

    margin: 0 auto;
    padding: 10px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1.5;
    margin: 15px 0;
    display: block;

}

.js{

    display: block;

}



.breadcrum{
    
    color: rgb(190, 146, 62);
    padding: 20px;


}

.story_h3{
    /* border: 1px solid; */
    font-size: 21px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    color: rgb(190, 146, 62);

}

.story_p{

    font-size: 14px;
    margin: 0 auto;
    padding: 20px;
    letter-spacing: 2px;
    line-height: 2;


}



.main_img1{
    margin: 60px ;  
}



.firstpage_no3{
    margin: 60px 10px 10px 10px;
}



.footer{
    background-color:rgb(161, 161, 161);
    padding: 25px;
    color: white;
    text-align: center;
    margin-top: 100px;
    line-height: 1.5;
}

.icon{

    width: 50px;
    float: right;
    position: fixed;
    z-index: 999!important;
    top: 65%;
    right: 0;    
}


.left-menu ul li
{
    border-bottom: 1px solid gray;
    font-size: 16px;   
}
.card
{
    padding: 0;
    border: 0;
}
.card li
{
    padding: 13px;
}        
.pbtn
{
    border:0;
    color:gray;
    background:white;
}
.pbtn:focus
{
    outline: 0;
}
.pbtn:hover
{
    color:rgb(190, 146, 62);
}
.onlineshop{
    color: rgb(190, 146, 62);
    font-size: 20px;
    margin-left: 1px;
    margin-bottom:30px;
    margin-top: 30px;
    font-weight: bold;
}


.linelogin{
    border: none;
    background-color:#00C300;
    color: white;
    height: 40px;
    width: 227px;
    border-radius:3px;
    display: flex ;
    align-items: center;
    font-weight: bold;
}

.googlelogin{
    border:1px solid rgb(206, 206, 206);
    color: grey;
    height: 40px;
    width: 227px;
    border-radius:3px;
    display: flex ;
    align-items: center;
    font-weight: bold;
    background-color: #fff;
}

.linelogin{
    border: none;
    background-color:#00C300;
    color: white;
    height: 40px;
    width: 227px;
    border-radius:3px;
    display: flex ;
    align-items: center;
    font-weight: bold;
}

.googlelogin{
    border:1px solid rgb(206, 206, 206);
    color: grey;
    height: 40px;
    width: 227px;
    border-radius:3px;
    display: flex ;
    align-items: center;
    font-weight: bold;
    background-color: #fff;
}

    
.onlineshop{
    color: rgb(190, 146, 62);
    font-size: 20px;
    margin-left: 1px;
    margin-bottom:30px;
    margin-top: 30px;
    font-weight: bold;
}

.total{
    font-size: 20px;
    margin-bottom:30px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: 10%;
    font-weight: bold;
}
.total2{
    font-size: 20px;
    margin-bottom:30px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: 5%;
    font-weight: bold;
}
.fin{
    font-size: 20px;
    margin-bottom:30px;
    margin-top: 15px;
    font-weight: bold;

}

.info{
    font-weight: bold;
}

.payment{
    color: grey;
}



.step_btn{
    width: 49%;
    background-color:rgb(190, 146, 62);
    color: white;
    margin-top: 50px;

}
.step_btn0{
    width: 49%;
    background-color:rgb(179, 179, 179);
    color: white;
    margin-top: 50px;
    
}

.step_btn:hover{
    box-shadow: 5.5px 5.5px 5px  #cccccc
}


.linelogin{
    border: none;
    background-color:#00C300;
    color: white;
    height: 40px;
    width: 227px;
    border-radius:3px;
    display: flex ;
    align-items: center;
    font-weight: bold;
}

.googlelogin{
    border:1px solid rgb(206, 206, 206);
    color: grey;
    height: 40px;
    width: 227px;
    border-radius:3px;
    display: flex ;
    align-items: center;
    font-weight: bold;
    background-color: #fff;
}

.info_btn{
    color: grey;
    font-weight: bold;
    padding: 10px;
}
.info_btn:hover{
    background-color: rgb(190, 146, 62);
    color: white;
    font-weight: bold;
}

.blog_text{
   line-height: 1.4;

}
.title_s{
    font-weight: bold;
    font-size: large;
    margin-bottom: 10px;
}
.keyword{
    font-weight: bold; 
    color: black;
}
.keyword_link{
    font-weight: bold; 
    color: #82c0df;
}
  
.hashopping span{
	margin: -17px 0px 0px 24px;
    position: absolute;
}      

@media(max-width: 576px)
{
    .homepage_h2
    {
        font-size: 20px;  
    }
    .homepage1_p
    {
        font-size: 13px; 
        margin-top: 0;
        padding: 25px;
    }
    
    .homepage3_p
    {
        font-size: 14px; 
        margin-top: 0;
        padding: 20px;
    }    
    .brand_h1
    {
        font-size: 20px; 
    }    
    .brand_h2
    {
        font-size: 13px; 
        margin-top: 0;
    }

    .story_h3
    {
        font-size: 11px;  
    }    

    .icon
    {
        width: 35px;
    }
    .footer-p
    {
        font-size: 13PX;
    }

    .product_img
    {
        padding: 0 20px;
    }

    .story_p
    {
        padding: 50px;  
    }   

}
@media(max-width: 768px)
{
    li.nav-item
    {
        border-bottom: 0.5px solid rgb(194, 194, 194);
    }
    
}
@media(max-width: 1000px)
{
    .story_p
    {
        font-size: 12px; 
        padding: 0;               

    }    
}
@media(max-width: 1200px)
{

    .disbr
    {
        display: none;
    }

    .story_h3
    {
        font-size: 20px;  
    }
    .story_p
    {
        font-size: 12px;                
    }    
    li.nav-item 
    {
        border-bottom: 0.5px solid rgb(194, 194, 194);
        font-size: 15px; 
    }

}
@media(min-width: 1500px)
{
    .icon
    {
        width: 60px;
    }
}