@charset "utf-8";

.header{
  position: relative;
  height: auto;
  width: 100%;
  background-color: #F4F4F4;
}

.section-m{
  position: relative;
  height: auto;
  width: 100%;
  max-width: 1410px;
  margin: 0px auto;

}


#top_btn{
  position: fixed;
  right: -40px;
  bottom: 20%;
  width: 40px;
  height: auto;
  z-index: 999;
}
#top_btn img{
  width: 100%;
  height: auto;
}

.topbar{
  position: relative;
  width: 100%;
  min-height: 42px;
  background-color: #252525;
  line-height: 42px;
  color:#BDBDBD;
  padding: 0px 15px;
}
.topbar a{
  position: relative;
  width: 100%;
  min-height: 42px;
  line-height: 42px;
  font-size: 13px;
  color:#BDBDBD;
}
.topbar a:hover{
  color:#FFFFFF;
}

.header-mainbox{
  position: relative;
  width: 100%;
  min-height: 100px;
  padding: 20px 15px 15px 15px;
  overflow: hidden;
}

.left-area{
  position: relative;
  float:left;
  width: 260px;
}
.right-area{
  position: relative;
  margin-left:260px; 
  width:auto;
}

.right-content{
  position: relative;
  width: 100%;
  padding-left: 30px;
}

.searchbox{
  position: relative;
  width: 100%;
  height: 45px;
  background-color: #FFF;
  border: 1px solid #E3E3E3;
  margin-top: 12px;
  padding-right: 95px;
}
.searchbox2{
  position: relative;
  width: 100%;
  height: 45px;
  padding: 6px;
}
input.search-input{
  position: absolute;
  top: 0px;
  left: 10px;
  width: 95%;
  color: #A8A8A8;
  height: 40px;
  border: none;
  font-size: 15px;
}

.search-btn{
  position: absolute;
  top: -1px;
  right: -1px;
  width: 90px;
  height: 45px;
  background-color: #E03B3B;
  border: 1px solid #E3E3E3;
  color: #FFF;
}

.header-loginbox{
  position: relative;
  padding-top: 12px;
  color: #000;
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
  margin-right: -15px;
}

.header-loginbox a{
  color: #000;
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
}
.header-loginbox a:hover{
  color: #E03B3B;
}

.header-memberbox{
  position: relative;
  padding-top: 12px;
  margin-right: -15px;
}

.hotbox{
  position: relative;
  color: #E03B3B;
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  padding-left: 15px;
  padding-top: 7px;
}
.hotbox a{
  color: #4c4c4c;
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  margin-right: 8px;
}
.hotbox a:hover{
  color: #E03B3B;
}


.mainmenu{
  position: relative;
  padding-top: 7px;
}
.mainmenu a{
  color: #4c4c4c;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  margin-right: 30px;
}
.mainmenu a:hover,.mainmenu a.nowtag{
  color: #E03B3B;
}

a.mainmenu-add-cart{
  position: absolute;
  top: 0px;
  right: 0px;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  border:1px #f4f4f4 solid;
}
a.mainmenu-add-cart:hover{
  border:1px #ccc solid;
  background-color: #FFF;
}

.cart-number{
  position: absolute;
  top: 0px;
  left: 20px;
  font-size: 12px;
  line-height: 14px;
  border-radius:50%;
  text-align: center;
  padding: 2px 5px;
  background-color: #E03B3B;
  color: #FFFFFF;
}

a.mainmenu-add-cart span{
  margin-left: 10px;
}

.fcpimg{
  position: relative;
  margin:15px auto;
  text-align: center;
}
.fcpimg img{
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
}


.leftmenu_head
{
position: relative;
width: 100%;
height: 50px;
margin-bottom: -20px;
background-color: #E03B3B;
border-radius: 12px 12px 0px 0px;
-webkit-border-radius: 12px 12px 0px 0px;
-moz-border-radius: 12px 12px 0px 0px;
}

.leftmenu_head p
{
  width: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #FFF;
}

