:root {
  --navBgColor: rgb(255, 255, 255);
  --opacitynavBgColor: rgba(223, 215, 194, 0);
  --navTextColor: rgb(76, 69, 69);
  --navhoverColor: #a50001;
  --highLightColor: #ffcd00;
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: rgb(56, 54, 51);
  --titleColor: #a50001;
  --mainFontColor: rgba(30, 30, 30, 1);
  --opacityFontColor: rgba(103, 99, 90, 0.5);
  --mainBorder: 1.5px solid var(--opacityFontColor);
}

#nav-icon span {

  background: var(--darkColor);

}


.navbar {
  background-color: var(--opacitynavBgColor);
  /* box-shadow: 0px 2px 5px rgba(0,0,0,0.2); */
}

#nav-icon span {
  background: var(--darkColor);
}

.aboutText h6{
  color: #cc981a;
  text-align: left;
}

.floatRightText{
  padding: 70px
}

.floatLeftText p{
  text-align: justify;
}

/* 
#home,#myCarousel{
  
  margin-top: 88px;
} */

.mainBg {
  background-color: var(--navBgColor);
  background-size: cover;
  background-attachment: fixed;
}

.mainMask {
  background-color: rgba(0, 0, 0, 0);
}

.banner-full {

  background-image: url(../img/banner1.jpg)
}

.section:nth-child(odd) {
  background-color: rgb(233, 220, 212)
}

#picCategory .title{
  margin-bottom: 50px;
}

#picCategory .title ul{
  display: flex;
  box-shadow: 0px 0px 8px rgba(193, 193, 193, 0.898);
}

#picCategory .title li{
  padding: 100px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.333%;
  background-color: #dfcabe;
}
#picCategory .title li:hover{
  width: 34%;
}

#picCategory .title img{
  width: 20%;
  margin-bottom: 20px;
}

#picCategory .title h3{
  font-size: 24px;
  font-weight: 900;
  color: #42403c;
  margin-bottom: 5px;
}

#picCategory .title p{
  font-size: 16px;
  font-weight: 400;
  color: #73716d;
}


.category_Text p{
  font-size: 16px;
  margin-bottom: 20px;
}

.item4{
  width: 33.333%;
}


.trafficText img {
  filter: brightness(0.4)
}


#sns ul li {
  filter: brightness(0);
}



.listMenuItem li{
  font-size: 16px;
  text-align: left;
  
}

.footer {
  background-color: #c1baa8;
}

.floatRightText,
.floatLeftText {
  background-color: rgba(255, 255, 255, 0);
}

.footer_logo img{
  width: 80%;
}

#copyright{
  background-color: #e4e4e4;
}

.footerQRcode{
  width: 20%;
}

.footerQRcode a{
  width: 100%;
}

/* 響應式選單*/
@media (max-width:1200px) {
  #logo {
    width: 100%;
  }

  #home,
  #myCarousel {

    margin-top: 88px;
  }

  .navbar {
    background-color: var(--navBgColor) !important;
  }

  .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
  }

  .navbar-brand>img {
    margin: auto;

  }

  .collapse {
    position: absolute;
    display: block;
    top: -1200%;
    margin: 0;
    left: 100%;
    width: 100%;
    min-height: 100vh;
    background-color: var(--navBgColor);
    transition: 0.5s;

  }

  .collapse.move {
    top: 0;
    left: 0;
    opacity: 1;
  }

  .shop1688 {
    left: 15px;
  }

  /* .navbar-collapse{
    background-color: var(--navBgColor);
  } */
  .navbar-header {
    float: none;

  }

  .navbar .container-fluid {
    padding: 0;
  }

  .container-fluid>.navbar-collapse {
    margin: 0;
  }

  .navbar-right {
    margin-right: 0 ;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-nav {
    text-align: center;
    float: none !important;
    margin-top: 100px;
    margin-left: 2px;

  }

  .navbar-nav>li>a::after {
    content: '';
    width: 0%;
    height: 3px;
    background-color: var(--navhoverColor);
    margin: auto;
    margin-top: 5px;
    display: block;



  }

  .navbar-nav>li>a:hover::after {
    width: 5%;



    transition: 0.5s;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;

  }

}



/*響應式調整*/


@media screen and (max-width:1200px) {}

@media screen and (max-width:1024px) {}

@media screen and (max-width:991px) {}

@media screen and (max-width:770px) {}

@media screen and (max-width:576px) {
  .aboutText h6 {
    font-size: 22px;
  }

  article>h3 {
    font-size: 28px;
  }

  .aboutText h6{
    font-size: 20px;
  }

  .floatRightText{
    padding: 30px;
  }

  .listMenuItem{
    flex-direction: column;
  }

  .listMenuItem li{
    width: 100%;
  }

  .btn_a{
    width: 50%;
  }

  #picCategory .title ul{
    flex-direction: column;
  }

  #picCategory .title li{
    width: 100%;
  }

  .footer >div{
    width: 60%;
  }

  .footer_logo img{
    width: 100%;
  }
}

@media screen and (max-width:414px) {}

@media screen and (max-width:375px) {}