.container{
	margin: auto;
}
.p-0{
	padding: 0;
}
.item-selected span{
	color:#00a7e1;
}
#top-links a:hover{
	color: rgb(174,148,119)!important;
}
.brandlink{
	background: #ccc;
	vertical-align: middle;
	padding: 6px 13px;
	display: table;
	font-size: 12px;
}
#logo{
	text-align: center;
}
#logo a{
	display: inline-block;
}
#logo img,.about-static-f img{
	width: 100%;
}
.userdrop{
	background: transparent;
	border: none;
}

#top-links i{
	float: left;
	width: 18px;
	padding: 9px 0px;
}
.bannerimg {margin-top:40px;}
#topcurrency{
	border-radius: 0;
	padding: 10px 16px 15px 8px;
	margin: 0;
	right: 0;
	left: auto;
	top: 36px;
	background: #fff;
	border: none;
	box-shadow: none;
	animation: fadeIn 0.5s linear alternate;
	-webkit-animation: fadeIn 0.5s linear alternate;
	-moz-animation: fadeIn 0.5s linear alternate;
}

#top-links li{
	position: relative;
}

#top-links li:after{
	position: absolute;
	content: "";
	bottom: 2px;
	left: 0;
	background: rgba(52,52,52,.1);
	width: 100%;
	height: 1px;
}
#top-links a, #top .btn-link{
	padding: 0px 10px;
	border: none;
	box-shadow: none;
	color: #6b6b6b;
	font-size: 12px;
	line-height: 36px;
	text-decoration: none;
}
.block-right i:hover {
	color: rgb(174,148,119);
}

#top-links ul, #form-language ul, #form-currency ul {
	list-style: none;
	padding-left: 5px;
}
#top-links li:hover a,#top-links li:hover i{
	color: rgb(174,148,119);
}
.brandlink a:hover{
	color: rgb(174,148,119)!important;
}
#subscribe p{
	text-align: center;
}

#currencyimg li:hover span{
}

#currencyimg  li{
	padding: 8px 0;
	text-decoration: none;

}
@media screen and (min-width: 768px){
	.home-adsens{
		margin-top: 50px;
	}
}
#top:after{
	position: absolute;
	content: "";
	top: -6px;
	left: -10px;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;

}

#countryimg li{
	position: relative;
}

.languageimg span{
	margin-left: 5px;
}
.languageimg span:hover{
	color: rgb(174,148,119);
}

#countryimg li:after {
	position: absolute;
	content: "";
	bottom: 2px;
	left: 0;
	background: rgba(52,52,52,.1);
	width: 100%;
	height: 1px;
}

#topimg {
	right: -57px;
	top: 33px;
	padding: 0;
}

#top {
	border-radius: 0;
	padding: 10px 16px 15px 8px;
	margin: 0;
	right: -10px;
	top: 36px;
	background: #fff;
	min-width: 125px;
	border: none;
	box-shadow:none;
	animation: fadeIn 0.5s linear alternate;
	-webkit-animation: fadeIn 0.5s linear alternate;
	-moz-animation: fadeIn 0.5s linear alternate;
}

#topcurrencywarp {
	right: -26px;
	top: 29px;
	padding: 0;
	min-width: 101px;
}

#currencyimg li:hover span{
	color: rgb(174,148,119);
}
.open .fa{
	color: rgb(174,148,119);
}

#topcurrencywarp:after {
	position: absolute;
	content: "";
	top: -6px;
	left: -10px;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
}

#currencyimg li {
	position: relative;
}

#currencyimg li:after {
	position: absolute;
	content: "";
	bottom: 2px;
	left: 0;
	background: rgba(52,52,52,.1);
	width: 100%;
	height: 1px;
}

.languageimg img{
	padding-top: 0;
}

.fix-header a{
	color: #000!important;
}



.navbar .toprow{
	background: #000;
}
i.fa {
	color: #969696;
	font-size: 16px;
	padding: 9px 0;
}
.review_level i.fa{
	padding: 0px;
}
header img {
	width: 1.6rem;
}


.block-right > div:not(:first-child) {
	margin-right: 15px;
}


.fix-header #top {
	top: 36px;
}
@media  screen and (min-width: 992px){
    .logo-container{
        margin: 0!important;
    }
	.nav-container {
		line-height: 58px;
	}
}

.sub-col{
	padding: 0;
}
.common-home .wrapper{
	padding: 0;
}

/*swiper*/
.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff;
}


/*尾部*/
.about-static-f h4{
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
}

.title-footer{
	color: #fff;
	text-transform: capitalize;
	font-weight: normal;
	margin-top: 15px;
}
.middle-footer ul li a:hover{
	color: #00a7e1;
}
.middle-footer ul li a{
	color: #969696;
	text-decoration: none;
	transition: .2s;
	font-size: 12px;
}
.middle-footer{
	position: relative;
	padding: 29px 0 50px 0;
}
.title-footer:after{
	content: '';
	position: absolute;
	top: 37px;
	left: 15px;
	width: 25px;
	height: 4px;
	background-color: rgb(174,148,119);
}
.middle-footer ul li {
	padding: 0px 0;
}
.middle-footer span{
	color: #969696;
}
.list-unstyled .fa-map-marker{
	color: #969696;
	font-size: 16px;
	top: -5px;
	position: relative;
}
#contactinfo li{
	padding: 3px 0;
}
.address{
	overflow: hidden;
	padding-left: 8px;
	color: #969696;
	font-size: 12px;
	line-height: 20px;
}
#contactinfo a {
	color: #969696;
	text-decoration: none;
	transition: .2s;
	font-size: 12px;
	margin-left: 1px;
}
#contactinfo a:hover{
	color: #00a7e1;
}
.icon-address{
	float: left;
}
#dialog-normal .des-testimonial{
	color: #969696;
	font-size: 12px;
}
#subscribe .btn {
	background: rgb(174,148,119);
	width: 100%;
	border-radius: 17px;
	height: 37px;
	font-size: 12px;
	transition: .6s;
}

#subscribe .btn:hover span{
	color: #fff;
}
#subscribe span {
	color: #fff;
	transition: .6s;
}

#shareicon li {
	display: inline-block;
	padding: 0 8px;
	background: #818181;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin-left: 9px;
}
#shareicon .social-footer .list-unstyled i {
	font-size: 14px;
	left: 8px;
	top: 1px;
}
#shareicon .social-footer .list-unstyled li:first-child i {
	left: 9px;
}
.social-footer{
	margin-top: 20px;
}
#shareicon li:first-child:hover{
	background: #4267b2;
}

