@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,400,600,800');
/*------------ basic ------------*/
body {
	font-family: Calibri, "微軟正黑體", "Microsoft JhengHei", "Times New Roman", sans-serif;
	font-weight:bold;
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 1px;
}
iframe{
	width:100%;
	max-width:100%;
}
.container {
    padding: 0 15px;
}
/*------------ / basic ------------*/
/*--- 隱私權 ---*/
.imgSetting{
	height:200px;
	width:initial;
	overflow:hidden;
	margin: 0 auto;
}
.imgWidth{
	margin: 0px;
	line-height: 200px;
	text-align:center;
}
.imgWidth img{
	vertical-align: middle;
	margin-top:-35px;
}
.Introduction{
	width:65vw;
	margin:5vh auto;
	font-size: 18px;
}
.aboutLi,
.TableHeader,
.TableBottom{
	font-size:18px !important;
}
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgba(255,255,255,0.9);
    color: #444;
    border-radius: 8px;
    border:solid 1px #fbab1b;
}
.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -14px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
}
button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    }
.close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color:#D78A00;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}

/*---! 隱私權 ---*/
/*------------ icon ------------*/
.icon {
    background-image: url('../../images/common/icons.png');
}
.require {
    width: 37px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background: #EB9600;
    font-size: 13px;
    border-radius: 4px;
    display: inline-block;
    font-style: normal;
    text-align: center;
}
.require:before{
    content: '必填';

}
/*------------ / icon ------------*/
/*------------ btn ------------*/
.share .btn {
    font-size: 17px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    color: #252525;
}
.share .btn.facebook:hover{ color: #3D5A98; }
.share .btn.google:hover { color: #DC472E; }
.share .btn.twitter:hover { color: #50ABF1; }
.share .btn.plurk:hover { color: #EA4640; }

.ibtn.fb-fans-page {
    background-image: url('../../images/tw/fb_page.png');
    width: 137px;
    height: 110px;
    box-sizing: content-box;
}
.ibtn.fb-fans-page:hover {
}
.ibtn.back {
    background-image: url('../../images/common/btn_back.png');
    width: 101px;
    height: 29px;
}

.btn.simple {
    
    width: 139px;
    height: 81px;
    line-height: 79px;
    color: #252525;
    font-size: 16px;
    letter-spacing: 0.1em;
    border-radius: 0px;
    position: relative;
    margin: 0 8px 10px;
    overflow: hidden;
}
.btn.simple .top,.btn.simple .bottom{
    background: #FFAA13;
    border:solid 2px #FFAA13;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.btn.simple .bottom{
    background: #fff;
    border-color: #111111; 
    position: absolute;
    top: 100%;
    transition: all .3s ease;
}
.btn.simple .bottom .more_txt{
    position: relative;
    transition: all .5s ease;
    top: 30px;
}
.btn.simple:hover .bottom{
    top: 0;

}
.btn.simple:hover .bottom  .more_txt{
    top: 0
}

.btn.simple.bg2 .top,.btn.simple .bottom{
   background: #fff;
    border:solid 2px #111111;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.btn.simple.bg2 .bottom{
background: #FFAA13;
    border:solid 2px #FFAA13;
}

.btn.simple2{
    width: 142px;
    line-height: 40px;
    height: 40px;
    background: #565656;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    transition: all .3s ease;
}

.btn.simple2:hover{
    background: #FFAA13;
}
.btn.simple .icon.arrowL,
.btn.simple .icon.arrowR {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
}
.btn.simple .icon.arrowL{
    background-position: -160px -87px;
    left: 10px;
}
.btn.simple .icon.arrowR {
    background-position: -180px -87px;
    right: 10px;
}
.btn.simple .icon.check {
    background-position: 0 -87px;
    width: 20px;
    height: 20px;
    margin: 0 8px 4px 0;
}
.btn.simple .icon.money {
    background-position: 0 -62px;
    width: 25px;
    height: 25px;
    margin: 0 8px 4px 0;
}
.btn.normal {
    color: #777;
    font-size: 14px;
    text-align: left;
    padding: 0 10px;
    min-width: 120px;
    line-height: 40px;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
    margin: 0 2px 10px;
}
.btn.normal:hover {
    border-color: #1B7292;
}
.btn.normal .icon {
    width: 32px;
    height: 32px;
    margin: 0 4px 3px 0;
}
.btn.normal .icon.home {
    background-position: 0 0;
}
.btn.normal .icon.cart {
    background-position: -32px 0;
}
.btn.normal .icon.cart2 {
    background-position: -64px 0;
}
.btn.normal .icon.order {
    background-position: -96px 0;
}
.btn.normal .icon.money {
    background-position: -128px 0;
}
.btn.pure {
    color: #1A7292;
    line-height: 30px;
    margin: 0 5px 10px;
    text-decoration: underline;
}
.btn.pure:hover {
    color: #ABB315;
    text-decoration: none;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {

}
.site-title {
    position: relative;
    z-index: 5;
    float: left;
    padding: 28px 0 28px;
}
.site-title .logo {
    background: url(/pic_page/LOGO.png) 50% 50% / contain no-repeat;
    width: 227px;
    height: 81px;
    transition: all .3s ease;
}
.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 15px;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.top-nav .btn.download {
    color: #212121;
    background: #FBD4CC;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 5px;
    border-radius: 15px;
    margin-right: 10px;
}
.top-nav .btn.download:hover {
    color: #fff;
    background: #297E9C;
}
.top-nav .icon {
    width: 20px;
    height: 20px;
    margin: 0 3px 3px 0;
}
.top-nav .btn.download .icon {
    width: 25px;
    height: 25px;
    background-position: -125px -62px;
}
.top-nav .btn.download:hover .icon {
    background-position: -150px -62px;
}
.top-nav .language .btn {
    display: none;
}
.top-nav .language li a {
    display: inline-block;
    background: #DEE834;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    border-radius: 14px;
    min-width: 28px;
    text-align: center;
}
.top-nav .language li a:hover {
    background: #297E9C;
}
.site-header .search-box {
    position: absolute;
    z-index: 10;
    top: 14px;
    right: 206px;
    width: 178px;
    box-sizing: border-box;
    margin-left: 10px;
}
.site-header .search-box .form-control {
    border: 1px solid #DEE834;
    height: 32px;
    line-height: 30px;
    margin: 0;
    padding: 0 42px 0 12px;
    border-radius: 15px;
}
.site-header .search-box .form-control:focus {
    border-color: #FBCFC7;
}
.site-header .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.png);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 3px;
    top: 1px;
}
.site-nav {
    position: relative;
    padding-top: 40px;
    margin-left: 220px;
    text-align: right;
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    text-align: center;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
    line-height: 1.4;
}
.site-nav .menu > li {
    padding: 0 6px;
}
.site-nav .menu > li > a {
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 0.15em;
    padding:20px 18px ;
    position: relative;
}
.site-nav .menu > li > form {
    color: #111;
    font-size: 17px;
    letter-spacing: 0.15em;
    padding:15px 0px ;
    position: relative;
	margin:0;
}
.site-nav .menu > li > a:after{
    content: '';
    display: block;
    width:0%;
    height: 1px;
    position: absolute;
    bottom: 0;
    transition: all .3s ease;
    left: 0;
    background: #111111;
}
.site-nav .menu > li:hover > a:after,
.site-nav .menu > li.active > a:after{
    width: 100%;
}
.site-nav .menu > li > a:before{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #FFAA13;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -3.5px;
    transition: all .3s ease;
    opacity: 0;
}
.site-nav .menu > li:hover > a:before,
.site-nav .menu > li.active > a:before{
    opacity: 1

}
/*.site-nav .menu > li:nth-last-child(-n+2) {
    display: none;
}*/

.site-nav .menu > li > a span {
    display: block;
    color: #111111;
    font-family: 'Work Sans';

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.7;
    transition: all .3s ease;
}
.site-nav .menu > li:hover > a span,
.site-nav .menu > li.active > a span{
    color: #FFAA13;
}
.site-nav .menu li ul {
    display: none;
}

.site-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transition: all .3s ease;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0);
	background:#525289;
}
.wrapper{
    padding-top: 144px;
}
.site-title,.site-title .logo ,.site-nav ,.wrapper{
    transition: all .3s ease;
}
.header-fixed .site-header {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.header-fixed .site-title {
    padding: 15px 0;
}
.header-fixed .site-title .logo {
    width: 180px;
    height: 60px;
}
.header-fixed .site-nav {
    padding-top: 9px;
}
.header-fixed .titleName {
    font-size:20px;
	top:9px;
	left:9vw;
}
.header-fixed .titleName {
    font-size:20px;
	top:9px;
	left:9vw;
}

/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
}

.banner .container {
    max-width: 1440px;
    padding: 0;
}
.banner .item{
    position: relative;
    z-index: 5;
}
.banner .container:before{
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    left: -20px;
    right: -20px;
    height: 102px;
    background: #FFFFFF;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top{
    text-align: center;
    background: #F7F7F7;
    padding-top: 90px;
    margin-top: -70px;
    margin-bottom: 30px;
}
.main-top .container {
    max-width: 1440px;
    padding: 0;

}
.main-title {
    color: #252525;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.15em;
    text-align: center;
    padding: 20px 0 20px;
    margin: 0;
}
/*.has-side .main-title {
    background: none;
    padding-bottom: 24px;
}*/
.main-title span {
    display: block;
    color: #111111;
    /*font-family: 'Work Sans';*/
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 1;
}
.main-content {
    padding: 55px 0 100px;
}
.has-side .main-content {
    padding-top: 0;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
	max-width:75vw;
	margin:auto;
}

.content-title {
    position: relative;
    padding: 5px 0 5px 50px;
    color: #111111;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    min-height: 30px;
    margin: 0 0 40px;
    border-bottom: 2px solid #E6E7E7;

}

.content-title:before {
    content: '';
    display: inline-block;
    width: 37px;
    height: 16px;
    position: absolute;
    top: 7.5px;
    left: 0;
}
.shopping-title {
    color: #333;
    font-size: 18px;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
}
.shopping-title .icon {
    width: 30px;
    height: 30px;
    margin: 0 6px 4px 0;
}
.shopping-title .icon.car {
    background-position: 0 -32px;
}
.shopping-title .icon.cart {
    background-position: -30px -32px;
}
.shopping-title .icon.money {
    background-position: -60px -32px;
}
.shopping-title .icon.plus {
    background-position: -90px -32px;
}
.shopping-title .icon.user {
    background-position: -120px -32px;
}
.shopping-title .icon.box {
    background-position: -150px -32px;
}
.shopping-title .icon.notice {
    background-position: -180px -32px;
}
.shopping-title .icon.msg {
    background-position: -210px -32px;
}
.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: right;
}
.btn-box.center{
    text-align: center;
}
.btn-box.wide-spacing {
    letter-spacing: 15px;
}
.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}
.warning-sect {
    padding-bottom: 30px;
}
/*------------ / site_main ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    font-size: 13px;
    padding: 4px 15px;
    letter-spacing: 0;
    margin-top: 1px;
    /*font-family: 'Work Sans',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;*/
    color: #252525;
    border-bottom: solid 1px #E6E7E7;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
    vertical-align: middle;
}
.breadcrumb li+li:before {
    content: '/ ';
    font-weight: normal;
}