/* left menu*/
ul.leftmenu-box{
  position: relative;
  width: auto;
  padding: 10px 0px;
  margin: 0px;
  list-style:none;
  box-shadow:2px 2px 6px 2px rgba(20%,20%,40%,0.12);
}
ul.leftmenu-box > li{
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
  display: block;
  overflow: hidden;
}
ul.leftmenu-box > li .arrow{
  position: absolute;
  top: 3px;
  right: 15px;
}

ul.leftmenu-box > li > a{
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #464646;
  padding: 10px 40px 10px 20px;
}
ul.leftmenu-box > li > a:hover{
  color: #E03B3B;
}

ul.leftmenu-box > li.open{
  background-color:#F4F4F4 !important; 
  transition: background-color 0.8s;
}
ul.leftmenu-box > li.open > a{
  color: #E03B3B !important;
  padding-bottom: 9px;
  border-bottom: 1px solid #FCFCFC;
}

ul.leftmenu-box ol{
  position: relative;
  width: 100%;
  height: auto;
  list-style:none !important;
  padding: 0px 20px 0px 20px;
  margin: 0px;
  background-color: #FFFFFF;
  overflow: hidden;
  max-height: 0px;
}
ul.leftmenu-box > li.open ol{
  padding: 5px 20px 15px 20px;
  height: auto;
  background-color: #FFF;
  max-height: 2000px;
  transition: all 0.8s;
}
ul.leftmenu-box ol > li{
  position: relative;
  width: 50%;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  float: left;
}

ul.leftmenu-box ol > li > a{
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  font-size: 14px;
  color: #000;
  padding: 3px 0px 3px 0px;
}
ul.leftmenu-box ol > li > a:hover{
  color: #E03B3B;
}

ul.recommendlink-text{
  position: relative;
  margin: 20px 0px;
  padding: 15px;
}
ul.recommendlink-text li{
  position: relative;
  list-style: none;
  padding: 0px 0px 5px 20px;
  margin: 0px;
  text-align: left;
}
ul.recommendlink-text li::before {
  position: absolute;
  top: -2px;
  left: 0px;
  content: "●"; 
  color: #000;
}

ul.recommendlink-text li a{
  width: auto;
  text-align: left;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #000;
}
ul.recommendlink-text li a:hover{
  color: #E03B3B;
}


/* footer*/
.footer-copyright{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  min-height: 50px;
  text-align: center;
  border-top: 1px solid #454545;
}
.footer-copyright .txt{
  position: relative;
  font-size: 13px;
  color: #FFF;
  padding: 13px 15px;
}

.footer .footerbox-title{
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
  margin-top: 40px;
}
.footer .footerbox-info,.footer .menus{
  margin-top: 10px;
  font-size: 15px;
  color: #BCBCBC;
}
.footer .footerbox-info a{
  font-size: 15px;
  color: #BCBCBC;
  margin-top: 3px;
}
.footer .menus a{
  display: block;
}
.footer .menus a:hover,.footer .footerbox-info a:hover{
  color: #FFF;
}

/* footer menu*/

.footer-menu{
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 60px;
  padding: 0px;
  margin: 0px;
  background-color: #F4F4F4;
  z-index: 200;
  white-space:nowrap;
  box-shadow: 0px -1px 7px #ccc;
  -webkit-box-shadow: 0px -1px 7px #ccc;
  -moz-box-shadow: 0px -1px 7px #ccc;
}
.footer-menu .item{
  position: relative;
  width: 19%;
  height: 60px;
  padding: 3px 0px 0px 0px;
  margin: 0px;
  display: inline-block;
  text-align: center;
}
.footer-menu .item a{
  position: relative;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  color: #000;
  border: 0;
  margin: 0 auto;
}
.footer-menu .icon{
  width: auto;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.4em;
  margin: 0 auto;
}
.footer-menu .txt{
  width: 100%;
  text-align: center;
  font-size: 1.1em;
  line-height: 1em;
}


/* xs menu*/

.xs-side{
  position: fixed;
  min-height: 100%;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: none;
  padding-top: 60px;
  padding-bottom: 55px;
  text-align: center;
  overflow: hidden;
  z-index: 190;
  background-color:rgba(0,0,0,0.5);
}

.xs-sideout{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  min-width: 320px;
  height: 100%;
  text-align: left;
  background-color: #FFF;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 60px;
}