#shareicon li:nth-child(2):hover{
	background: #50a5e6;
}

#shareicon li:nth-child(3):hover{
	background: #db4437;
}

#shareicon li:nth-child(4):hover{
	background: #e6231a;
}

#shareicon li:nth-child(5):hover{
	background: #000;
}

#shareicon li:nth-child(6):hover{
	background: #00a8e1;
}

.social-footer{
	position: relative;
}

.secondfooter{
	background:#000;
}
.firstfooter{
	background-image: url(../image/footer_new_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.copyright-text a {
	color: #fff;
}
.copyright-text{
	margin: 0;
	color: #fff;
	line-height: 22px;
	text-align: center;
}
.banner-slider {
	padding: 15px 0 15px;
}

.owl-carousel .owl-item img {
	width: auto;
}

/*登陆*/
#account-login,#account-register,#account-forgotten{
	position: relative;
	display: table;
	width: 100%;
	background-image: url(../image/loginbg.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: cover;
}
#account-login .well,#account-register .well,#account-forgotten .well{
	background-color: #fff;
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}
#account-login .well h2{
	font-family: ArialMT;
	font-size: 28px;
	font-weight: normal;
	color: #333333;
	margin-top: 62px;
	margin-bottom: 50px;
	text-transform: capitalize;
}
#account-register .well h2{
	padding-left: 15px;
	font-size: 30px;
	text-transform: capitalize;
	margin-top: 14px;
	margin-bottom: 25px;
}
#account-forgotten .well h2{
	font-size: 19px;
	text-transform: capitalize;
	text-align: center;
}

#account-login .well label{
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin-bottom: 0;
	margin-left: 5px;
	position: relative;
}

#account-login .well .form-control{
	border: none;
	border-bottom: 1px solid #dcdcdc;
	padding-left: 0;
}
#account-login .well .form-control:focus{
	border-bottom: 1px solid rgb(174,148,119);
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	-webkit-box-shadow: 0 0 0 1000px white inset;
	border:solid 1px #f95b04;
	box-shadow:0 0 5px rgba(44,151,22,0.2);
}
.forget{
	font-size: 12px;
}

.forget a{
	color: rgb(174,148,119);
}

.sixwarp{
	margin: 4% auto;
	overflow: hidden;
	background: #fff;
}

#account-login .well .btn{
	width: 100%;
	background: rgb(174,148,119);
	color: #fff;
	border: none;
	padding: 9px 12px;
	border-radius: 20px;
	font-size: 12px;
}

#account-login .well .loginline{
	position: relative;
	border-bottom: 1px solid #dcdcdc;
	margin: 29px 10px;
}
#account-login .well span{
	position: absolute;
	padding: 0 8px;
	top: 0;
	color: #949494;
	font-size: 16px;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	background: #fff;
}
.sixwarp img{
	height: max-content;
}

@-moz-document url-prefix() {
	.sixwarp img{
		height: 500px;
	}
}

#account-login .well .redflag{
	color: red;
	background: transparent;
	left: -5px;
	position: inherit;
}

/*register*/
#agree label{
	font-size: 12px;
}

#newsletter p{
	font-size: 12px;
	color: #000;
	margin: 10px 20px 35px 0;
}

#agree a{
	color:#00a7e1;
}
.checkbox-inline, .radio-inline{
	font-size: 12px;
}
#account-register .well .btn{
	width: 100%;
	background: rgb(174,148,119);
	color: #fff;
	border: none;
	padding: 9px 12px;
	border-radius: 20px;
	font-size: 12px;
}
.loginaccount{
	width: 100%;
	height: 35px;
	border-radius: 20px;
	border: solid 1px rgb(174,148,119);
	background: #fff;
	line-height: 35px;
	text-align: center;
	margin: 0;
}
.loginaccount a{
	text-decoration: none;
	color: rgb(174,148,119);
}
#account input,#password input{
	box-shadow: none;
	border: 0;
	border-bottom: 1px solid #e0e0e0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	margin-bottom: 4px;
	border-radius: 0;
	margin-top: 5px;
}
#account input:focus,#password input:focus{
	border-bottom: 1px solid rgb(174,148,119);
}
.commentAll{
	text-align: center;
	font-size: 12px;
	padding: 12%;
	line-height: 30px;
}
.commentAll .text-danger{
	color: #333;
}

.register-icon{
	position: absolute;
}

.subscribetitle{
	float: left;
}
.newsletter .radio-inline{
	margin-top: 10px;
	margin-left: 10px;
	display: inline-table;
}

.tcol-img{
	transition: 0.4s;
	position: relative;
}
.tcol-img p{
	position: absolute;
	top: 50%;
	left: 10%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	font-size: 12px;
	color: #333;
}

.tcol-img:hover{
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	box-shadow: 0 4px 30px rgba(0,0,0,.15);
}

.img3{
	margin-top: -41%;
}

.img4{
	margin-top: 3%;
}
.adsensefourtitle{
	text-align: center;
	margin: 60px 0;
	position: relative;
}
.tfcol-img {
	transition: 0.4s;
	position: relative;
}

.tfcol-img:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	box-shadow: 0 4px 30px rgba(0,0,0,.15);
}

.tfcol-img p {
	position: absolute;
	top: 60px;
	left: 10%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	font-size: 18px;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
}

.img3 p,.img4 p{
	color: #fff;
}

.adsensefourtitle:after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 50px;
	height: 4px;
	background-color: rgb(174,148,119);
	bottom: -18px;
	left: 50%;
	margin-left: -25px;
}
@media (max-width: 960px) {
	.adsensefourtitle:after{
		display: none;
	}
}
.dl-sb-box{
	width: 233px;
	height: 130px;
	line-height: 130px;
	border: 1px solid #fff;
	border-left: 0;
	position: absolute;
	top: 50%;
	left: 24%;
	margin-top: -65px;
	font-size: 60px;
	color: #fff;
}
.dl-sb-box span{
	font-weight: bold;
	position: relative;
	left: -70px;
}
.dl-sb-box span:before,.dl-sb-box span:after{
	content: '';
	display: inline-block;
	width: 1px;
	height: 25px;
	background: #fff;
	position: absolute;
	left: 69px;
}
.dl-sb-box span:before{
	top: -32px;
}
.dl-sb-box span:after{
	bottom: -31px;
}
.adsensefourtitle h2 {
	position: relative;
	font-family: Arial-BoldMT;
	font-weight: bold;
	font-size: 34px;
	color: #333;
	margin: 0;
}