.content-top .breadcrumb {
    border-bottom: none;
    font-size: 16px;
    color: #B2B2B2;
    padding: 0;
    margin: 0

}
.breadcrumb li:last-child a{
    font-weight: 600;
    font-size: 18px;
    color: #111111;
}


.content-top .breadcrumb li:first-child a:before {
    display: none;
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
    width: 15vw;
    float: left;
    margin-left:4.5vw;
}
.has-side .content {
    float: left;
    background: none;
	padding-left:3vw;
	width:70vw;
}
.side-title {
    border-bottom: 0;
    padding: 0 3px 24px;
    margin-bottom: 25px;
    color: #545454;
    /*font-family: 'Work Sans';*/
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;

}
.side-nav{
     border-top: solid 1px #565656;
}
.side-nav,
.side-nav-top {
    position: relative;
    font-size: 15px;
}
.side-nav li a,
.side-nav-top li a {
    position: relative;
    display: block;
    line-height: 1.3;
    padding: 8px 32px;
    font-size: 16px;
    color: #565656;
}

.side-nav > li {
    /*padding: 10px 0;*/
}
.side-nav > li > a {
    color: #111111;
    font-size: 17px;
    border-bottom: solid 1px #E6E7E7;
    padding: 19px 20px 19px 10px;
}
.side-nav> li.has-child >a:after{
    font-family: 'FontAwesome'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    color: #565656;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all .3s ease;
}
.side-nav > li.has-child > a:hover:after,
.side-nav > li.has-child.active > a:after {
    color: #000000;
    transform:rotate(180deg);
}
.side-nav > li > a:before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #FFAA13;
    width: 0;
    position: absolute;
    bottom: -1px;
    transition: all .3s ease;
    left: 0;
}
.side-nav > li > a:hover,
.side-nav > li.active > a {
    font-weight: bold;


}
.side-nav > li > a:hover:before,
.side-nav > li.active > a:before{
    width: 100%;
}
.side-nav ul {
    display: none;
    padding-top: 20px;
    border-bottom: solid 1px #E6E7E7;
}
.side-nav ul li a {
	width:68%;
    padding-left: 32px;
}
.side-nav ul li a:hover,
.side-nav ul li.active > a {
    color: #111111;
    font-weight: bold;
}

