
a:hover { text-decoration:none;}
/*--------nav---------*/

ul.navbar-nav {
	margin-top: 23px;
}
body {
	background: url(/hipershop/rwd1838/store/F1/carbg.png)  no-repeat fixed  bottom  right;
}
.navbar-toggle{font-size: 17px;    margin-top: 10px; color:#0095d3;}

@media screen and (max-width:993px) {

.side-collapse-container-right {
	position: relative;
	right: 0;
	transition: right .4s;
}
.side-collapse-container-right.out {
	right: 70%;
}
.side-collapse-right {
	top: 73px;
	bottom: 0;
	right: 0;
	width: 0;
	position: fixed;
	overflow: hidden;
	background-color: #f3f3f3;
}
.side-collapse-right.in {
	width: 70%;
	transition: width .4s;
}
.top-search {
	position: absolute;
	width: 100%;
	z-index: 999;
}
}
@media screen and (max-width:767px) {
	.side-collapse-right {
	top: 65px;}
}


/*---------首頁silder---------*/
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);

}
.carousel-control.right {

    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);

}
.carousel-control { top: 90px;}

/*-------首頁 影片 關於我們------------*/
.aboutbox {
	position:relative;
	padding: 60px 30px 0px 30px;
	font-size: 23px;
	line-height: 2;
	font-weight: bold;
	text-align:center;
}
/*.aboutbox::after{ content:"，";    position: absolute;
    font-size: 110px;
    bottom: -95px;
	right:13%;
	}
.aboutbox::before{ content:"，";    position: absolute;
    font-size: 110px;
	 transform: rotate(180deg);
    top: -20px;
	left:13%;}
@media screen and (max-width:970px) {.aboutbox::after{right:0;} .aboutbox::before{left:-20px;}}
@media screen and (max-width:650px) {.aboutbox::before{ top:-40px;}}*/

/*-------------------關於我們-----------------------*/

.aboutinbox {
	position: relative;
	padding-top: 100px;
	margin-top: -0;
	overflow: visible;
}
.aboutinbox .inner-04 {
	margin-bottom: 0;
	padding-bottom: 12.4rem;
}
.aboutinbox_bg {
	position: absolute;
	top: 552px;
	left: 0;
	width: 100%;
	height: calc(100% - 552px);
	background-color: #F5F7FA;
	z-index: -1;
}
.aboutinbox::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 552px;
	width: 100%;
	background-color: rgba(0, 15, 50, .38);
	content: "";
	z-index: -1;
}
.aboutinbox::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 552px;
	background-image:url(/hipershop/rwd1838/store/F1/aboutbg.jpg);
	background-position: center;
	background-size: cover;
	content: "";
	z-index: -10;
}
.aboutinbox_title {
	margin-bottom: 7.0rem;
	color: #fff;
	font-size: 1.8rem;
		text-align: center;
	color: #fff;
}