.banner-2 .text-content h2{	bottom: 12px;}

.banner-2 .text-content h2,.featured-title h2{
	font-size:30px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	position: relative;
    text-align: center;
}

.banner-2 .text-content h2:after,.featured-title h2:after{
	content: '';
	display: inline-block;
	width: 50px;
	height: 4px;
	background-color: rgb(174,148,119);
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -25px;
}

.banner-2 .text-content a {
	border: 1px solid #fff;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	text-transform: capitalize;
	padding: 9px 25px;
	display: inline-block;
	margin-top: 30px;
}

#product_module692 .row_items {
	position: relative;
	transition: .6s;
}

#product_module692 .row_items:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	box-shadow: 0 4px 50px rgba(0,0,0,.25);
}

.ratings .fa{
	color: #fec93b;
	width: 1em;
}


.custom-category .product-thumb {
	position: relative;
	border: 1px solid #d8d8d8;
	transition: .6s;
	cursor: pointer;
}

.custom-category .product-thumb:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	box-shadow: 0 4px 50px rgba(0,0,0,.25);
	border: 1px solid rgb(174,148,119);
}

/*产品列表*/
.breadcrumb {
	padding: 0;
	margin: 20px 0 0px 0;
	background: none;
}

.toolbar4 {
	margin: 0;
	margin-top: 20px;
	clear: both;
	margin-bottom: 40px;
	float: left;
	width: 100%;
}

.product-name a {
	font-size: 15px;
	white-space: nowrap;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}
.price .price-tax {
	font-size: 12px;
}
.product-grid .price {
	font-size: 12px;
}
.price .price-new{
	color: #f95b04;
	font-weight: bold;
}
.action-links2 button {
	font-size: 12px;
}
.product-category .col-sm-12{
	padding: 0;
}

.categorybannerimg {
	position: relative;
}
.categorybannertext {
	position: absolute;
	top: 36%;
	left: 10%;
	right: 0;
}
.categorybannertext h1 {
	color: #fff;
	text-transform: capitalize;
}
.categorybannertext p {
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
}
/*爆炸贴效果*/
.product-disc_0,.product-disc_1{
	width: 46px;
	height: 62px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 1.3;
	padding-top: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(/catalog/view/theme/image/product/disc_bg.png);
	z-index: 11;
}
.product-disc_2{
	width: 46px;
	height: 58px;
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(/catalog/view/theme/image/product/new_tag.png);
	z-index: 12;
}
.product-disc_3{
	width: 46px;
	height: 58px;
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(/catalog/view/theme/image/product/hot_tag.png);
	z-index: 13;
}
.product-disc_4{
	width: 46px;
	height: 58px;
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(/catalog/view/theme/image/product/sale_tag.png);
	z-index: 14;
}
/*底部购物车*/
.add-to-cart{
	position: fixed;
	bottom: 140px;
	right: 30px;
	z-index: 1000;
}
.add-to-cart a{
	position: relative;
	display: inline-block;
}
.add-to-cart .cart_num{
	position: absolute;
	top: 35%;
	left: 0%;
	color: #fff;
	width:100%;
	text-align:center;
	font-weight: bold;
}
.add-to-cart img,#back-top img{
	width: 50px;
}
/*底部返回顶部*/

#back-top{
	position: fixed;
	bottom: 65px;
	right: 30px;
	z-index:999;
}

/*产品详情页*/
.product-product .productbg,.productbg{
	padding: 15px;
}
@media screen and (min-width: 992px){
	.product-product .productbg,.productbg{
		padding: 80px 15px 0 15px;
	}
}
.block-2 .ratings .rating-box {
	display: inline-block;
	float: left;
	line-height: normal;
	padding-right: 10px;
	margin-top: -6px;
}

.quantityk{
	position: relative;
	width: auto;
	background: #fff;
	border-radius: 1.5rem;
	display: inline-block;
	border: 1px solid #ccc;
}

#quantity_wanted{
	background-color: #fff!important;
}

#button-cart2,
#button-cart{
	height: 40px;
	border-radius: 100px;
	padding: 0 40px;
	border: 1px solid rgb(174,148,119);
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	background: rgb(174,148,119);
	color: #fff;
}

#button-cart[disabled]{
	cursor: not-allowed;
}

.review a:hover{
	color: #00a7e1;
}

.buttoncart{
	margin-top: 15px;
}

#codbutton{
	height: 40px;
	border-radius: 100px;
	padding: 0 40px;
	border: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	background: #F95B05;
	color: #fff;
	margin-right: 32px;
}
#checkout_button{
	height: 40px;
	border-radius: 100px;
	padding: 0 40px;
	border: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	background: #F95B05;
	color: #fff;
	margin-right: 32px;
}
#orderNow{
	height: 35px;
	border-radius: 5px;
	padding: 0 15px;
	border: 1px solid #F95B05;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	background: #F95B05;
	color: #fff;
}

.text_box{
	width: 50px;
	text-align: center;
}

#product .modal-title{
	color:#F95B05;
	font-weight: bold;
}

#button-review:hover{
	background: #F95B05;
	color: #fff;
	border:1px solid #F95B05;
}

.quantityk .minus,.quantityk .plus,.quantityk .input-quantity{
	border: none;
	font-size: 25px;
	padding: 2px 0;
	height: auto;
}

.quantityk .input-quantity{
	font-size: 18px!important;
	width: auto;
	padding: 7px 0;
}

.quantity-box {
	width: auto;
	float: left;
	margin: 0 15px 0 15px;
}
.descriptioncontent .nav-tabs>li.active>a{
	position: relative;
}
.descriptioncontent .nav-tabs>li.active>a:after{
	position: absolute;
	left: 10%;
	bottom: 0;
	content: '';
	display: inline-block;
	width:60%;
	height:1px;
	background:rgb(174,148,119);
}
.descriptioncontent .nav-tabs>li.active>a, .descriptioncontent .nav-tabs>li.active>a:focus, .descriptioncontent .nav-tabs>li.active>a:hover {
	color: rgb(174,148,119);
	cursor: pointer;
	background-color:transparent;
	border:none;
	border-bottom-color: transparent;
}