.side-nav ul li > a:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #FFAA13;
    border-radius: 50%;
    position: absolute;
    left: 14px;
    top: 12px;
    opacity: 0;
    transition: all .3s ease;
}

.side-nav ul li.active > a:before,
.side-nav ul li > a:hover:before {
    opacity: 1;
}
.side-nav ul ul{
	background:#fafafa;
	padding:10px;
}
.side-nav ul ul li > a:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 3px;
    background: #FFAA13;
    border-radius: 0%;
    position: absolute;
    left: 14px;
    top: 16px;
    opacity: 0;
    transition: all .3s ease;
}
.side-nav ul ul ul li > a:before{
	opacity:1;
	width:3px;
	height:3px;
	border-radius:0;
	background:#000
}	
.side-nav ul ul ul li.active > a,
.side-nav ul ul ul li > a:hover {
	color:#FFAA13;
}
/*------------ / side ------------*/
/*------------ site_footer ------------*/
.site-footer {
    padding-top: 60px;
    background: #252525;
}
.footer-top{
    padding-bottom: 50px;
}
.site-info {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 1.4;
    box-sizing: border-box;
}
.site-info li span{
    color: #FFAA13;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    padding-right: 10px;
}
.site-info li a{
    display: inline;
}
.footer-tel,
.footer-mail {
    display: block;
    text-align: center;
}
.footer-tel {
    font-size: 40px;
    color: #FFAA13;
    font-weight: 600;
}
.footer-bottom .container{
	text-align:center;
}
.col{
	width: max-content;
    margin: 0 auto;
}
.site-info a:hover {
    text-decoration: underline;
}
.site-map {
    float: right;

}
.site-map ul {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 13px;
}
.site-map ul li{
     padding-right: 45px;   
}
.site-map li {
    padding: 2px 0;
    letter-spacing: 0;
}
.site-map a{
    color: #FFFFFF;
    transition: all .3s ease;
}
.site-map a:hover {
    color: #FFAA13;
}
.follow {
    float: right;
    letter-spacing: 6px;
}
.follow > * {
    display: inline-block;
    vertical-align: top;
}
.footer-bottom {
    text-align: left;
    color: #252525;
    font-size: 12px;
    padding: 6px 0;
    background: #fff;
    line-height: 30px;
}
.footer-bottom .share{
    float: right;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
.footer-bottom .copyright,
.footer-bottom .author,
.footer-bottom .share {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 65px;
    z-index: 400;
    transition: all .3s ease;
}
.floating .ibtn.gotop {
    background-color: #F7F7F7;
    background-image: url('/pic_page/gotop.png');
    width:  47px;
    height: 47px;
     border-radius:8px;
    transition: all .3s ease;
}
.floating .ibtn.gotop:hover {
    background-color:#525289 ;
     border-radius:0px;
   
}

/*------------ / floating ------------*/
/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
}
.pagination li {
    display: inline-block;
    vertical-align: top;
}
.pagination li a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: #111;
    font-size: 15px;
    font-weight: bold;
    padding: 0 5px;
    margin: 0;
    border-radius: 20px;
    box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    text-decoration: underline;
    color: #fbab1b;
    transition: all .3s ease;
}
.pagination li a.controls {
    padding: 0;
}
.pagination li a.controls .icon {
    width: 25px;
    height: 25px;
    border-radius: 20px;
    margin-bottom: 2px;
    transition: all .3s ease;
}
.pagination li a.prev .icon {
    background-position: -25px -62px;
    background-color: #eaeaea;
}
.pagination li a.next .icon {
    background-position: -50px -62px;
    background-color: #eaeaea;
}
.pagination li a.controls:hover .icon {
    background-color: #fbab1b;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 1px solid #ddd;
    margin: 0;
    border-radius: 0px;
}
.page-info .form-control:focus {
    border-color: #fbab1b;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
    position: relative;
    margin-bottom: 30px;
    margin: 0 0 40px;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 30px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #777;
    background: #FBCFC7;
    border: 0;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus {
    color: #fff;
    background: #F3856D;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #FBCFC7;
    border: 1px solid #FBCFC7;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    color: #fff;
    background: #F3856D;
}
.qty-box .add {
    left: 0;
}
.qty-box .less {
    right: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 33px;
    padding: 0 10px;
    border: 1px solid #E1E1E1;
    background: #F3F3F3;
    border-radius: 0px;
    box-sizing: border-box;
    margin-bottom: 6px;
}
.form-control:focus {
    outline: none;
    background: #F7F7F7;
    border-color: #FEA300;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: auto;
    max-height: inherit;
}
.static-control {
    line-height: inherit;
    color: #197292;
    font-weight: bold;
    font-size: 13px;
    margin: 0;
    padding: 0 5px;
}
.form-title {
    /*font-family: 'Work Sans';*/
    font-weight: 600;
    color: #111;
    font-size: 26px;
    position: relative;
}
.form-title span{
    display: inline-block;
    background: #fff;
    padding-right: 10px;
    position: relative;
    z-index: 5;
}
.form-title:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #E6E7E7;
    left: 0;
    right: 0;
    top: 50%;
}
.form-title span b{
    color: #FFAA13;
    font-weight: 600;
}
.form-wrap {
    max-width: 1000px;
    border-radius: 20px;
}
.form-wrap .btn-box {
    padding: 20px 0px 15px;
}
.form-box {
    max-width: 940px;
}
.center-box .form-box,.center-box{
    margin: 0 auto
}
.form-box .row {
    margin: 0 -24px;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}
