/*顏色基礎設定*/
/*一般*/
:root{ 
  --n-blue: #00488e;
  --h-blue: #013569;
  --j-ice: #0086b3;
  /* --d-green: #486040; */ /*一般*/
  /* --h-green: #32442d; *//*一般*/
  --n-green: #738b6f;
  --l-yellow: #E5be3f;
  --h-yellow: #d1ae39;
  --j-black: #323232;
  --h-black: #555;
  --j-white: #f8f8f8;
  --d-green:#f09b07; /*年貨*/
  --h-green: #e18f00;/*年貨*/
  --red:#c6542e;
  --brown:#aa5e00;
}




.btn-info{
  color: #fff !important;
}


body {
  font-family: '微軟正黑體','Noto Sans TC', serif;
  /* background: url(../img/bg-pt.png); */
  background: url(../img/bg-pt-ny.png);
  position: relative;
  color: var(--j-black); 
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 120; 
}

body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible; 
    transition: .3s;
}

p {
  color: var(--j-black);
  font-weight: 500; 
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: '微軟正黑體','Noto Sans TC', serif; 
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}

a, a:hover {
    text-decoration: none !important; 
}

li{
  list-style: none;
}

.row{
  margin-left: 0;
  margin-right: 0;
}

.container-nav{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container{
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
}


.bar{
  justify-content: space-between;
}

.site-navbar .head-top-icon a,
.site-navbar .head-top-icon button{
  margin: 0 3px;
}

.site-navbar .head-top-icon a i{
  color: var(--j-black); 
  transition: 0.3s; 
}
.site-navbar .head-top-icon a:hover > i{
  color: var(--h-yellow);  
}

.sticky-wrapper.is-sticky .site-navbar .head-top-icon a i{
  color: var(--j-black);
}
.sticky-wrapper.is-sticky .site-navbar .head-top-icon a:hover i{
  color: var(--h-yellow);
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 19;
  position: absolute;
  top: 0;
  width: 100%; 
  background-color: #fff;
}

#logo{
  width: 200px;
  padding: 10px ;
}

.cart{
  position: relative;
  transition: .3s;
  cursor: pointer;
}


.cart-quantity{
  position: absolute;
  top: -6px;
  right: -6px;
  font-size: 15px;
  text-align: center;
  width: 20px;
  height: 20px;
  background-color: var(--h-yellow);
  border-radius: 50%;
  line-height: 20px;
  color: #fff;
}
  
.site-navbar .site-logo {
    position: relative;
    left: 0;
    font-size: 24px; 
  }
  
.site-navbar .site-navigation .site-menu {
    margin-bottom: 0; 
    padding-left: 0;
}
    
.site-navbar .site-navigation .site-menu .active {
  color: var(--h-yellow);
  display: inline-block;
  padding: 20px 20px;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block; 
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block; 
}
      
.site-navbar .site-navigation .site-menu > li > a {
  padding: 20px 20px;
  font-size: 17px;
  font-family: '微軟正黑體','Noto Sans TC', serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none !important; 
}


.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #007bff; 
}
      
.site-navbar .site-navigation .site-menu > li.social > a {
  padding-left: 5px;
  padding-right: 5px; 
}
    
.site-navbar .site-navigation .site-menu .has-children {
  position: relative; 
}
      
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px; 
}
        
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon'; 
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid var(--h-yellow);
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s; 
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute; 
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; 
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px; 
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000; 
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
  color: #007bff !important; 
}
        
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 210px; 
}
          
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
  font-size: 15px; 
}
            
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #eff1f3;
  color: #000; }
          
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px; 
}
          
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0; 
}
      
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #007bff;
}
  
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer; 
}
        
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1; 
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; 
}
  
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); 
}
  
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px; 
}
    
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px; 
}
      
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
    
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px; 
}
      
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase; 
}
        
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px; 
}
        
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none; 
}
  
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px; 
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; 
}
    
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529; 
}
  
.site-mobile-menu .site-nav-wrap a:hover {
  color: var(--h-yellow); 
}
    
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block; 
}
      
.site-mobile-menu .site-nav-wrap li .active {
  color: var(--h-yellow); 
}
    
.site-mobile-menu .site-nav-wrap .social {
  display: inline-block; 
}
    
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa; 
}
      
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
      
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
}
    
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%; 
}
      
.site-mobile-menu .site-nav-wrap > li.social {
  float: none !important;
  width: auto !important; 
}
      
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600; 
  font-family: '微軟正黑體','Noto Sans TC', serif;
}
      
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none; 
}
        
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block; 
}
          
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px; 
}
          
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
            
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block; 
}
              
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px; 
}
    
.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em; 
}
      
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}
        
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important; 
}

.sticky-wrapper {
  position: absolute;
  z-index: 2;
  width: 100%; 
}
  
.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
  
.sticky-wrapper .site-navbar .site-menu-toggle {
  color: var(--j-black); 
}

.sticky-wrapper .site-navbar .site-logo a {
  color: #fff; 
}

.sticky-wrapper .site-navbar .site-menu > li > a {
  color: var(--j-black) !important; 
}
      
.sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
  color: var(--h-yellow) !important; 
}

.sticky-wrapper.is-sticky .site-navbar {
    background-color: #fff;
    box-shadow: 0px 0px 7px #c8c8c8;
}
    
.sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
  color: #000; 
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #007bff; 
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
  color: var(--j-black) !important; 
}
  
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
  color: var(--h-yellow)!important; 
}


.head-top-icon{
  display: flex;
  align-items: center;
}
.dropdown-menu {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}


/*footer*/

footer{
  padding: 10px ;
  /* background-color: var(--d-green); */
  background-color: var(--red);
  position: relative;
}

footer::before{
  position: absolute;
  content: '';
  background: url(../img/footer-deco.png) no-repeat bottom /contain;
  width: 437px;
  height: 150px;
  right: 0;
  top: -150px;
  z-index: -1;
}
#white-block{
  height: 41px;
}