.descriptioncontent .nav-tabs>li>a {
	margin-right: 30px;
	font-size:20px;
	line-height: 1.42857143;
	color: #333;
	transition: .4s;
	border-radius: 0;
	padding-left: 0;
	border: none;
}
.product-new-things{
	padding-bottom: 30px;
	background: #fff;
}
.product-new-things h1{
	border-bottom: 1px solid #F1F1F1;
	padding: 18px 0 18px 26px;
	font-size: 12px;
	background: #fff;
	margin: 0;
}
.product-new-things h1:before{
	content: '';
	display: inline-block;
	width:2px;
	height:16px;
	background:rgb(174,148,119);
	margin-right: 15px;
	vertical-align: middle;
}
.descriptioncontent{
	background: #f7f7f7;
}
.descriptioncontent .container{
	padding-top:20px;
	padding-bottom: 30px;
}
.descriptioncontent .nav-tabs {
	margin-top: 13px;
	border-bottom: 1px solid #F1F1F1
}

.descriptioncontent .nav>li>a:focus, .descriptioncontent .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
}

#tab-description{
	margin-top: 30px;
}
#tab-description p{
	font-size: 14px;
}
.product-reviews{
	border-top: 1px solid #ccc;
}
.product-reviews{
	color: #333;
	padding-top: 30px;
}
.review-title{
	font-size: 20px;
	font-weight: 500;
}
 .form-review-title{
	font-size: 16px;
	margin-top: 20px;
}

#button-review{
	background: transparent;
	color: #000;
	border-radius: 0;
	border:1px solid #333;
	padding: 12px 40px;
	font-size: 12px;
	text-transform: uppercase;
}

#review .reviewtitle{
	position: relative;
	border-bottom: 1px solid #ccc;
	margin: 20px auto 45px;
	width: 60%;
}

#review .reviews{
	position: absolute;
	padding: 0 14px;
	top: 0;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	background: #fff;
	text-transform: uppercase;
}

#tab-review #review {
	overflow: auto;
	text-align: center;
	margin-top: 60px;
}
.btn-upload{
	float: left;
	display: block;
	width: 100px;
	height: 100px;
	border: 1px solid #ddd;
	background: #ebebeb;
	line-height: 100px;
	font-size: 14px;
	text-align: center;
	color: #808080;
}
.show-place img{
	width: 60%;
	height: auto;
}
.reviewlist{
	list-style: none;
	text-align: left;
	padding-left: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.reviewlist .author{
	color: #808080;
	font-size: 16px;
	display: inline;
	float: left;
	margin-right: 16px;
}
.review-star{overflow: hidden; padding-top:10px;}
.reviewlist span.review_date{
	float: right;
}
.review_content{
	align-items: center;
}
.review_content P{font-size:14px;}
.review_img {
	width:auto;
}
#product-product .row_items,.subwarp .row_items,#product-search .product-thumb{
	position: relative;
	transition: .6s;
	cursor:pointer;
	border: 1px solid #d8d8d8;
}
.review-btn{
	font-size: 24px;
	padding: 10px;
	color: #fff;
	border-radius: 15px;
}
@media screen and (min-width: 992px){
	.bottom-product-sale{
		display: none;
	}
}
.right-recomm-sale .caption{
	text-align: center;
	background: #fff;
}
product-product .row_items:hover,.subwarp .row_items:hover,#product-search .product-thumb:hover{
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	box-shadow: 0 4px 50px rgba(0,0,0,.25);
	border: 1px solid rgb(174,148,119);
}
.related-products{
	margin-bottom: 80px;
}
.owl-nav > div i{
	padding: 0;
}

.thumbnails{
	border: 1px solid #d8d8d8;
	position: relative;
}

#gallery_01{
	margin-top: 20px;
}

#gallery_01 i {
	font-size: 12px;
	color: #00a7e1;
}

.owl-theme .owl-nav > .owl-next:hover, .owl-theme .owl-nav > .owl-prev:hover {
	border-color: #00a7e1;
	background: #fff;
	color: #00a7e1;
}
/*立即购买*/
#product .modal {
    z-index: 99999;
}
.product-product .modal-backdrop {
    z-index: 9999;
}

.owl-carousel.owl-drag .owl-item {
	padding: 5px 0;
}

.product-share p{
	color: #1a1a1a;
	font-size: 14px;
	font-weight: 700;
	margin-top: 20px;
}

/*提示信息*/
.alert .fa{
    padding: 0;
}
/*导航*/
header nav{
	margin-bottom: 0px !important;
}
/*.header-bg{
	background: #ff9975;!* 不支持线性的时候显示 *!
	background-image: linear-gradient(to bottom right, #ff9975 , #f36f6f);

}*/
.main-menu #navbar .nav{
	display: flex;
	justify-content: center;
	width: 100%;
}
.main-menu #navbar .nav > li a{
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}
/*头部政策样式*/
.head-logistics{
	text-align: center;
}
.head-policy p, .head-logistics a {
	font-size: 18px;
	color: #fff;
	line-height: 40px;
}
.head-logistics a:hover{
	color: #fff;
}
.head-policy p{
	margin-bottom: 0px;
}
.head-logistics a {
	padding: 5px;
}
#top,.main-menu #navbar .nav > li a,.toprow .dropdown-menu:hover{
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.main-menu #navbar .nav ul li a{
	font-size: 12px;
	padding:10px 5px;
	border-bottom: 1px solid #ccc
}
.main-menu #navbar .nav ul li:last-child a{
	border-bottom: none;
}
.main-menu #navbar .nav > li{
	padding-top: 0px;
	padding-bottom: 0px;
}

.main-menu #navbar .nav .dropdown:hover .dropdown-menu,
.toprow .dropdown:hover + .dropdown-menu, .toprow .dropdown-menu:hover{
	display: block;
}

.subwarp{
	margin: 60px 0 40px 0;
}

.subwarp .col-md-3{
	margin-bottom: 40px;
}

/*搜索*/
#button-search{
	background: rgb(174,148,119);
	color: #fff;
	border: none;
	text-transform: uppercase;
	padding: 8px 90px;
	border-radius: 20px;
	display: block;
	margin: 0 auto;
}
.search-criteria{
	line-height: 318px;
	text-align: center;
	color: #cacaca;
	font-size: 24px;
	margin-bottom: 0;
}

#product-search #content .control-label{
	margin: 20px 0 15px;
	color: #4e4e4e;
	font-size: 24px;
}
.search-subcategories{
	padding-left: 0;
}
@media screen and (min-width: 750px) {
	.search-subcategories,.searchdescription{
		margin-top: 25px;
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 750px) {
	.category-id{
		margin: 10px 0;
	}
	.searchdescription{
		padding-left: 0;
	}
	.search-criteria{
		line-height: 180px;
		font-size: 12px;
	}
}
#input-sort, #input-limit {
	padding: 0;
	border-radius: 0px;
	box-shadow: none;
	height: 28px;
	font-size: 13px;
	color: #808080;
	text-align: center;
}
/*购物车*/
#checkout-cart .img-thumbnail{
	width: 80px;
	border: none;
}