.form-box .required {
    position: relative;
}
.form-box .required:after {
    content: '必填';
    display: inline-block;
    width: 37px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background: #EB9600;
    font-size: 13px;
    border-radius: 4px;
    font-style: normal;
    text-align: center;
    margin-left: 15px;
}
.form-box .form-group {
    padding: 2px 0;
    line-height: 36px;
    margin-bottom: 20px;
}
.form-box .control-label {
    display: inline-block;
    font-size: 15px;
    color: #111111;
    line-height: inherit;
    padding-left: 3px;
}
.form_tag{
	color:#0070c0;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}
.form-box .captcha .form-control {
    display: inline-block;
    width: 46%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    color: #bbb;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #FF732F;
}
.form-box .captcha a .icon.refresh {
    width: 30px;
    height: 30px;
    background-position: -270px -32px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    transition: transform .3s;
}
.form-box .captcha a:hover .icon.refresh {
    background-position: -300px -32px;
    transform: rotate(270deg);
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .name2 .control-box {
    padding-right: 150px;
}
.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-box .name2 .radio-box label {
    margin-bottom: 0;
}
.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #1A7292;
    font-size: 13px;
    padding: 0 5px;
}
.form-box.type2 .tips {
    min-height: 0;
}
.form-box .input-group {
    margin: 0 -3px;
}
.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}
.form-box .input-group .form-control {
    display: inline-block;
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .address .input-box:last-child {
    width: 100%;
}
.form-box .address2 .input-box {
    width: 22%;
}
.form-box .address2 .input-box:last-child {
    width: 56%;
}
.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}
.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}
.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 4px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}
.success-wrap {
    text-align: center;
    padding: 30px 15px;
}
.has-side .success-wrap {
    padding: 6% 15px 7%;
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    max-width: 600px;
    color: #FFAA13;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 0;
    line-height: 1.5;
    margin: 0 auto 20px;
}
.success-msg .icon {
    width: 32px;
    height: 32px;
    margin: 0 6px 7px 0;
}
.success-msg .icon.check {
    background-position: -192px 0;
}
.success-msg .icon.user {
    background-position: -224px 0;
}
.success-msg .icon.mail {
    background-position: -256px 0;
}
.success-msg .icon.file {
    background-position: -288px 0;
}
.success-msg .icon.lock {
    background-position: -320px 0;
}
.success-msg .icon.user-white {
    background-position: -352px 0;
}
.success-txt strong {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 22px;
}
.success-txt a {
    text-decoration: underline;
    color: #F2856C;
}
.success-txt a:hover {
    text-decoration: none;
}
/*------------ / form ------------*/
/*------------ lightbox ------------*/
.fancybox-album .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 40px;
    height: 40px;
    right: -20px;
    top: -20px;
}
.fancybox-album .fancybox-close:hover {
    background-position: 0 100%;
}
.fancybox-album .fancybox-skin {
    background: rgba(255,255,255,0.95);
    margin: 20px 40px;
    border-radius: 0;
    border: 1px solid #ffaa13;
}
.fancybox-album .fancybox-inner {
    background: #fff;
}
.fancybox-album .fancybox-nav span {
    visibility: visible;
    background: url('../../images/common/lightbox_arrow.png') no-repeat;
    width: 30px;
    height: 60px;
    opacity: 0.8;
    margin-top: -30px;
}
.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -65px;
}
.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -65px;
}
.fancybox-album .fancybox-nav:hover span {
    opacity: 1;
}
.fancybox-album .fancybox-title {
    color: #666;
    /*font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;*/
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    padding-top: 16px;
}
.fancybox-album .fancybox-title .photo-pager {
    float: right;
    color: #ffaa13;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 10px 0;
    /*font-family: 'Work Sans';*/
}
.fancybox-album .fancybox-title .photo-title {
    color: #111;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    padding: 5px 10px;
}
.fancybox-album .fancybox-title .photo-intro {
    padding: 15px 10px 5px;
}
.fancybox-album .fancybox-title .photo-intro a{
    display: inline-block;
    padding:3px 6px;
    background: #ffaa13;
    color: #000;
    font-weight: bold;
    font-size: 15px;
    vertical-align: middle;
    border-radius: 5px;

}
/*------------ / lightbox ------------*/
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #111;
}
.mmenu-show #mobile-menu .menu li a span{
    display: none;
}
.mmenu-show .titleName{
    display: none;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
	height:39.5px;
    border-bottom-color: #111;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #111;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #ffaa13;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.footer-top {
	text-align: left;
}
@media screen and (max-width: 1580px) {
/*------------ site_footer 1580 ------------*/
    .footer-bottom .container {
        max-width: none;
        padding: 0 80px;
    }
/*------------ / site_footer 1580 ------------*/
}
@media screen and (max-width: 1470px) {
/*------------ site_header 1470 ------------*/
    .site-title .logo {
        width: 150px;
        height: 50px;
    }
    .site-nav {
        padding: 20px 0;
        margin-left: 170px;
    }
	.titleName{
		width:22vw !important;
	}

/*------------ / site_header 1470 ------------*/
}
@media screen and (max-width: 1420px) {
/*------------ banner 1420 ------------*/
    .banner:before {
        display: none;
    }
/*------------ / banner 1420 ------------*/
}
@media screen and (max-width: 1300px) {
/*------------ site_footer 1300 ------------*/
    .footer-top .container {
        background: none;
        max-width: 900px;
    }
    .site-info {
        margin-right: 40px;
    }
    .site-map {
        clear: both;
        text-align: center;
        padding-top: 30px;
        letter-spacing: 40px;
    }
    .site-map ul {
        display: inline;
    }
    .site-map ul li {
        display: inline-block;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom .container {
        padding: 0 15px;
    }
/*------------ / site_footer 1300 ------------*/
}
@media screen and (max-width: 1250px) {
/*------------ site_header 1250 ------------*/
    .site-title {
        padding: 10px 0;
        float: none;
        text-align: center;
    }
    .site-header .search-box {
        top: 56px;
        right: 15px;
    }
    .site-nav {
        clear: both;
        position: static;
        margin: 0 -10px;
        padding: 0px 0 0px;
        text-align: center;
    }
    .site-nav .menu > li {
        padding: 0 4px;
    }
    .header-fixed .site-title,
    .header-fixed .top-nav,
    .header-fixed .search-box {
        display: none;
    }
    .header-fixed .site-nav {
        padding: 10px 0 0;
        margin-left: 0;
    }
    .btn.simple{
        line-height:51px;
        height: 55px;
    }
	.productInfo{
		width:auto !important;
	}
	.titleName{
		display:none;
	}
/*------------ / site_header 1250 ------------*/
}
@media screen and (max-width: 1025px) {
    .wrapper{
        padding-top: 40px;
    }
    .site-header,.header-fixed .site-header{
        position: static;
    }
    .site-title,.header-fixed .site-title{
        padding: 15px 0;
        display: block;

    }
    .site-title .logo,.header-fixed .site-title .logo{
        width: 150px;
        height: 50px;
    }
    /*--- 隱私權手機板 ---*/
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 999;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
    }
    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -21px;
        margin: auto;
        text-align: center;
        width: 100%;
        height: 35px;
    }
    button.close-ontop{
        padding:0px;
    }
    .close-ontop {
        float: none;
    }
    body #keyreply-container {
        bottom: 10%;
    }
    .header-active #keyreply-container {
        bottom: 0%;
        transition:all .7s;
    }
    .header-fixed .header-sheet{
        display:block;
    }
    /*--- END隱私權手機板 ---*/