.xs-title{
  position: relative;
  width: 100%;
  padding: 20px 15px 0px 15px;
}
.xs-title .txt{
  font-size: 18px;
  font-weight: bold;
  color: #E03B3B;
  line-height: 55px;
  border-bottom: 1px solid #E03B3B;
}

.xs-ismember{
  position: relative;
  width: 100%;
  padding: 20px 15px 10px 15px;
}
.xs-ismember .txt{
  font-size: 14px;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 25px;
}
.xs-ismember .txt a{
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #E03B3B;
  line-height: 25px;
}

ul.xs-sidemenu{
  position: relative;
  width: auto;
  padding: 10px 15px;
  margin: 0px;
  list-style:none;
}
ul.xs-sidemenu > li{
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
  display: block;
  overflow: hidden;
}
ul.xs-sidemenu > li .arrow{
  position: absolute;
  top: 3px;
  right: 15px;
}

ul.xs-sidemenu > li > a{
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #464646;
  padding: 10px 40px 10px 20px;
}
ul.xs-sidemenu > li > a:hover{
  color: #E03B3B;
}

ul.xs-sidemenu > li.open{
  background-color:#F4F4F4 !important; 
  transition: background-color 0.8s;
}
ul.xs-sidemenu > li.open > a{
  color: #E03B3B !important;
}

ul.xs-sidemenu ol{
  position: relative;
  width: 100%;
  height: auto;
  list-style:none !important;
  padding: 0px 20px 0px 20px;
  margin: 0px;
  background-color: #FFFFFF;
  overflow: hidden;
  max-height: 0px;
}

ul.xs-sidemenu > li.open ol{
  padding: 5px 20px 15px 20px;
  height: auto;
  background-color: #FFF;
  max-height: 2000px;
  transition: all 0.8s;
  padding-bottom: 20px;
  overflow: hidden;
}

ul.xs-sidemenu ol > li{
  position: relative;
  width: 50%;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  float: left;
}

ul.xs-sidemenu ol > li > a{
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  font-size: 14px;
  color: #000;
  padding: 6px 0px 6px 0px;
}
ul.xs-sidemenu ol > li > a:hover{
  color: #E03B3B;
}

/*main menu style*/
ul.xs-sidemenu > li.menu-0{
  margin-bottom: 10px;
}
ul.xs-sidemenu > li.menu-0 ol{
  background-color: #ECECEC;
}
ul.xs-sidemenu > li.menu-0 ol > li > a{
  font-weight: bold;
}



a.xs-close{
  position: absolute;
  top: 10px;
  right: 15px;
  color: #000;
  font-size: 36px;
}

.content-box{
  position: relative;
  width: 100%;
  height: auto;
}


/*products list*/

.productlist{
  position: relative;
  padding: 10px 0px;
}
.productlist .img img{
  width: 100%;
  min-width: 100%;
  height: auto;
}

.productlist .goodsid{
  padding-top: 8px;
  line-height: 16px;
  font-size: 12px;
  color:#939598;
}
.productlist .title{
  padding-top: 8px;
}
.productlist .title a{
  line-height: 16px;
  font-size: 15px;
  color:#000;
  font-weight: bold;
}
.productlist .title a:hover{
  color:#E03B3B;
}
.productlist .pricebox{
  padding-top: 8px;
  padding-bottom: 30px;
  font-family: Verdana, Arial, sans-serif;
}
.productlist .prefix{
  font-size: 16px;
  color:#E03B3B;
}
.productlist .price{
  font-size: 23px;
  line-height: 30px;
  color:#E03B3B;
}

.productlist .original{
  font-size: 13px;
  color:#BCBEC0;
  text-decoration:line-through;
  padding-left: 10px;
}

.nav-bar{
  width: 100%;
  height: 18px;
  overflow: hidden;
  text-align: right;
  font-size: 12px;
  color: #727272;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D3D3D3;
}
.nav-bar a{
  font-size: 12px;
  color: #727272;
  font-weight: normal;
}
.nav-bar a:hover{
  font-size: 12px;
  color: #E03B3B;
}


/* product detail*/

.products-detail .picbox img{
  width: 100%;
  min-width: 100%;
  height: auto;
}