#checkout-cart .input-group-btn .btn{
	padding:0 12px;
	background: rgb(174,148,119);
}
#button-guest{
	background: rgb(174,148,119);
	border: none;
}
#checkout-cart .input-group-btn .btn i{
	color: #fff;
}

#checkout-cart .input-group .form-control {
	height: 35px;
}

.cartwarp{
	margin: 43px 0;
}

@media screen and (min-width: 960px) {
	.shopping-cart-box{
		box-shadow: 0 0 10px #ccc;
		border-radius: 12px;
		background: #fff;
		position: relative;
		top: -43px;
		margin-bottom: 120px;
	}
}

.carttitle legend{
	color: #00a7e1;
	margin-bottom: 0;
	border: none;
}

.carttitle{
	position: relative;
}

#checkbtn{
	margin: auto;
	width: 20%;
	background: #00a7e1;
	color: #fff;
	border: none;
	text-transform: uppercase;
	padding: 7px 12px;
	font-size: 12px;
	border-radius: 20px;
	position: relative;
}

#checkbtn .btn{
	background: transparent;
	color: #fff;
	border: none;
	padding: 0;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 20px;
}

#checkbtn a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


#checkbtn span{
	margin-left:0px;
	position: relative;
}

#checkbtn span:nth-child(2){
	margin-left: 25px;
}

#checkbtn span:nth-child(2):after{
	display: none;
}

#checkbtn span:after{
	content: '';
	position: absolute;
	height: 12px;
	width: 1px;
	background: #fff;
	top: 0px;
	right: -15px;
}
#checkout-cart .table-bordered tbody tr:first-child{
	border-top: 1px solid #f0f0f0;
}
#checkout-cart .table-bordered>tbody>tr>td{
	border: none;
	border-bottom: 1px solid #f0f0f0;
}
#checkout-cart .cartinfo .table-bordered>tbody>tr>td.products_norms,
#collapse-checkout-confirm .table tr td:nth-child(2){
	text-align: left;
	white-space: normal;
}
#checkout-cart .table-bordered{
	border-left: none;
	border-right: none;
}

/*移动端导航*/
.header{
	display: none;
}
#menu{
	z-index: 99999;
}

/*忘记密码*/
.forgottenbtn .btn{
	background: transparent;
	border: none;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 12px;
}
.forgottensubmit .btn{
	border: none;
	text-transform: uppercase;
	font-size: 14px;
	width: 100%;
	background: #00a7e1;
	color: #fff;
	padding: 9px 12px;
	border-radius: 20px;
}

.forgottensubmit .btn:hover{
	background: #0094c8;
}

#account-forgotten label {
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

#account-forgotten .well .redflag {
	color: red;
	background: transparent;
	left: 3px;
	position: relative;
}

#account-forgotten .sixwarp .forgettentitle{
	text-align: center;
	line-height: 15px;
}

#account-forgotten .well{
	padding: 125px 19px;
}

.sixwarp .col-md-7{
	width: 55%;
}

.sixwarp .col-md-5{
	width: 40%;
}

#account-forgotten .well .form-control {
	border-radius: 40px;
}

.alert.alert-success,.alert.alert-danger{
	position: fixed;
	width: 100%;
	z-index: 99999;
	top: 0;
	left: 0;
}

.swiper-pagination-bullet {
	width: 10px!important;
	height: 10px!important;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	/*color:#fff;*/
	color: transparent;
	opacity: 1;
	background: rgba(0,0,0,0.2);
}
.swiper-pagination-bullet-active {
	/*color:#fff;*/
	color:transparent;
	background: #007aff;
}

/*404页面*/
#error-not-found .col-md-12{
	text-align: center;
}

#error-not-found .col-md-12 img {
	margin: 100px auto 0;
}

#error-not-found .btn{
	margin-bottom: 60px;
	background: transparent;
	color: #000;
	padding: 0;
	margin-top: 10px;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	float: left;
}
#error-not-found h1{
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}

#error-not-found p{
	font-size: 14px;
	color: #666;
}
.pull-btn .fa {
	margin-left: 20px;
	padding: 0;
	margin-top: 13px;
	color: #000;
	transition: 1.5s;
}

.pull-btn:hover .fa{
	transform: translateX(10px);
}

.errorcontent{
	width: 25%;
	text-align: left;
	margin: auto;
}

/*购物车*/
.cartcontent {
	text-align: center;
	padding: 132px 0;
}
@media screen and (min-width: 750px) {
	.cartcontent {
		position: relative;
		box-shadow: 0 0 10px #999;
		margin-bottom: 50px;
		top: -40px;
		z-index: 9;
		background: #fff;
		border-radius: 12px;
	}
}
.cartcontent p{
	font-size: 12px;
	margin-bottom: 20px;
	color: #333;
}

.cartcontent .continuebtn{
	width: 10%;
	background: rgb(174,148,119);
	color: #fff;
	border: none;
	text-transform: uppercase;
	padding: 8px 12px;
	font-size: 12px;
	border-radius: 20px;
}

.cartcontent img{
	margin: auto;
	margin-bottom: 20px;
}

.cartbannerimg{
	position: relative;
}

.cartbannertext{
	position: absolute;
	top: 36%;
	left: 10%;
	right: 0;
}

.cartbannertext h1{
	color: #fff;
	text-transform: capitalize;
}

.cartbannertext p{
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
}

/*联系我们*/
.contactbannerimg{
	position: relative;
}

.containerbannertext{
	position: absolute;
	top: 36%;
	left: 10%;
	right: 0;
}

.containerbannertext h1{
	color: #fff;
	text-transform: capitalize;
}

.containerbannertext p{
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
}
.contactinfo{
	background: #f9f9fb;
	margin-top: 100px;
	padding: 100px 100px;
	text-align: center;
	display: flex;
}

.contactinfo .col-md-4{
	position: relative;
}

/*.contactinfo .col-md-4:after{*/
	/*content: '';*/
	/*position: absolute;*/
	/*height: 100px;*/
	/*width: 1px;*/
	/*background: #d6d6d6;*/
	/*top: 0;*/
	/*left: 0;*/
/*}*/

.contactinfo .col-md-4:first-child:after{
	display: none;
}