#white-block, .fixed-bottom-wrap{
  display: none;
}

/*購物車*/



.screen-overlay{
  width:0%;
  height: 100%;
  z-index: 300;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  display:none;
  background-color: rgba(34, 34, 34, 0.5);
  transition: opacity .5s linear, visibility .5s, width 5s ease-in;
}

.screen-overlay.show{
  transition: opacity .5s ease, width .5s;
  opacity:1;
  width:100%;
  visibility:visible;
  display: block;
}

.offcanvas{
  width:300px;
  visibility: hidden;
  transform:translateX(-100%);
  transition:all .2s;
  border-radius:0; 
  box-shadow: 0 5px 10px rgba(0,0,0, .2);
  display:block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 300;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
}


.offcanvas.show{
  visibility: visible;
  transform: translateX(0);
  transition: transform .5s;
} 

#cart-view{
  position: fixed;
  width: 360px;
  background-color: #fff;
  right: -360px;
  top: 0;
  bottom: 0;
  z-index: 599;
  transition: .5s all ease;
}

#cart-view.open{
  right: 0px;
}

.cart-view-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
}

.cart-view-close{
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}

.cart-view-close i {
  font-size: 24px;
}
.cart-view-close span{
  font-size: 12px;
}

.cart-view-bottom{
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
}

.go-checkout, .total{
  width: 50%;
  padding: 15px 20px;
  text-align: center;
}

.total{
  background-color: #fff;
}

.go-checkout{
  background-color: var(--d-green);
  letter-spacing: 1px;
  color: #fff;
  font-weight: 600;
}

.go-checkout:hover{
  color: #fff ;
  background-color: var(--h-green);
}
.total{
  border-top: 1px solid #e0e0e0;
}

.cart-inner-list, .cart-inner-freebee{
  padding: 15px;
}


.cart-inner-list .pd-cat-2,
.cart-inner-freebee .pd-cat-2
{
  font-size: 12px;
  letter-spacing: 1px;
}

.list-pd, .list-freebee{
  display: flex;
  margin-bottom: 20px;
}
.list-pd-img, .list-freebee-img{
  width: 100px;
  height: 100px;
}

.list-pd-img img, .list-freebee-img img{
  object-fit: cover;
  height: 100%;
}
.list-pd-info{
  width: calc(100% - 100px);
  padding-left: 20px;
}

.pd-cat-1{
  padding:2px 6px;
  background-color: var(--n-green);
  color: #fff;
}
.pd-cat-2{
  padding:2px 6px;
  background-color: var(--j-ice);
  color: #fff;
}
.pd-cat-3{
  padding:2px 6px;
  background-color: var(--n-blue);
  color: #fff;
}

.cko-w-bt-left .pd-cat-2,.cko-w-bt-left .pd-cat-1{
  width: 75px;
  text-align: center;
}

.clear{
  clear: both;
}

.delete{
  padding: 0 6px;
  cursor: pointer;
}
.delete:hover i{
  color: #a20000;
}

.cart-inner-freebee{
  border-top: 1px solid #e0e0e0;
}


.freebee-cat{
  padding: 2px 6px;
  background-color: #a20000;
  color: #fff;
}

.scroll-wrap{
  max-height: calc(100vh - 170px);
  overflow-y: auto;
}

.q-count{
  display: flex;
}



/*首頁----------------------------------------------*/

.toTop-arrow{
  width: 40px;
  height: 40px;
  background-color: var(--h-blue);
  color: #fff;
  border-radius: 50px;
  position: fixed;
  right: 10px;
  bottom: 50px;
  display: none;
}


#hero {
  max-width: 1920px;
  padding-top: 70px;
  position: relative;
}

.slick-dots{
  bottom: 10px;
}

.slick-dots li.slick-active button:before{
  color: #fff;
}

#hero #right-arrow,#hero #left-arrow{
  position: absolute;
  top: 50%;
  z-index: 1;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
#hero #right-arrow{
  right: 50px;
}
#hero #left-arrow{
  left: 50px;
}

.slick-dotted.slick-slider{
  margin-bottom: 0;
}

/*news*/
.shadow-bg{
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.block-title{
  display: inline-block;
  width: fit-content;
  position: relative;
  font-weight: 600;
}
.block-title::before{
  position: absolute;
  content: '';
  /* background: url(../img/title-deco.png) no-repeat center / contain; */
  background: url(../img/title-deco-ny.png) no-repeat center / contain;
  width: 100%;
  /* height: 20px;
  top: -25px; */
  height: 60px;
  top:-60px;
}


/* #news{
  background: url(../img/shadow.png) no-repeat bottom / cover;
  padding-bottom: 100px;
} */
#news{
  background: url(../img/nybg-1.jpg) no-repeat bottom / cover;
  padding-bottom: 100px;
}

#news .shadow-bg{
  padding: 40px;
}

.news-ul{
  padding-left: 0;
}

.news-ul li+li{
  border-top: 1px solid #e7e7e7;
  padding-top: 15px;
  margin-top: 15px;
}
.news-ul li a{
  align-items: center;
  color: var(--j-black);
  justify-content: space-between;
  cursor: pointer;
}

.news-sub{
  display: flex;
}

.news-sub{
  width: 27%;
}

.news-title{
  width: 70%;
}

.news-cat span{
  font-size: 12px;
  padding: 3px 6px;
}

.news-sub .year,.news-sub .cat{
  letter-spacing: 2px;
  font-size: 14px;
}

.news-sub .cat-1{
  color: var(--h-yellow);
}
.news-sub .cat-2{
  color: var(--j-ice);
}
.news-sub .cat-3{
  color: var(--n-green);
}

:root {
  
  --gap: 20px;
  --duration: 20s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}


.marquee-wrap{
  background-color: #0000005d;
  position: fixed;
  width: 100%;
  top: 73px;
  padding: 10px 15px;
  z-index: 1;
}

ul.marquee{
  width: 100% !important;
  background-color: unset !important;
  border: unset !important;
  margin-top: 0px !important;
  height: 30px !important;
  padding-left: 0px !important;
}