.products-detail .g-top{
  position: relative;
}
.products-detail .g-artno{
  font-size: 12px;
  color: #939598;
}
.products-detail .g-title{
  font-size: 20px;
  color: #000;
  font-weight: bold;
  padding: 10px 0px;
}
.products-detail .g-star img{
  width: 15px;
  height: auto;
  margin-right: 2px;
}

.products-detail .g-price{
  padding-top: 25px;
  padding-bottom: 30px;
  font-family: Verdana, Arial, sans-serif;
}
.products-detail .g-price .prefix{
  font-size: 16px;
  color:#E03B3B;
}
.products-detail .g-price .price{
  font-size: 28px;
  line-height: 30px;
  color:#E03B3B;
}
.products-detail .g-price .original{
  font-size: 13px;
  color:#BCBEC0;
  text-decoration:line-through;
  padding-left: 15px;
}

.products-detail .g-amount-title{
  font-size: 18px;
  line-height: 30px;
  color:#000;
  font-weight: bold;
}

.products-detail .g-notsold{
  font-size: 15px;
  line-height: 30px;
  color:red;
  font-weight: bold;
}

.products-detail .g-hasaddCart{
  font-size: 15px;
  line-height: 30px;
  color:red;
  font-weight: bold;
}

.products-detail .g-summary{
  position: relative;
  width: 100%;
  margin-top: 25px; 
  border: 1px solid #E6E7E8;
  padding: 15px;
}
.products-detail .g-summary img{
  width: auto;
  max-width: 100%;
  height: auto;
}

.products-detail .g-content{
  position: relative;
  width: 100%;
  margin-top: 25px; 
  border: 1px solid #E6E7E8;
  padding: 15px;
  overflow: hidden;
}
.products-detail .g-content img{
  width: auto;
  max-width: 100%;
  height: auto;
}

.products-detail .g-content-head
{
position: relative;
width: 220px;
height: 40px;
margin-top: 25px; 
margin-bottom: -25px;
background-color: #E03B3B;
border-radius: 12px 12px 0px 0px;
-webkit-border-radius: 12px 12px 0px 0px;
-moz-border-radius: 12px 12px 0px 0px;
}

.products-detail .g-content-head p
{
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #FFF;
}


/* options */

.product-options{
  position: relative;
  margin-top: 10px; 
  margin-bottom: 10px;
}

ul.product-options-items{
  position: relative;
  width: 100%;
  height: auto;
  padding: 5px 0px;
  margin: 0px;
  list-style:none;
  
}
ul.product-options-items li{
  position: relative;
  width: auto;
  padding: 5px;
  margin: 5px 0px;
  display: inline-block;
}
ul.product-options-items li .op{
  position: relative;
  width: auto;
  padding: 8px 12px;
  margin: 0px;
  display: block;
  line-height: 16px;
  font-size: 12px;
  color:#474747;
  border: 1px solid #999;
  box-shadow:2px 2px 6px 2px rgba(20%,20%,40%,0.1);
  cursor: pointer;
  border-radius:5px;
  background-color: #FFF;
}
ul.product-options-items li .op.nowtag{
  font-size: 12px;
  color:#FFF;
  background-color: #e03b3b;
}
ul.product-options-items li .op:hover{
  border: 1px solid #e03b3b;
}
ul.product-options-items li .op:disabled{
  opacity: .4;
  cursor: not-allowed;
}
ul.product-options-items li .op:hover:disabled{
  border: 1px solid #999;
}