.contactinfo .col-md-4 strong{
	color: #000;
	font-size:18px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 15px;
	position: relative;
}
.contactinfo .col-md-4 strong:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 33px;
	height: 1px;
	background: rgb(174,148,119);
	left: 50%;
	margin-left: -17px;
	bottom: -10px;
}
.fa_new_icon{
	width: 102px;
	height: 102px;
	display: inline-block;
	line-height: 102px;
	background:rgba(247,247,247,1);
	border-radius: 50%;
	margin-bottom: 18px;
}
.contactinfo .col-md-4 .fa{
	/*color: #666;*/
	font-size: 35px;
	color: rgb(174,148,119);
}

/*.contactinfo .col-md-4:first-child .fa{*/
	/*color: #00a7e1;*/
/*}*/

.contactinfo .col-md-4 p {
	font-size: 14px;
	letter-spacing: 1px;
}

/*.contactinfo .col-md-4:first-child p{*/
	/*overflow: hidden;*/
	/*white-space: nowrap;*/
	/*text-overflow: ellipsis;*/
/*}*/

/*.contactinfo .col-md-4:nth-child(2),.contactinfo .col-md-4:nth-child(3){*/
	/*margin-top: 20px;*/
/*}*/

.mapbtn{
	background: #fff;
	overflow: hidden;
	margin: auto;
}

/*.contactform{*/
	/*margin-bottom: 100px;*/
/*}*/

.contactform h1{
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 55px;
}

.contactform img{
	margin: auto;
}

.contactform .col-md-6 {
	width: 48%;
}
.contactform .buttons{
	text-align: center;
	margin-top: 40px;
}
.contactform .buttons .btn{
	width: 20%;
	background: rgb(174,148,119);
	color: #fff;
	border: none;
	text-transform: uppercase;
	padding: 8px 12px;
	border-radius: 5px;
	float: left;
	margin-left: 80px;
}
.contactform .buttons .btn:hover{
	background: rgb(174,148,119);
}
.contactform .firstinput{
	margin-right: 45px;
}
.contactform .form-group{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contactform .form-group span{
	font-size: 20px;
	white-space: nowrap;
	width: 82px;
}

.contactform input{
	padding-left: 10px;
	flex: 1;
}
.contactform textarea{
	padding: 0;
	flex: 1;
	padding: 10px;
}
.contactform input,.contactform textarea{
	box-shadow: none;
	border: 1px solid #e1e1e1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	border-radius: 0;
}

.form-control:focus{
	box-shadow: none;
	border-color: #f95b04;
}
/*.contacttextarea{*/
	/*margin-top: 40px;*/
/*}*/

.contacttop{
	margin-top: 30px;
}

.contacttop h1{
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}
.contacttop .titlet{
	margin-top: 0;
}
.contacttop p{
	text-align: center;
	font-size: 14px;
	margin-bottom: 40px;
}

.contacttop p span{
	color: rgb(174,148,119);
}

/*个人中心*/
.accountbannerimg{
	position: relative;
}
.accountbannertext {
	position: absolute;
	top: 36%;
	left: 26%;
}
.about-us-box{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.52);
}
.about-us-text{
	position: relative;
	top: 30%;
	left: 50%;
	display: inline-block;
	margin-left: -200px;
	text-align: center;
}
.about-us-text h1{
	font-size: 60px;
}
.about-us-text p{
	font-size: 30px!important;
}
.accountbannertext h1 {
	color: #fff;
	text-transform: capitalize;
	font-weight: bold;
}
.accountbannertext p {
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
}

.accountinfo {
	margin: 80px 0px;
}
.accountinfo .col-md-12{
	background: #fff;
}
.accountinfo .col-md-12 li{
	line-height: 35px;
	border-bottom: dashed 1px #e9e9e9;
}
.accountinfo .col-md-12:nth-child(4){
	margin: 20px 0;
	background: #f3f3f3;
	border: 1px solid #e0e0e0;
}
.accountinfo .col-md-12:nth-child(4) h2{
	font-size: 20px;
}
.accountlist .fa{
	color: #00a7e1;
	padding: 0;
}
.accountlist h2{
	margin: 0 0 0 11px;
	color: #00a7e1;
	font-size: 18px;
}
.accountlist{
	height: 40px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #f1f1f1;
}

.accountinfo .list-unstyled{
	margin: 0px;
}

/*修改密码*/
.changepwd{
	margin: 40px 0px 60px;
}

#account-password input{
	border-radius: 20px;
}

.pull-none{
	text-align: center;
	margin-top: 20px;
}

.pull-none .btn{
	width: 13%;
	background: rgb(174,148,119);
	color: #fff;
	border: none;
	text-transform: uppercase;
	padding: 9px;
	font-size:12px;
	border-radius: 10px;
}

.changepwd label{
	font-size: 12px;
}

.changepwdtitle{
	position: relative;
}

.changepwdtitle legend{
	color: #00a7e1;
}

.goback{
	position: absolute;
	right: 0;
	top: 10px;
}

.goback .btn-default,.goback .btn-default:active:focus{
	background: transparent;
	color: #00a7e1;
	border: none;
	padding: 0;
}

.goback .btn-default:hover{
	color: #0094c8;
}
.goback .fa{
	padding: 0;
	position: relative;
	top: 2px;
	color: #00a7e1;
	left: -1px;
}

/*个人信息*/
.changeinfo label{
	font-size: 12px;
}

.changeinfotitle{
	position: relative;
}

.changeinfo{
	margin: 80px 0px 60px;
	background: #fff;
	padding-bottom: 40px;
}
.account-new-title{
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-left: 30px;
	border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 750px) {
    .account-new-title{
        font-size: 12px;
        line-height: 40px;
    }
}
.account-new-box{
	display: flex;
	justify-content: center;
}
#account-edit input{
	border-radius: 20px;
}

.changeinfotitle legend{
	color: #00a7e1;
}

/*订阅*/
.newsletterSub{
	margin: 40px 0px 60px;
}

/*地址栏*/
.changesaveaddress{
	margin: 40px 0px 60px;
}

.changesaveaddresstitle legend{
	color: #00a7e1;
}

.changesaveaddresstitle{
	position: relative;
}

#account-address input{
	border-radius: 20px;
}

#account-address label{
	font-size: 12px;
}

/*地址列表*/
.changeaddresslist{
	margin: 40px 0px 10px;
}

.changeaddresslist legend{
	color: #00a7e1;
}

.changeaddresslist{
	position: relative;
}

#account-address label{
	font-size: 12px;
}