ul.marquee li{
  color: #fff !important;
  font-size: 16px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.account-btn{
  display: flex;
  flex-direction: column;
  padding: 3px 6px;
  border: 1px solid #888888;
  border-radius: 5px;
  transition: .3s;
}
.account-btn:hover{
  background-color: #efefef;

}




/*首頁分類*/
#classify{
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.classify-wrap{
  display: flex;
}
.classify-item{
  border: 3px solid #aa5e00;
  border-radius: 10px;
  padding: 30px ;
  display: block;
  margin: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 330px;
  cursor: pointer;
}

.classify-item-inner{
  display: flex;
  flex-direction: column;
  color: #aa5e00;
  align-items: center;
}

.classify-item:hover{
  background-color: #aa5e00;
}
.classify-item:hover .classify-item-inner{
  color: #fff;
}

.ls2{
  letter-spacing: 2px;
}

/*首頁推薦商品*/
.bootstrap-dialog .bootstrap-dialog-close-button{
  float: none !important;
  display: inline-block !important;

}

.bootstrap-dialog.type-success .modal-header{
  background-color: var(--brown) !important;
}

.modal-header .close{
  padding: 8px !important;
  color: #fff;
  opacity: 0.9;
}
.bootstrap-dialog-header{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}



#recommend{
  background-color: #d1ae3919;
  position: relative;
  padding-bottom: 150px;
  min-height: 100vh;
  padding-top: 180px;
}
#recommend::before{
  display: none;
  position: absolute;
  content: '';
  /* background: url(../img/index-deco.png) no-repeat center /contain; */
  background: url(../img/index-deco-ny.png) no-repeat center /contain;
  width: 280px;
  height: 150px;
  /* left: -37px;
  top: -45px; */
  left: 0;
  top: -70px;
}

#recommend .nav-tabs li{
  width: 50%;
  text-align: center;
}



.search-box{
  position: relative;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.search-box a{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #212529;
  width: 30px;
  text-align: center;
}

.search-box a:hover{
  color: var(--d-green);
}


#recommend .nav-tabs .nav-link.active, 
#recommend .nav-tabs .nav-item.show .nav-link{
  background-color: var(--red);
  color: #fff;
}

#recommend .nav-tabs .nav-link{
  background-color: #efefef;
  color: var(--j-black);
}

.item-list-inner{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}


.item-list-inner + .item-list-inner{
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 15px;
}

.item-list-inner div:nth-child(1){
  width: 64%;
  cursor: pointer;
}

.item-list-inner div:nth-child(3){
  width: 20%;
  justify-content: center
}
.item-list-inner div:nth-child(2),
.item-list-inner div:nth-child(4){
  width: 8%;
  text-align: center;
}

.item-list-inner div:nth-child(3):hover span:nth-child(4){
  color: var(--red);
  text-decoration: underline;
}

.item-list-inner div:nth-child(3) a{
  display: block;
}


.ball{
  width: 20px;
  height: 20px;
  background-color: #ddd;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
}

.item-list-wrap{
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 5px;
}



.btn-light{
  border-color: #ddd;
}


.img-default-product-btn{
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
} 

.index-product-wrap{
  padding: 20px 20px 120px 20px;
  background-color: #fff;
  height: 100%;
  position: relative;
}

.pd-img{
  display: block;
  position: relative;
  cursor: pointer;
}

.pd-img img{
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
}

.pd-img:hover{
  opacity: .8;
}


.pd-cat-bg-1{
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--red);
  color: #fff;
  font-size: 14px;
  padding: 3px 12px;
  letter-spacing: 1px;
  border-radius: 3px;
}
.pd-cat-bg-3{
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--n-blue);
  color: #fff;
  font-size: 14px;
  padding: 3px 12px;
  letter-spacing: 1px;
  border-radius: 3px;
}
.pd-cat-bg-4{
  position: absolute;
  right: -8px;
  top: -10px;
  background-color: var(--d-green);
  color: #fff;
  font-size: 13px;
  padding: 3px 12px;
  letter-spacing: 1px;
  border-radius: 3px;
}

.list-cat-1{
  background-color: var(--n-blue);
  color: #fff;
  font-size: 14px;
  padding: 3px 12px;
  letter-spacing: 1px;
  border-radius: 3px;
}

.list-cat-2{
  background-color: var(--red);
  color: #fff;
  font-size: 14px;
  padding: 3px 12px;
  letter-spacing: 1px;
  border-radius: 3px;
}





.index-product-wrap .pd-info{
  border-top: 1px solid #b2b2b2;
  padding-top: 15px;
  margin-top: 25px;
}

#recommend .col-lg-4{
  padding-left: 30px;
  padding-right: 30px;
}

.w-20{
  width: 20%;
}

.w-30{
  width: 30%;
}

.w-40{
  width: 40%;
}

.w-50{
  width: 50%;
}

.w-60{
  width: 60% !important;
}

.w-70{
  width: 70%;
}

.w-80{
  width: 80%;
}

.fw-600{
  font-weight: 600;
}
.fz-12{
  font-size: 12px;
}

.fz-13{
  font-size: 13px;
}
.fz-14{
  font-size: 14px;
}
.fz-15{
  font-size: 15px;
}

.fz-18{
  font-size: 18px;
}
.fz-22{
  font-size: 22px;
}
.fz-24{
  font-size: 24px;
}
.fz-30{
  font-size: 30px;
}
.fz-36{
  font-size: 36px;
}
.fz-60{
  font-size: 60px;
}
.fz-70{
  font-size: 70px;
}
.index-product-wrap .pd-info h5{
  font-weight: 600;
}
.index-product-wrap .pd-info .price{
  font-size: 19px;
  font-weight: 600;
  color: var(--red);
}
.w-46{
  width: 46%;
}
.j-s-b{
  justify-content: space-between;
}