/*------------ site_header 1025 ------------*/
    .top-nav,
    .site-nav,
    .site-header .search-box {
        display: none;
    }
    .header-fixed {
        padding-top: 0;
    }
    .header-fixed .site-header {
        position: static;
    }
/*------------ / site_header 1025 ------------*/
/*------------ site_main 1025 ------------*/
    .main-content {
        padding-bottom: 80px;
    }
/*------------ / site_main 1025 ------------*/
/*------------ side 1025 ------------*/
    .side {
        display: none;
    }
    .has-side .content {
        position: relative;
        width: auto;
        float: none;
    }
/*------------ / side 1025 ------------*/
/*------------ site_footer 1025 ------------*/
    .site-map,
    .footer-bottom .share {
        display: none;
    }
/*------------ / site_footer 1025 ------------*/
/*------------ floating 1025 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .ibtn.gotop {
        background: url('/pic_page/mobile/mobile_gotop.png') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        /*background-size: contain;*/
    }

    .no-svg .floating .ibtn.gotop {
        background: url('/pic_page/mobile/mobile_gotop.png') no-repeat;
        /*background-size: contain;*/
    }
/*------------ / floating 1025 ------------*/
    .site-footer .col{
        width: max-content;
		margin: 0 auto;
    }
    .footer-top{
        padding-bottom: 15px;
    }
    .footer-bottom{
        padding-bottom: 30px;
    }
    .main-title span{
        font-size: 28px;
    }
    .main-title{
        padding:12px 0;
    }
    .banner .container:before{
        display: none;
    }
    .main-top{
        padding-top: 70px;
    }
    .content-title{
        margin-bottom: 20px;
    }
    .form-title{
        font-size: 26px;
    }
    .reminder{
        margin-bottom: 10px;
    }
    .btn-box{
        text-align: center;
    }
    .site-footer{
        padding-top: 0px;
     }
    .main-top{
        margin-bottom: 15px
    }
    .form-box .form-group{
        margin-bottom: 10px;
    }
    .main-content {
        padding: 30px 0 30px;
    }
	.productInfo{
		width:auto !important;
	}

}
@media screen and (max-width: 840px) {
/*------------ site_footer 840 ------------*/
    .footer-top {
        text-align: left;
    }
    .footer-top .container {
        padding: 30px 15px 15px;
    }
    .site-info,
    .follow {
        float: none;
        width: auto;
    }
    .site-info {
        display: inline-block;
        margin: 0 0 15px;
        background: none;
        padding: 0;
        min-height: 0;
    }
    .footer-tel {
        font-size: 36px;
    }
    .follow > * {
        margin-top: 5px;
    }
/*------------ / site_footer 840 ------------*/
}
@media screen and (max-width: 767px) {
/*------------ site_main 767 ------------*/
    .content-title {
        float: none;
		padding:0;
		text-align:center;
    }
    
/*------------ / site_main 767 ------------*/
/*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {
        float: none;
    }
/*------------ / breadcrumb 767 ------------*/
/*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -30px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
/*------------ / pagination 767 ------------*/
/*------------ form 767 ------------*/
    .form-box {
        padding: 15px;
    }
    .form-box .row {
        margin: 0;
    }
    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-box .tips {
        min-height: 0;
    }
    .success-msg {
        font-size: 17px;
    }
/*------------ / form 767 ------------*/
/*------------ lightbox 767 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 50px 0 5px;
    }
    .fancybox-album .fancybox-close {
        top: -50px;
        right: 50%;
        margin-right: -20px;
    }
    .fancybox-album .fancybox-nav span {
        top: -45px;
    }
    .fancybox-album .fancybox-prev span {
        left: 0;
    }
    .fancybox-album .fancybox-next span {
        right: 0;
    }
    .fancybox-album .fancybox-title .photo-title,
    .fancybox-album .fancybox-title .photo-pager {
        font-size: 18px;
    }
    .fancybox-album .fancybox-title .photo-title {
        padding: 5px 0;
    }
    .fancybox-album .fancybox-title .photo-pager {
        padding: 5px 0 0;
    }
    .fancybox-album .fancybox-title .photo-intro {
        padding: 15px 0 5px;
    }
/*------------ / lightbox 767 ------------*/
	.productInfo{
		position:unset !important;
		width:unset !important;
		padding-bottom:5%;
	}
	.list-product img{
		max-width: 100% !important;
		max-height: 100% !important;
	}
	.list-product-pic img{
		max-width: 100% !important;
		max-height: 100% !important;
	}
	.searchKey{
		width:100% !important;
	}
	.mobileForm #MobileBtn{
		right: 10% !important;
	}
	.productInfo{
		width:auto;
	}
	.imgWidth img{
		margin-top:-5px;
	}
    .showimg{
        margin-top: 20vh !important;
        height: unset !important;
        width: 80vw;
    }
    .closebtn{
        top: 23vh !important;
    }
}
@media screen and (max-width: 480px) {
	.box a,
	.box p{
		font-size: 12px;
	}
	.footer-top {
		text-align: left;
	}
	.site-info{
		font-size:12px;
	}
	body{
		line-height: 1;
	}
}
@media screen and (max-width: 400px) {
/*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
/*------------ / form 400 ------------*/
/*------------ btn 400 ------------*/
    .btn.simple {
        margin: 0 auto 10px;
    }
/*------------ / btn 400 ------------*/
}
/*------------特殊符號---------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url("/css/fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("/css/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("/css/fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("/css/fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("/css/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icon-font';
  src:  url('/css/fonts/icon-font.eot?9cbwkw');
  src:  url('/css/fonts/icon-font.eot?9cbwkw#iefix') format('embedded-opentype'),
  url('/css/fonts/icon-font.ttf?9cbwkw') format('truetype'),
  url('/css/fonts/icon-font.woff?9cbwkw') format('woff'),
  url('/css/fonts/icon-font.svg?9cbwkw#icon-font') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ic-"], [class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-instagram:before {
  content: "\e911";
}
.ic-earth:before {
  content: "\e910";
}
.ic-repeat:before {
  content: "\f01e";
}
.ic-rotate-right:before {
  content: "\f01e";
}
.ic-refresh:before {
  content: "\f021";
}
.ic-check-square-o:before {
  content: "\f046";
}
.ic-square-o:before {
  content: "\f096";
}
.ic-square:before {
  content: "\f0c8";
}
.ic-rotate-left:before {
  content: "\f0e2";
}
.ic-undo:before {
  content: "\f0e2";
}
.ic-circle-o:before {
  content: "\f10c";
}
.ic-check-square:before {
  content: "\f14a";
}
.ic-arrow-circle-o-right:before {
  content: "\f18e";
}
.ic-arrow-circle-o-left:before {
  content: "\f190";
}
.ic-dot-circle-o:before {
  content: "\f192";
}
.ic-arrow-circle-o-down:before {
  content: "\f01a";
}
.ic-arrow-circle-o-up:before {
  content: "\f01b";
}
.ic-chevron-left:before {
  content: "\f053";
}
.ic-chevron-right:before {
  content: "\f054";
}
.ic-plus-circle:before {
  content: "\f055";
}
.ic-minus-circle:before {
  content: "\f056";
}
.ic-arrow-left:before {
  content: "\f060";
}
.ic-arrow-right:before {
  content: "\f061";
}
.ic-arrow-up:before {
  content: "\f062";
}
.ic-arrow-down:before {
  content: "\f063";
}
.ic-plus:before {
  content: "\f067";
}
.ic-minus:before {
  content: "\f068";
}
.ic-chevron-up:before {
  content: "\f077";
}
.ic-chevron-down:before {
  content: "\f078";
}
.ic-twitter:before {
  content: "\f099";
}
.ic-facebook:before {
  content: "\f09a";
}
.ic-facebook-f:before {
  content: "\f09a";
}
.ic-google-plus:before {
  content: "\f0d5";
}
.ic-caret-down:before {
  content: "\f0d7";
}
.ic-caret-up:before {
  content: "\f0d8";
}
.ic-caret-left:before {
  content: "\f0d9";
}
.ic-caret-right:before {
  content: "\f0da";
}
.ic-angle-double-left:before {
  content: "\f100";
}
.ic-angle-double-right:before {
  content: "\f101";
}
.ic-angle-double-up:before {
  content: "\f102";
}
.ic-angle-double-down:before {
  content: "\f103";
}
.ic-angle-left:before {
  content: "\f104";
}
.ic-angle-right:before {
  content: "\f105";
}
.ic-angle-up:before {
  content: "\f106";
}
.ic-angle-down:before {
  content: "\f107";
}
.ic-plurk-circle:before {
  content: "\e90e";
}
.ic-plurk-new-circle:before {
  content: "\e90f";
}
.ic-refresh-rounded:before {
  content: "\e90d";
}
.ic-facebook-circle:before {
  content: "\e90a";
}
.ic-google-plus-circle:before {
  content: "\e90b";
}
.ic-twitter-circle:before {
  content: "\e90c";
}
.ic-plurk:before {
  content: "\e908";
}
.ic-plurk-new:before {
  content: "\e909";
}
.ic-m-menu:before {
  content: "\e900";
}
.ic-m-search:before {
  content: "\e901";
}
.ic-m-member:before {
  content: "\e902";
}
.ic-m-contact:before {
  content: "\e903";
}
.ic-m-wishlist:before {
  content: "\e904";
}
.ic-m-cart:before {
  content: "\e905";
}
.ic-m-home:before {
  content: "\e906";
}
.ic-m-close:before {
  content: "\e907";
}

.isNew{
	/*background:url("/pic_page/new.gif") right no-repeat !important;
	background-position:98% 45% !important;*/
	color:red !important;
}