.addresslistwarp{
	margin: 50px 0 80px;
}

.orderlistwarp{
	margin: 50px 0 80px;
}

.orderlistwarp thead {
	border-top: 3px solid #00a7e1;
}

.addresslistwarp .newaddress,.addresslistwarp .newaddress:active:focus{
	background: #00a7e1;
	color: #fff;
	border: none;
	text-transform: uppercase;
	padding: 9px 40px;
	font-size: 12px;
	border-radius: 20px;
}

.addresslistwarp .newaddress:hover{
	background: #0094c8;
}

.addresslistwarp thead{
	border-top: 3px solid #00a7e1;
}

/*奖励积分*/
#account-reward label{
	font-size: 12px;
}

.rewardwarp{
	margin: 50px 0 80px;
}

.rewardwarp .newaddress,.rewardwarp .newaddress:active:focus{
	background: #00a7e1;
	color: #fff;
	border: none;
	text-transform: uppercase;
	padding: 9px 40px;
	font-size: 12px;
	border-radius: 20px;
}

.addresslistwarp .newaddress:hover{
	background: #0094c8;
}

.rewardwarp thead{
	border-top: 3px solid #00a7e1;
	background: #f6f6f6;
}

.rewardlist legend{
	color: #00a7e1;
}

.rewardlist{
	position: relative;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 1px;
}

/*历史订单*/
#account-order .fa-eye{
	color: #fff;
}

#account-order .btn-info {
	color: #fff;
	background-color: #00a7e1;
	border-color: #00a7e1;
}

#account-order thead tr td {
	padding: 14px 0;
}

.account-order-info h2{
	font-size:20px;
}

.orderinfowarp {
	margin: 40px 0;
}
.orderinfowarp thead{
	font-weight: bold;
}

.orderlistwarp .canclebtn{
	padding: 12px 12px;
}

/*sitemap*/
.sitemapwarp{
	margin: 50px 0;
}

/*结账页面*/

.checkout-checkout #account input{
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	padding-left: 10px;
}

/*购买成功页面*/
#common-success img{
	margin: auto;
}

#common-success h1,#common-success p{
	text-align: center;
	font-size: 20px;
}
.successwarp {
	margin: 50px 0;
}

.successbg{
	background: #f5f5f5;
	padding: 40px 0;
	text-align:left;
	margin-bottom:0;
}
.successbg p{
	margin-bottom: 0;
}
.successbg p a{
	color: #00a7e1;
}


/*隐私政策*/
.title h1{
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
}
.headtop .pull-left{
	color: #00a7e1;
	font-size: 18px;
}
.headtop .pull-right{
	font-size: 15px;
}

.headtop{
	border-bottom: 1px solid #ccc;
}
.privacywarp li{
	margin-bottom: 15px;
	font-size: 13px;
}
.privacywarp p {
	font-size: 14px;
}
.textindent p{
	margin-left: 25px;
}
.textblod{
	font-weight: bold;
}


.privacywarp{
	margin: 30px 0 50px 0;
	color: #333;
}

.privacywarp .title{
	margin-top: 30px;
}

.numli{
	padding-left: 28px;
}

.numli li{
	list-style: none;
	font-size: 13px;
}

.privacywarp .table>thead>tr>th,.privacywarp .table>tbody>tr>td,.privacywarp .table>thead:first-child>tr:first-child>th{
	border: 1px solid #ccc;
	padding: 10px;
}

.privacywarp .table{
	background: #f7f7f7;
	margin-bottom: 10px;
}

.privacywarp .textblod{
	font-size: 15px;
}

.delivery .textblod {
	margin-top: 20px;
}

/*条件和条款*/

.Termtext{
	margin-top: 25px;
}

/*关于我们*/

.third_text {
	position: absolute;
	top: 26%;
	left: 10%;
	color: #fff;
}

.aboutcontent {
	margin-top: 30px;
}

.abouttext p{
	font-size: 16px;
	line-height: 25px;
}
.technology-life{
	text-align: left;
	font-size:32px!important;
	color:#d6d6d6;
	margin-bottom:60px;
	position: relative;
}
.technology-life:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 56px;
	height: 5px;
	background-color: rgb(174,148,119);
	bottom: -29px;
	left: 0;
}
.abouttext div:nth-child(1){
	margin-bottom: 65px;
}
.corporate-culture{
	padding: 0 0 0 30px;
}
.technology-img{
	padding: 0 0 0 30px;
}
@media screen and (max-width: 960px) {
	.technology-life{
		font-size:24px!important;
		margin-bottom:30px;
	}
	.technology-life:after{
		display: none;
	}
	.lancest-box div:nth-child(1){
		margin-bottom: 30px;
	}
	.corporate-culture{
		padding: 0 15px;
	}
	.corporate-culture p:nth-child(1) span{
		font-size: 28px!important;
	}
	.technology-img{
		padding: 0;
	}
}

.haimg {
	margin-bottom: 20px;
}

.aboutusbtn{
	margin-bottom: 60px;
	margin-top: 40px;
}

/*折叠底部*/
.accordionfooter .panel-default {
	width: 25%;
	float: left;
}

.accordionfooter .panel {
	background-color: transparent;
	border: none;
}

.accordionfooter .panel a:hover,.accordionfooter .panel a:focus{
	color: #fff;
}

.accordionfooter .panel-title {
	text-transform: capitalize;
	position: relative;
}

.accordionfooter .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd;
	border: none;
}

.accordionfooter .panel-default>.panel-heading {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
}

#accordion .panel-title:after {
	content: '';
	position: absolute;
	top: 22px;
	background: #606060;
	width: 32%;
	left: 0;
	height: 2px;
}

#accordion ul li a:hover{
	color: #00a7e1;
	transition: .6s;
}

#accordion .panel-body {
	padding: 5px 15px 0;
}

/*结账页面*/
#checkout-checkout .panel-default>.panel-heading {
    background-color: transparent;
    border-color: transparent;
}

#checkout-checkout .panel-default {
    border-color: transparent;
}

#checkout-checkout .panel{
    box-shadow: none;
}

#collapse-checkout-confirm .table-bordered {
     border: none;
}

#collapse-checkout-confirm .table-bordered>tbody>tr>td, #collapse-checkout-confirm .table-bordered>tbody>tr>th, #collapse-checkout-confirm .table-bordered>tfoot>tr>td, #collapse-checkout-confirm .table-bordered>tfoot>tr>th, #collapse-checkout-confirm .table-bordered>thead>tr>td, #collapse-checkout-confirm .table-bordered>thead>tr>th{
    border-right: none;
    border-left: none;
}