.add-to-cart{
  background: var(--h-yellow);
  color: #fff !important;
  letter-spacing: 1px;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.add-to-cart:hover{
  background: var(--l-yellow);
  color: #fff;
}



/*點選加入購物車跳出視窗*/
.modal{
  background: #00000061;
}

.popup-info{
  padding-bottom:20px;
  
}

.popup-img{
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.popup-img img{
  object-fit: contain;
}



.bt-wrap{
  margin-top: 30px;
}
.bt-wrap .addtocart{
  width: 100%;
  cursor: pointer;
  background-color: var(--h-yellow);
  color: #fff !important;
}

.bt-wrap .addtocart:hover{
  background-color: var(--l-yellow);
  color: #fff !important;
}


.limit-time{
  border: 2px solid var(--red);
  color: var(--red);
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 0;
  font-size: 18px;
}

.color-red{
  color: var(--red);
}


/*登入----------------------------------------------*/

.breadcrumb{
  padding: 140px 0 25px;
  margin-bottom: 0;
  background: unset;
}

.breadcrumb li+li{
  padding: 0 10px ;
  position: relative;
}

.breadcrumb li+li::before{
  content: '/';
  margin-right: 10px;
}



#login{
  padding: 0px 0px 50px;
  min-height: calc(100vh - 240px);
}

#login .container{
  opacity: 0.99;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.login-wrap{
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 15px;
}

.login-wrap h3{
  font-weight: 600;
}

.line-btn{
  background-color: #00b900;
  color: #fff;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  transition: .3s;
}

.line-btn img{
  width: 30px;
}

.line-btn:hover{
  color: #fff;
  box-shadow: #0a7a0057 0px 4px 16px, #0b80001a 0px 8px 16px;
}

.thread{
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.thread::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #b2b2b2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.thread span{
  background: #fff;
  padding: 0 6px;
  color: var(--j-black);
}

.lg-btn{
  padding: 8px 30px;
}

.btn-green{
  background: var(--d-green);
  color: var(--j-white) !important;
}
.btn-green:hover{
  background: var(--h-green);
  color: var(--j-white) !important;
}
.btn-outline-green{
  border: 1px solid var(--d-green);
  color: var(--d-green) !important;
}
.btn-outline-green:hover{
  border: 1px solid var(--h-green);
  color: var(--h-green) !important;
}


.btn-blue{
  background: var(--n-blue);
  color: var(--j-white) !important;
}

.btn-blue:hover{
  background: var(--h-blue);
  color: var(--j-white) !important;
}


.fpw{
  font-size: 14px;
  color: var(--j-black);
  letter-spacing: 1px;
}

.go-signup{
  color: var(--h-yellow);
  font-size: 17px;
  letter-spacing: 2px;
  border-bottom: 1px solid var(--h-yellow);
  padding-bottom: 2px;
  transition: .3s;
}
.go-signup:hover{
  color: var(--n-blue);
  border-bottom: 1px solid var(--n-blue);

}

/*註冊*/

.btn-yellow{
  background: var(--h-yellow);
  color: var(--j-white);
}
.btn-yellow:hover{
  background: var(--l-yellow);
  color: var(--j-white);
}
.icon-wrap{
  position: relative;
}
.reveal-icon{
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
}

.signup-wrap .form-inline label{
  margin-right: 10px;
}

.signup-wrap .form-inline input{
  flex-grow: 1;
}

.signup-wrap .go-signup{
  color: var(--n-blue);
  font-size: 17px;
  letter-spacing: 2px;
  border-bottom: 1px solid var(--n-blue);
  padding-bottom: 2px;
  transition: .3s;
}
.signup-wrap .go-signup:hover{
  color: var(--h-yellow);
  border-bottom: 1px solid var(--h-yellow);

}

/*會員中心頁*/
#account{
  display: flex;
  justify-content: space-between;
}
#account.container{
  padding: 0px 0px 50px;
  min-height: calc(100vh - 140px);
}

.ac-left{
  width: 22%;
}

.ac-l-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}

.ac-l-top a{
  border: 1px solid var(--n-green);
  padding: 0 10px;
  color: var(--n-green) !important;
  cursor: pointer;
  display: block;
}

.ac-l-top a:hover{
  background-color: var(--n-green);
  color: #fff !important;
}

.ac-ul{
  padding-left: 0;
}
.ac-ul li{
  padding:  15px;
}
.ac-ul li+li{
  padding-top: 15px;
  border-top:1px solid #e1e1e1
}

.ac-ul li.active{
  background-color: #f4f4ea;
}

.ac-ul li.active a::before{
  position: absolute;
  content: '';
  width: 8px;
  height: 100%;
  background-color: var(--l-yellow);
  left: 0;
  top:0;
}
.ac-ul li.active > a{
  padding-left: 18px;
}

.ac-ul li a{
  color: var(--j-black);
  position: relative;
}


.ac-right{
  width: 75%;

}
.ac-left .shadow-bg{
  padding: 15px;
}
.ac-right .shadow-bg{
  padding: 40px 15px 50px 15px;
}


.ac-wrap{
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}


.ac-title{
  position: relative;
  padding-left: 18px;
}

.ac-title::before{
  position: absolute;
  content: '';
  width: 8px;
  height: 100%;
  background-color: var(--l-yellow);
  left: 0;
  top:0;
}

.ac-wrap .form-inline input{
  flex-grow: 1;
}

/*會員中心-訂單*/
.ac-right ul.nav{
  justify-content: center;
}

.ac-right ul.nav-tabs{
  border-bottom: unset;
}

.ac-right .nav-tabs .nav-link {
  border: 1px solid #e7e7e7;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 18px;
  letter-spacing: 2px;
  color: var(--j-black);
}

.ac-right .nav-tabs .nav-link.active.room{
  background-color: var(--h-green);
  color: #fff;
  border-color: var(--h-green);
}
.ac-right .nav-tabs .nav-link.active.fridge{
  background-color: var(--j-ice);
  color: #fff;
  border-color: var(--j-ice);
}
.ac-right .nav-tabs .nav-link.active.freeze{
  background-color: var(--n-blue);
  color: #fff;
  border-color: var(--n-blue);
}