.ProductIsNew{
	color:red !important;
}

.aboutBigItem{
	list-style-type:none;
	padding:0;
}
.list-product img{
	width: auto;
    height: auto;
    max-width: 50%;
    max-height: 50%;
	padding-bottom: 5%;
}
.list-product-pic img{
	width: auto;
    height: auto;
    max-width: 50%;
    max-height: 50%;
	padding-bottom: 5%;
}
.productInfo{
	margin: 0 auto;
	padding: 0 6%;
	position:absolute;
	/*width:20%;*/
	padding-top:3%
}
.productInfo strong{
	line-height: 28px;
}
.DMdownload{
	display: inline-block;
    margin: 15px 0 0;
    padding: 6px 0.8em;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    border: 1px solid #b7b7b7;
    border-radius: 2px;
    background: #fff;
    text-decoration: none;
    cursor: pointer;
}
.DMdownload:hover{
	background: #333;
    border-color: #333;
    color: #fff;
}
.searchKey{
    border: 1px solid black;
	border-radius:5px;
	padding:0px 5px 0px 5px;
}
.MobileSearchKey{
    border: 1px solid black;
	border-radius:5px;
	padding:0px 5px 0px 5px;
}
#btnQ {
	position: absolute;
	right: 5%;
	top: 34%;
}
.mobileForm{
	margin: 0;
    padding: 10px 30px;
}
.mobileForm #MobileBtn{
	padding:0 !important;
	position: absolute;
	right: 30%;
	top: 25%;
}
.noDATA{
	color:red;
	font-size:50px;
}
.specilItem{
	color:blue !important;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-search:before {
  content: "\f002";
  color: #666;
  font-size: 22px;
}

.fa-bars:before {
  content: "\f0c9";
  font-size: 32px;
}

.fa-trash:before {
  content: "\f1f8";
  color: #999999;
  font-size: 24px;
}

.fa-trash-o:before {
  content: "\f014";
}

.titleName{
	transition: all .3s ease;
	color:white;
	font-size: 25px;
    position: absolute;
    width: 20vw;
    left: 11vw;
    top: 3.5vh;
}
.rwd-table tr:first-child{
	display:none;
}
.INFOtitle{
	background: #33414c;
    color: #FFFFFF;
    height: 5vh;
}
.INFOitem{
	text-align: center !important;
	height: 5vh;
    color: red;
}
.INFOitem:before{
	content:none !important;
}
.rwd-table {
	background: #fff;
	overflow: hidden;
	border-spacing: 0;
    border-collapse: collapse;
}
.rwd-table th,
.rwd-table td {
	margin: 0.5em 1em;
}
.rwd-table {
	min-width: 100%;
}

.rwd-table th {
	display: none;
}

.rwd-table td {
	display: block;
}

.rwd-table td:before {
	content: attr(data-label) " : ";
	font-weight: bold;
	width: 6.5em;
	display:table-row;
}

.rwd-table th, .rwd-table td {
	text-align: left;
}

.rwd-table th, .rwd-table td:before {
	color: #D20B2A;
	font-weight: bold;
}

@media screen and (min-width: 480px) {
	.rwd-table td:before {
		display: none;
	}
	.rwd-table th, .rwd-table td {
		display: table-cell;
		padding: 0.25em 0.5em;
	}
	.rwd-table th:first-child,
	.rwd-table td:first-child {
		padding-left: 0;
	}
	.rwd-table th:last-child,
	.rwd-table td:last-child {
		padding-right: 0;
	}
	.rwd-table th,
	.rwd-table td {
		padding: 1em !important;
	}
	.rwd-table td{
		text-align:center;
	}
	.rwd-table tr:first-child{
		display:table-row;
	}
}