@media (max-width: 991.98px) {
.topbar{
  position: relative;
  width: 100%;
  min-height: 16px;
  line-height: 16px;
  color:#FFF;
  padding: 5px 15px;
}
.topbar a{
  position: relative;
  width: 100%;
  min-height: 16px;
  line-height: 16px;
  font-size: 12px;
  color:#FFF;
}
.topbar a:hover{
  color:#FFF;
}
.mobile-header{
  position: relative;
  height: auto;
  width: 100%;
  padding: 5px 15px;
}
.mobile-header img{
  position: relative;
  height: auto;
  width: 120px;
}

.mobile-header .item{
  position: absolute;
  top: 0px;
  right: 15px;
  width: auto;
  height: 60px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  display:flex;
  align-items: center;
}
.mobile-header .item button{
  position: relative;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  color: #000;
  border: 0;
  margin: 0 auto;
  background-color: #F4F4F4;
}
.mobile-header .icon{
  width: auto;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.4em;
  margin: 0 auto;
}
.mobile-header .txt{
  width: 100%;
  text-align: center;
  font-size: 1.1em;
  line-height: 1em;
}
input.input-search-xs{
  position: relative;
  width: 160px;
  margin-right: 15px;
}

.right-area{
  position: relative;
  margin-left:0px; 
  width:auto;
}
.right-content{
  padding-left: 0px;
}

.nav-bar{
  margin-bottom: 0px;
}

.products-detail .g-title{
  font-size: 16px;
}




}

@media (max-width: 767.98px) {

.footer-copyright{
  display: none;
}
.footer .footerbox-title{
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  margin-top: 20px;
}
.footer .footerbox-info,.footer .menus{
  margin-top: 10px;
  font-size: 12px;
  color: #BCBCBC;
}
.footer .footerbox-info a{
  font-size: 12px;
  color: #BCBCBC;
  margin-top: 3px;
}

}
@media (max-width: 575.98px) {
.productlist .title a{
  line-height: 15px;
  font-size: 13px;
  color:#000;
  font-weight: bold;
}

.products-detail .g-top{
  margin-top: 25px;
}


}
@media (max-width: 360px) {

}

/*Pagination*/
.page-link {
  color: #666;
}
.page-link:hover {
  color: #666;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #666;
  border-color: #007bff;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.page-item.active:hover .page-link {
  color: #fff;
}



/* home */
.subtitle{
  position: relative;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  padding-top: 40px;
}
.subtitle.list{
  padding-top: 15px;
  padding-bottom: 15px;
}
.home-news{
  position: relative;
  width: 100%;
  height: auto;
}
.home-news .titlebar{
  position: relative;
  width: 100%;
  margin-top: 12px; 
  border: 1px solid #DBDBDB;
  padding: 0px 10px;
  overflow: hidden;
  text-overflow:ellipsis;
}
.home-news .titlebar a{
  position: relative;
  font-size: 15px;
  color: #58595B;
  line-height: 45px;
  font-weight: normal;
  white-space:nowrap;

}
.home-news .titlebar a:hover{
  color: #E03B3B;
}

.home-adbox{
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 15px; 
}
.home-adbox.list{
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 15px; 
  margin-bottom: 20px; 
}
.home-adbox .img img{
  position: relative;
  width: 100%;
  min-width: 100%;
  height: auto;
}


/* cart */

img.img-view{
  width: 80px;
  height: auto;
  margin-right: 15px;
}

img.img-view2{
  width: 80px;
  height: auto;
  margin-right: 15px;
}
img.img-view-mini{
  width: 40px;
  height: auto;
  margin-right: 15px;
}
a.delcart-btn{
  color:#676767;
  margin-left:5px; 
  font-size: 26px;
  padding: 0px;
}
a.delcart-btn:hover{
  color:#1a1a1a;
}

.showcart-price{
  text-align: center;
}


@media (max-width: 767.98px) {
.subtitle{
  font-size: 16px;
  padding-top: 20px;
}
.showcart-price{
  text-align: left;
  padding-top: 5px;
}

}






.buymore{
  background-color: #F8F8F8;
  padding: 0px;
  margin: 25px 0px;
}

.buymore .buymore-head{
  background-color: #EEEEEE;
  padding: 15px;
}
.buymore .buymore-select{
  position: relative;
  padding: 15px;
  z-index: 99;
}
.buymore .buymore-body{
  padding: 15px 15px;
}
.buymore .buymore-body .inline{
  display: inline-block;
}
.buymore .buymore-img img{
  width: 100%;
  height: auto;
  margin: 0px 10px;
}
.buymore .buymore-quantity{
  float:left;
  display: inline-block;
}
.buymore .buymore-quantity .price{
  display: inline-block;
  float:left;
}


@media (max-width: 767.98px) {

.buymore .buymore-body{
  padding: 15px 0px;
}

}