#room table th{
  background-color: var(--h-green);
  color: var(--j-white);
}
#fridge table th{
  background-color: var(--j-ice);
  color: var(--j-white);
}
#freeze table th{
  background-color: var(--n-blue);
  color: var(--j-white);
}


.order-title{
  display: flex;
}

#room .order-title{
  background-color: var(--h-green);
  color: var(--j-white);
}
#fridge .order-title{
  background-color: var(--j-ice);
  color: var(--j-white);
}
#freeze  .order-title{
  background-color: var(--n-blue);
  color: var(--j-white);
}

.order-title span{
  width: 25%;
  padding: 0.75rem;
  font-weight: 600;
}
.order-open{
  cursor: pointer;
}
.order-open i{
  transition: .3s;
}
.order-open.open i{
  transform: rotate(-180deg);
}

.order-info{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
}

.order-wrap:nth-child(odd){
  background-color: #f6f6f6;
}

.order-info > span{
  width: 25%;
  padding: 0.75rem;
}

.order-info .order-detailed{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.75rem;
}
.order-detailed .de-part{
  width: 48%;
}

.order-list{
  display: flex;
  justify-content: space-between;
}

.de-part ul{
  padding-left: 0;
}

.de-part ul li{
  font-size: 14px;
}

.sp-order{
  display: none;
}

/*結帳第一步*/
.checkout-step-wrap{
  padding-top: 160px;
  margin-bottom: 50px;
}

#checkout1, #checkout2, #checkout3{
  padding-bottom: 70px;
}