.caption .description {
	padding: 0 10px;
	margin-bottom: 0;
}

.noproduct .fa-refresh{
	font-size: 50px;
	margin-bottom: 15px;
}

.noproduct .cartcontent .continuebtn {
	width: auto;
	padding: 8px 20px;
}

.noproduct .cartcontent{
	margin: 100px 0;
}

.product-grid .caption {
	padding: 25px 21px 20px;
	background: #fff;
}

/*富文本内容*/

.product_detail_warp {
	text-align: center;
}

.product_detail_text {
	width: 70%;
	margin: auto;
	text-align: left;
}

.product_detail_img img {
	margin: auto;
}

.product_detail_text h2 {
	margin-top: 30px;
	margin-bottom: 10px;
	color: #4c4c4c;
	font-size: 25px;
	line-height: 1.5;
	font-weight: bold;
}

.product_detail_text ul li {
	color: #4c4c4c;
	font-size: 16px;
	line-height: 1.625;
}

.product_detail_text p span {
	color: #4c4c4c;
	font-size: 16px;
	line-height: 1.625;
}

.textwarp_style {
	margin: 20px 0;
}

.textwarp_style p {
	margin-bottom: 5px;
	font-size: 15px;
	color: #000;
}

.textwarp_style p:first-child {
	font-weight: bold;
	font-size: 17px;
}

#ftable strong {
	color: #000;
	font-size: 16px;
}

#ftable>tbody>tr>td,
#ftable>tbody>tr>th,
#ftable>tfoot>tr>td,
#ftable>tfoot>tr>th,
#ftable>thead>tr>td,
#ftable>thead>tr>th {
	font-size: 15px;
	color: #000;
}

#ftable>tbody>tr:last-child td {
	vertical-align: middle;
	text-align: left;
}


#product .has-option {
	border: none;
	padding: 0;
	margin: 10px 0 0 0;
}

#selectWarp select.form-control{
	font-size: 13px;
	height: 35px;
	width: 60%;
}

#selectWarp .control-label{
	color: #1a1a1a;
	font-size: 14px;
	font-weight: bold;
}

#selectWarp .text-danger {
	font-size: 14px;
	font-weight: bold;
}

#selectWarp option {
	font-size: 14px;
}
/*优惠券*/
.favourable-tit{
    font-size: 14px;
}
.penggunna{
	display: flex;
	margin-bottom: 10px;
}

.penggunna input{
	flex: 1;
	height: 30px;
	padding-left: 10px;
	margin-right: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.penggunna input::-webkit-input-placeholder {
	color: #ccc;
}
.penggunna input::-moz-placeholder {
	color: #ccc;
}
.penggunna input:-ms-input-placeholder {
	color: #ccc;
}
.penggunna span{
	display: inline-block;
	padding: 0 3px;
	height: 30px;
	background: rgb(86,119,252);
	color: #fff;
	text-align: center;
	line-height: 30px;
	box-shadow: 0 0 10px #999;
	border-radius: 3px;
}
.coupon-box{
	height: 0;
	overflow: hidden;
}
.coupon-type{
	margin-bottom: 0;
}
.coupon-type span{
	color: #ccc;
}
/*商品多买减*/
.more-sale{
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 20px;
}
.sale-num-box{
	margin-top: 5px;
	margin-bottom: 0;
}
.sale-num{
	display: inline-block;
	margin-right: 5px;
}
.sale-money{
	color: red;
	display: inline-block;
	margin-left: 5px;
}
.sale-hidden{
	display: none;
}
.save-money{
	display: block;
    color: #ccc;
	margin-left: 42px;
}
#orderModal .modal-dialog{
	margin: 15% auto;
}
#orderModal .flex{
	display: flex;
	align-items:center;
}
#orderModal .product-title{
	font-size: 16px;
	color: #000;
}

.wd-80{
	width: 80px;
}
.ml-5{
	margin-left: 5px;
}
.flex label{
	white-space: nowrap;
	margin-bottom: 0px;
	width: 115px;
}
.price-new{
	font-size: 20px;
}
.special-price{
	color: #de0101;
	font-weight: bold;
}
.price-old{
	font-size: 18px;
}
span.required{
	color: #de0101;
}
/**新版聚合页面修改 2019-11-25 add by JulieZhang begin**/
.cod_body{
	padding-bottom: 30px;
	background: #d3232a;
}
.cod_body .swiper-viewport{
	margin-bottom: 30px;
	border: none;
    border-radius: 0px;
}
.cod_body  .swiper-pagination{
	bottom: 0px;
}
.aggregate-divider{
	padding: 15px 0 20px;
}
.hot_products_2{
	padding: 5px 10px;
}
.hot_products_2 .col-sm-6 {
	padding-right: 5px;
	padding-left: 5px;
}
.l_cod{
	max-width: 750px;
	margin: 0 auto;
	background: #d3232a;
	padding:5px 10px;
}
.cod_body .hot_product{
	background: #fff;
}
.l_cod .hot_product{
	background: #fff;
}
.hot_products_2 .col-sm-6 {
	padding-right: 5px;
	padding-left: 5px;
}
.cod_body .product_title,.l_cod .product_title{
	display: -webkit-box;
	font-size: 18px;
	padding:0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.cod_body .product_price,.l_cod .product_price{
	font-size: 20px;
	font-weight: 600;
	color: #ff0702;
	padding:0 15px 15px;
	margin-bottom: 10px;
}
/**新版聚合页面修改 2019-11-25 add by JulieZhang end**/
@media (min-width: 992px){
	.cod_body {
		width: 750px;
	}
}
@media (max-width: 992px){
    .header{
		top:55px !important;
	}
}
@media (max-width: 678px) {
	#orderModal .modal-dialog {
		margin: 80% auto;
	}
	.head-policy p, .head-logistics a{
		font-size: 12px;
	}
	.cod_body .product_title{
		font-size:14px;
	}
	.review_img {
		width: 25%;
	}
	.review_content p {
		/*width: 75%;*/
	}
}
/*雪花样式*/

/*
.snow{
	position: relative;
	width: 100%;
	color: #fff!important;
	background: url(../image/snow-01.png),url(../image/snow-02.png);
	animation: 15s snow linear infinite;
}
@keyframes snow {
	0% {
		background-position: 0px 0, 0px 0px, 0px 0px;
	}

	100% {
		background-position: -200px 1500px, 800px 950px, 950px 1800px;
	}
}*/