.aboutinbox_box {	
	justify-content: space-between;
	box-sizing: border-box;
	margin: auto;
	padding: 8.0rem 10.5rem 10.0rem;
	background-color: #fff;
}
.aboutinbox_box_list h4 {
	margin-bottom: 55px;
	line-height: 1;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
.aboutinbox_box_list_group {
	display: block;
	margin-bottom: 12px;
	font-size: 1.6rem;
}
.aboutinbox_box_list_row {
	position: relative;
	display: flex;
	padding-left: 2.4rem;
	line-height: 1;
}
.aboutinbox_box_list_row::before {
	content: '';
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	z-index: 2;
	border: 0px solid #E1EBF3;
	border-radius: 50%;
	top: 0.3rem;
	left: 0;
	background-color: #E1EBF3;
}
.aboutinbox_box_list_row::after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0.4rem;
	bottom: 0;
	left: 3px;
	background-color: #E1EBF3;
}
.aboutinbox_box_list_row:last-child::after {
	display: none;
}
.aboutinbox_box_list_row_time {
	min-width: 44px;
	font-size: 1.6rem;
	color: #5D6776;
	font-family: din-2014, sans-serif;
	font-weight: 500;
	text-align: right;
}
.aboutinbox_box_list_row dl {
	margin-bottom: 3.4rem;
	margin-left: 5.0rem;
}
.aboutinbox_box_list_row:last-child dl {
	margin-bottom: 0;
}
.aboutinbox_box_list_row dt {
	margin-top: -1px;
	margin-bottom: 1.4rem;
	font-weight: bold;
}
.aboutinbox_box_list_row dd {
	line-height: 1.5;
	font-size: 1.6rem;
}
 .inner-04 {
	position: relative;
    margin: 0 auto 12.4rem;
    width: 65%;
}
@media (max-width: 991px){ .inner-04 {width: 95%;}}
@media (max-width: 600px){.aboutinbox_box{padding: 8.0rem 5.5rem 10.0rem;}}
/*-------footer------------*/
footer {
	position: relative;
	border-top: 1px solid #e4e6e9;
    padding: 15px 45px;
    color: #787878;
	font-size: 14px;
	line-height: 45px;
}
footer .footerbox {
	position: absolute;
	top: 0px;
	right: 45px;
}
@media ( max-width:900px) {
footer .footerbox {
	position: unset;
}
}
#gotop {bottom:110px !important; }
/*-------統一標題------------*/
.topbox{ position:relative; margin-bottom: 40px; margin-top: 140px;}
@media ( max-width:500px) {.topbox{margin-top: 110px;} }
.topbox::after{ content:""; width:107px; height:107px; border:1px solid #e4e6e9; position:absolute; top:0; left:15px;z-index:-1;}
.topbox p{ font-size:21px; letter-spacing: 3px; margin: 15px 0px 0 40px;  background:#fff; }
.topbox h6{ font-size:42px; margin: 0px 0 0 40px; letter-spacing: 2px;color: #252525;font-family:"Times New Roman",Arial, Times, serif;  background:#fff; z-index:2;}
hr.topline{border-top: 1px solid #e4e6e9;}


/*------- 產品主頁更改------------*/
.li-item {
    border: 0px solid #f6f2ea !important;
    padding: 0px!important;
    background:rgba(255,255,255,0)!important;
}
.li-item:hover{

	border: 0px solid #f6f2ea !important;
    background:rgba(255,0,0,0)!important;
	box-shadow:none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;

}
.popular_products .thumbnail-list a{color: #202020; cursor:pointer;}
 .imgBox-fit{border: 1px solid #f6f2ea;}

.li-item:hover .imgBox-fit img{
/*	border: 1px solid #f6f2ea !important;*/
opacity:0.8;  }
.li-item .btn{ display:none;}
.prd_info{ color:##202020; font-size:16px!important; padding-left: 50px;
    position: relative; margin-top:8px;}
.prd_info::after{     position: absolute;
    content: "";
    left: 0;
    top: 11px;
    width: 40px;
    height: 1px;
    background-color: #202020;}
/*------- 產品內頁更改------------*/
.backbtn {
    width: 100%;
    margin: 20px auto 30px auto;
    background: transparent !important;
    border: 0!important;
    font-size: 21px;
    font-weight: bold;
    color: #333;
}
.productbox img{ max-width:100%; display:block; margin:50px auto 10px auto; }
.productbox{ text-align:center;}
.productword{ width:70%; text-align:left; margin: 80px auto 30px auto;}
@media ( max-width:780px) {.productword{ width:90%;}}
.productword h5{color: rgba(133,114,81,1);
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.56;}
.productword li{list-style-type: square; margin-left:30px;}
.allbox li{list-style-type: square;}
#pd_name{     color: #252525;
    font-size: 24px;
}
.rwd_pprice,#QtyName{ font-size:14px;}
.panel-body h4{ display:none;}
.panel-body  figcaption span{color: #cc9933;
    font-size: 16px!important;}
.normal-price{    font-size: 21px;}
/*------- 聯絡我們------------*/
.allbox{ min-height:700px;    
      line-height: 2;
  /*  letter-spacing: 1.2px;*/
    text-align: justify;
	font-size:16px;}
.condata{ margin-bottom:20px;}

.ProfileBody ul{padding-left: 20px;}

/*------------------------------*/
/*    hotbox
--------------------------------*/
.hotbox {
	padding: 0px 0 85px 0;
}
.hotbox .li-item {
	border: 0px solid #f6f2ea!important;
	padding: 2px !important;
	background: transparent!important;
}
.hotbox .li-item:hover {
	border: 0px!important;
	background-color: transparent!important;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0);
	box-shadow: 0 0 5px rgba(0,0,0,0);
}
.hotbox .view {
	border: 1px solid #f6f2ea!important;
	overflow: hidden;
}
.hotbox .thumbnail-list img {
	transition: 0.3s;
}
.hotbox .li-item a img:hover {
	transform: scale(1.2);
	transition: 0.3s;
}
.hotbox a h4, .B_hot_4 .caption h3 {
	font-size: 16px;
    color: #333;
    font-weight: bold;
	margin-top: 15px;
	text-align:left;
}
.hotbox .hot_prod_intro{text-align:left; color:#202020;}
.hotbox a h4, .hotbox a .product-price {
	display: block;
}
.hotbox .product-price {
	float: right;
	width: auto;
}
.hotbox .product-price .normal-price, .hotbox .product-price .cut-price {
	color: #000;
	font-size: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	display: inline-block;
}
.hotbox .mask, .hotbox .btn, .hotbox .product-price .cut-price, .hotbox .product-price {
	display: none !important;
}
.navlogo a{ font-weight:bold;padding-left: 15px; display:block;font-size: 32px;
    margin-top: 23px;
    color: #0095d3 !important;}
.navlogo a:hover{color: #0095d3 !important;}
.carousel-inner{margin-top:62px;}