.checkout-step-wrap ul{
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
.checkout-step-wrap ul li{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.checkout-step-wrap ul li.line{
  width: 80px;
  height: 1px;
  background-color: var(--h-black);
}


.checkout-step-wrap ul li span:nth-child(1){
  height: 50px;
  width: 50px;
  border: 1px solid #555;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.checkout-step-wrap ul li.active span:nth-child(1){
  background-color: #555;
  color: #fff;
  position: relative;
}

.checkout-step-wrap ul li.active span:nth-child(1)::before{
  position: absolute;
  content: '';
  height: 60px;
  width: 60px;
  background-color: #89898950;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  z-index: -1;
}





.checkout-wrap{
  padding: 40px 50px;
}

.checkout-wrap table tr th{
  background-color: var(--brown);
  color: #fff;
  text-align: center;
}

.checkout-wrap table tr td{
  text-align: center;
  vertical-align: middle;
}

.ck1-pd-info{
  width: calc(100% - 140px);
  max-width: calc(100% - 140px);
  text-align: left;
  margin-left: 30px;
}

.ck1-pd-info p{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ck1-pd-img{
  width: 140px;
  height: 140px;
}
.ck1-pd-img img{
  height: 100%;
  object-fit: cover;
}

.cko-w-bt{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.cko-w-bt-left{
  width: 60%;
  padding-left: 15px;
}
.cko-w-bt-left-top{
  padding: 15px;
  margin-left: -15px;
  background-color: #f9f9f5;
  margin-bottom: 30px;
}
.cko-w-bt-left-top > span{
  padding: 4px 30px;
}

.cko-w-bt-left > span{
  background-color: #a20000;
  padding: 4px 30px;
  color: #fff;
}

.cko-w-bt-left ul{
  padding-left: 0;
}

.freebee-li{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.freebee-li span:nth-child(2){
  width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.cko-w-bt-right p{
  background-color: #f9f9f5;
  font-size: 20px;
  margin-bottom: 0;
  padding: 8px 30px;
}


.sp-table-wrap{
  display: none;
}

/*結帳第二步*/
.paragraph-title{
  color: #fff;
  background: var(--brown);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 5px 5px 5px 10px;
}

.paragraph-op{
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}

.buy-details{
  display: flex;
}
.buy-details .paragraph-title{
  width: calc(100% - 120px);
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
}
.details-btn{
  font-size: 18px;
  width: 120px;
  background-color: var(--h-black);
  color: #fff !important;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s;
}

.details-btn:hover{
  background-color: var(--j-black);
}

.details-inner ul{
  padding-left: 0;
}

.freebee-list > span{
  background-color: #a20000;
  padding: 4px 30px;
  color: #fff;
}

.freebee-list{
  border-left: 1px solid #e7e7e7;
  padding: 10px 10px 10px 30px;
}
.left-list{
  padding: 10px 30px 10px 10px;
}
.left-list, .freebee-list{
  width: 50%;
}

.left-list ul li{
  display: flex;
  flex-wrap: wrap;
}

.left-list ul li span:nth-child(3){
  margin-left: auto;
}

.details-inner{
  display: flex;
}

.details-btn i{
  transition: .3s;
}

.details-btn.open i{
  transform: rotate(180deg);
}


.paragraph .form{
  padding: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph .form input{
  flex-grow: 1;
}

.all-total{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
}
.all-total ul{
  width: 350px;
  background-color: #fbfbf4;
  padding: 15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.all-total ul li{
  display: flex;
  justify-content: space-between;
  letter-spacing: 1px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.all-total ul li+li{
  border-top: 1px solid #e7e7e7;
}

.all-total ul .all-count{
  color: var(--red);
  font-size: 20px;
  font-weight: 600;
}


/*結帳第三步*/
.bg-yellow{
  background: var(--d-green);
  padding: 5px;
  color: #fff;
}
.bg-blue{
  background: var(--n-blue);
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
}



#checkout3 .checkout-wrap{
  padding-top: 80px;
}

.ck3-img{
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 50px;
}

.ck3-img::before,.ck3-img::after{
  position: absolute;
  content: '';
}

.ck3-img::before{
  background: url(../img/ck3-2.png) no-repeat center /contain;
  width: 40px;
  height: 40px;
  left: 0;
  top: 30px;
  animation: scale 1s alternate infinite ease-in;
}
.ck3-img::after{
  background: url(../img/ck3-3.png) no-repeat center /contain;
  width: 50px;
  height: 50px;
  right: 67px;
  bottom: 67px;
  animation: scale 1s alternate infinite ease-in;
  animation-delay: 0.5s;
}
@keyframes scale {
  0%   {transform: scale(.8);}
  100% {transform: scale(1.2);}
}



/*結帳第四步*/
.pay_opt{
  width: fit-content;
  margin-left: auto;
  min-width: 240px;
  max-width: 240px;
}

.pay_opt p{
  text-align: right;
}

.pay_opt h6{
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
}

.pay_opt table td{
  padding: 8px;

}

.pay_opt .table{
  background-color: #f5f5f5;
}



/*商品分類頁*/

#shop-wrap .container .index-product-wrap .pd-info{
  border-top: none;
  margin-top: 0;
}

#shop-wrap .container .index-product-wrap .add-to-cart{
  font-size: 14px;
  padding: 0.375rem;
}

.pd-add-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pagination{
  justify-content: center;
}
.page-link{
  border:none;
  margin: 0 2px;
  color: var(--j-black);
  position: relative;
}

.page-link.active::before{
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  background-color: var(--j-black);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.page-link:hover {
  z-index: 2;
  color: var(--h-yellow);
  text-decoration: none;
  background-color: unset;
  border-color: unset;
}


/*商品內頁*/

#product-wrap,#shop-wrap{
  padding-bottom: 80px;
}

.pd-top-wrap{
  display: flex;
  padding: 40px 15px 60px;
  justify-content: space-between;
}
.pd-top-left,.pd-top-right{
  width: 50%;
}

.pd-img-wrap{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pd-img-wrap #left-arrow,
.pd-img-wrap #right-arrow{
  position: absolute;
  color: #fff;
  top: 37%;
  z-index: 1;
  font-size: 20px;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
  cursor: pointer;
}
.pd-img-wrap #left-arrow{
  left: 20px;
}
.pd-img-wrap #right-arrow{
  right: 20px;
}
.pd-top-right .pd-info{
  padding: 10px;
}

.default-wrap select{
  width: 150px !important;
  text-align: center;
  margin-right: 20px;
}

.default-wrap .addtocart{
  background-color: var(--h-yellow);
  color: #fff !important;
  letter-spacing: 1px;
  font-size: 17px;
  cursor: pointer;
  width: 150px;
}

.default-wrap .addtocart:hover{
  background-color: var(--l-yellow);
  color: #fff !important;
}

.default-wrap{
  margin-top: 30px;
}

.slider.slider-for{
  background-color: #f6f6f6;
}


.freebee-img{
  width: 80px;
  position: relative;
}

.freebee-circle{
  position: absolute;
  background-color: #a20000;
  color: #fff;
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  top: -12px;
  left: -12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.freebee-wrap{
  display: flex;
}


.pd-desc{
  padding: 60px 50px;
}

.c-card-pay{
  display: none;
  background: #fff9d2; 
  padding: 15px;
}

.c-card-shyu{
  display: flex;
}


input.remove_select::-webkit-outer-spin-button,
input.remove_select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.remove_select[type=number] {
  -moz-appearance: textfield;
}


.wran-info{
  background: #fff9d2; 
  padding: 4px 6px; 
  display: flex;
  justify-content: space-around;
  align-items: center;
}




/*RWD*/
@media (max-width:1440px) {
  .container-nav{
    width: 96%;
  }
}
@media (max-width:1300px) {
  .container-nav{
    width: 98%;
  }
  #logo{
    width: 160px;
  }
}


@media (max-width:1200px) {

  .toTop-arrow{
    bottom: -100px;
  }
  .head-top-icon  {
    display: none;
  }
  #white-block, .fixed-bottom-wrap{
    display: block;
  }
  .fixed-bottom{
    background-color: var(--brown);
    z-index: 60;
  }

  .fixed-bottom ul{
    display: flex;
    margin-bottom: 0px;
    justify-content: space-evenly;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
  }

  .fixed-bottom ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--j-white) !important;
    cursor: pointer;
  }

  .fixed-bottom ul li a:hover{
    color: var(--light);
  }

  .fixed-bottom ul li a span{
    font-size: 13px;    
  }

  .cart-quantity {
    position: absolute;
    top: -10px;
    right: -6px;
  }

  .container{
    width: 95%;
  }

  #recommend .col-lg-4{
    padding-left: 15px;
    padding-right: 15px;
  }

  .site-mobile-menu{
    background: url(../img/bg-pt.png);
  }
  .left-list ul li,  .freebee-list  ul li{
    font-size: 15px;
  }


  .item-list-inner div:nth-child(1){
    width: 60%;
  }

  .item-list-inner div:nth-child(2){
    width: 6%;
  }
  .item-list-inner div:nth-child(3){
    width: 28%;
  }
  .item-list-inner div:nth-child(4){
    width: 6%;
  }
  



}


@media (max-width:992px) {

  .c-card-shyu{
    margin-top: 15px;
  }
  .checkout-step-wrap ul{
    width: 80%;
  }
  .checkout-step-wrap ul li span:nth-child(1){
    width: 40px;
    height: 40px;
  }
  .checkout-step-wrap ul li.active span:nth-child(1)::before{
    width: 50px;
    height: 50px;
  }


  .checkout-step-wrap ul li span:nth-child(2){
    font-size: 13px;
  }

  .checkout-step-wrap ul li.line{
    width: 40px;
  }

  .news-ul li a{
    flex-direction: column;
  }
  .news-sub,.news-title{
    width: 100%;
  }
  .news-title{
    margin-top: 5px;
  }

  .default-wrap select, .default-wrap .addtocart{
    width: 125px !important;
  }
  .pd-top-left{
    width: 45%;
  }
  .pd-top-right{
    width: 55%;
  }

  .cko-w-bt-left{
    width: 60%;
    font-size: 14px;
  }

  .freebee-li span:nth-child(2){
    width: 240px;
  }

  .checkout-wrap {
    padding: 40px 25px;
}
  .ck1-pd-info{
    width: 280px;
    margin-left: 15px;
  }
  .ck1-pd-info p{
    font-size: 16px;
  }
  .ck1-pd-img{
    width: 110px;
    height: 110px;
  }

  #account {
    display: flex;
    justify-content: unset;
    flex-direction: column;
    align-items: center;
  }
  .ac-left, .ac-right{
    width: 100%;
  }
  .ac-left{
    margin-bottom: 50px;
  }

}

@media (max-width:900px){
  .ck1-pd-info{
    width: 200px;
  }
}


@media (max-width:768px) {
  .sp-table-wrap table:nth-child(even){
    background-color: #f7f7f7;
  }


  

  .marquee-wrap{
    top: 0;
  }

  .classify-wrap{
    flex-direction: column;
    align-items: center;
  }

  .classify-item{
    width: 80%;
    height: auto;
    margin: 30px;
  }

  


  .search-box{
    width: 90%;
  }

  .item-list-inner div:nth-child(1){
    width: 88%;
  }

  .item-list-inner div:nth-child(2){
    width: 12%;
  }
  .item-list-inner div:nth-child(3){
    width: 50%;
    margin-top: 15px;
    justify-content:flex-start
  }
  .item-list-inner div:nth-child(4){
    margin-top: 15px;
    width: 15%;
    text-align: left;
  }


  #logo{
    width: 160px;
  }
  #hero{
    padding-top: 65px;
  }
  .sticky-wrapper.is-sticky .site-navbar{
    position: relative !important;
  }


  #hero #right-arrow{
    right: 15px;
  }
  #hero #left-arrow{
    left: 15px;
  }

  .news-ul li a{
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .news-sub{
    flex-direction: row;
  }

  #news .shadow-bg{
    padding: 20px;
  }
  .pd-top-wrap{
    flex-direction: column;
  }
  .pd-top-left, .pd-top-right{
    width: 100%;
  }

  .pd-top-right{
    margin-top: 50px;
  }

  .pd-img-wrap{
    width: 100%;
  }
  .pd-desc{
    padding: 40px 15px;
  }

  .pc-table{
    display: none;
  }
  .sp-table-wrap{
    display:block;
    border: 1px solid #ddd;
    border-radius: 5px;
  }

  .sp-table img{
    width: 150px !important;
  }

  .sp-table tr:first-child td {
    border-top: none;
  }

  .wp-no{
    white-space: nowrap;
  }

  .checkout-wrap{
    padding: 30px 15px;
  }
    .cko-w-bt{
      flex-direction: column;
    }
    .cko-w-bt-left{
      width: 100%;
      margin-bottom: 20px;
    }
    .freebee-li span:nth-child(1){
      width: 10%;
      text-align: center;
    }
    .freebee-li span:nth-child(2){
      width: 70%;
    }
    .freebee-li span:nth-child(3){
      width: 15%;
    }

    .buy-details{
      flex-direction: column;
    }
    .buy-details .paragraph-title{
      width: 100%;
      margin-bottom: 0;
    }
    .details-btn{
      width: 100%;
    }

    .paragraph-op{
      margin-left: 25px;
      padding-top: 0px;
      padding-bottom: 0px;
      flex-wrap: wrap;
    }
    .paragraph-op .form-inline{
      width: 100%;
      margin-left: 0 !important;
      margin-bottom: 5px;
    }

    .paragraph-title{
      font-size: 16px;
    }

    .paragraph .form{
      padding: 5px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    .all-total{
      width: 100%; 
      padding-right: 0;
    }
    .all-total ul{
      width: 100%;
      margin-left: unset;
    }
    .details-inner{
      flex-direction: column;
    }
    .left-list, .freebee-list{
      width: 100%;
    }
    .freebee-list{
      border-left: unset;
      border-top: 1px solid #ddd;
    }
    .left-list,.freebee-list{
      padding: 15px 0px;
    }
  
   
    .left-list ul li span:nth-child(2){
      flex-grow: 1;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .left-list ul li span:nth-child(3){
      width: 100%;
      text-align: right;
    }

    .ac-wrap{
      width: 100%;
    }

    .ac-title {
      position: relative;
      padding-left: 18px;
      font-size: 24px;
      font-weight: 600;
  }

  .pc-order{
    display: none;
  }
  .sp-order{
    display: block;
    margin-bottom: 20px;
  }

  .sp-order:nth-child(odd){
    background-color: #32442d08;
  }

  .ac-right .nav-tabs .nav-link{
    font-size: 16px;
    letter-spacing: 0px;
    padding: 0.5rem;
    text-align: center;
  }

  .ac-right .nav-tabs .nav-item{
    width: 33%;
  }

  .sp-order details{
    padding: 0px 0.75rem 10px 0.75rem;
    font-size: 15px;
  }

  .sp-order details summary{
    margin-bottom: 10px;
  }


}

@media (max-width:576px) {

  .classify-item-inner i{
    font-size: 50px;
  }
  .classify-item-inner span{
    font-size: 50px;
  }

  .ship-shyu label{
    margin-left: 20px !important;
  }

  #recForm #zip0 div{
    width: 45%;
  }

  .c-card-shyu{
    margin-top: 5px;
    width: 100%;
    flex-direction: column;
    margin-left: 20px;
  }

  .fl-576{
    width: 30%;
  }

  .item-list-inner a.d-block{
    line-height: 1.8;
  }

  #recommend{
    padding-top: 100px;
  }

  .wran-info{
    background: #fff9d2; 
    padding: 4px 6px; 
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .classify-wrap{
    flex-direction: column;
    margin-top: 50px;
  }

  .classify-item{
    width: 90%;
    height: auto;
    padding: 15px 30px;
  }


  .pd-cat-bg-1{
    top:0;
    bottom: unset;
  }

  .search-box{
    width: 96%;
  }

  .item-list-inner div:nth-child(1){
    width: 80%;
  }

  .item-list-inner div:nth-child(2){
    width: 20%;
  }
  .item-list-inner div:nth-child(3){
    width: 85%;
    margin-top: 15px;
  }
  .item-list-inner div:nth-child(4){
    width: 15%;
  }

  .checkout-step-wrap ul{
    width: 90%;
  }

  .checkout-step-wrap ul li.line{
    display: none;
  }

  #logo{
    width: 140px;
  }

  .container{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #hero #right-arrow, #hero #left-arrow{
    font-size: 25px;
    top: 57%;
  }
  #recommend::before {
    position: absolute;
    content: '';
    width: 200px;
    height: 92px;
    left: -25px;
    top: -45px;
  }
  footer::before {
    position: absolute;
    content: '';
    background: url(../img/footer-deco.png) no-repeat bottom /contain;
    width: 300px;
    height: 150px;
    right: 0;
    top: -150px;
    z-index: -1;
  }

  #recommend .col-lg-4{
    padding-left: 5px;
    padding-right: 5px;
  }

  .img-default-product-btn .col-10{
    width: 50px !important;
    flex: unset;
  }
  .add-to-cart{
    bottom: 10px;
  }

  .dfdec, .dfinc{
    padding: 4px 6px;
  }

.tab-content .col-6{
  padding: 5px;
}

  .index-product-wrap{
    padding: 10px 10px 120px 10px;
  }
  .index-product-wrap .add-to-cart{
    font-size: 12px;
    letter-spacing: 0px;
  }
  .index-product-wrap .pd-info h5{
    font-size: 17px;
  }
  .index-product-wrap .pd-info .price{
    font-size: 16px;
  }
  #recommend .col-lg-4.mb-5{
    margin-bottom: 1.75rem !important;
  }

  .pd-cat-bg-1,.pd-cat-bg-2,.pd-cat-bg-3{
    font-size: 12px;
  }

  .breadcrumb{
    padding: 130px 15px 25px;
  }
  #product-wrap, #shop-wrap, #login{
    padding-left: 15px;
    padding-right: 15px;
  }
  .pd-add-wrap{
    flex-direction: column;
    align-items: flex-start;
  }
  .pd-add-wrap .add-to-cart{
    width: 100% !important;
  }

  .default-wrap{
    flex-direction: column;
    align-items: flex-start;
  }


  .default-wrap .addtocart,.default-wrap select{
    width: 100% !important;
    margin-top: 20px;
    margin-right: 0;
  }
  .freebee-wrap{
    flex-direction: column;
    margin-left: 0 !important;
  }
  .freebee-img{
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }

  .freebee-info{
    margin-top: 15px;
    margin-left: 0 !important;
  }

  .specsbox a{
    margin-bottom: 10px;
  }

  .popup-img{
    width: 100%;
    height: auto;
  }

  #checkout2,#checkout3{
    padding-left:10px ;
    padding-right: 10px;
  }

  .checkout-step-wrap ul li+li::before{
    display: none;
  }

  .checkout-step-wrap ul li span:nth-child(1){
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .checkout-step-wrap ul li.active span:nth-child(1)::before{
    width: 50px;
    height: 50px;
  }
  .checkout-step-wrap ul li span:nth-child(2){
    font-size: 12px;
  }
  .freebee-li span:nth-child(1){
    width: 15%;
    text-align: center;
  }
  .freebee-li span:nth-child(2){
    width: 60%;
  }
  .freebee-li span:nth-child(3){
    width: 18%;
  }

  .sp-table img{
    width: 100px !important;
    height: 100px;
    object-fit: contain;
  }

  .lg-btn {
    padding: 8px 10px;
    font-size: 16px;
  }

  .cko-w-bt-right p{
    padding: 8px 20px;
  }
  .buy-details .paragraph-title{
    flex-direction: column;
  }
  .all-total ul .all-count{
    font-size: 18px;
  }

  .ck3-img{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 50px;
  }
  #checkout3 .checkout-wrap {
   padding-top: 40px;
  }
  .ck3-img::after {
    background: url(../img/ck3-3.png) no-repeat center /contain;
    width: 40px;
    height: 40px;
    right: 36px;
    bottom: 42px;
    animation: scale 1s alternate infinite ease-in;
    animation-delay: 0.5s;
}
.ck3-img::before {
  background: url(../img/ck3-2.png) no-repeat center /contain;
  width: 30px;
  height: 30px;
  left: 0;
  top: 20px;
  animation: scale 1s alternate infinite ease-in;
}

.login-wrap{
  width: 100%;
  padding: 50px 5px;
}

.line-btn{
  font-size: 14px;
  letter-spacing: 1px;
}

.line-btn span{
  margin-left: 10px !important;
}

.line-btn img{
  width: 25px;
}
.reveal-icon {
  position: absolute;
  right: 15px;
  transform: none;
  font-size: 15px;
  top: 33px;
}
#account.container{
  padding: 0px 15px 50px;
}
.ac-right .nav-tabs .nav-link{
  font-size: 15px;
  letter-spacing: 0px;
  padding: 0.375rem;
  text-align: center;
}

.sp-order table tr:nth-child(1) td{
  border-top: none;
}
.sp-order table td{
  padding: 0.5rem;
}

.sp-order table{
  font-size: 15px;
}


}

@media (max-width:400px) {
  #cart-view{
    width: 100%;
    right: -410px;
  }

  

  
}

@media (max-width:380px){
  .freebee-li{
    flex-direction: column;
  }
  .freebee-li span:nth-child(1){
    width: fit-content;
  }
  .freebee-li span:nth-child(2){
    width: 100%;
    margin-left: 0 !important;
  }
  .freebee-li span:nth-child(3){
    width: 50%;
    margin-left: 0 !important;
  }
}


@media (max-width:350px){
  .index-product-wrap .add-to-cart i{
    display: none;
  }

  .checkout-step-wrap ul li span:nth-child(1){
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
  .checkout-step-wrap ul li.active span:nth-child(1)::before{
    width: 40px;
    height: 40px;
  }


}

.cursor-pointer, .btn, label{
cursor:pointer;	
	
}
