/* here you can put your own css to customize and override the theme */
body { 
	
}

.pre-header .container>.row{
	margin-left: 0px;
    margin-right: 0px;
}
.pre-header .container>.row .list-inline{
	margin-left: -15px;
}
.pre-header .container>.row .pull-right{
	margin-left: 0px;
	margin-right: -15px;
}

.btn-primary {
    background: #e02222;
}
.navbar-brand {
    height: 84px;
}

.sidebar-menu  .fa-angle-right {
    top: 2px;
}

#mobile-qr{
	padding: 0px;
	width:auto;
	border-left: solid 1px #dedede;
	border-right: solid 1px #dedede;
	border-bottom: solid 1px #dedede;
	
}
.mobile-header{
	display: none;
    position: fixed;
    top: 0;
    z-index: 99;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,.2);
    background: #fff;	
    width: 100%;
}
.topmenu{
	line-height: 28px;
	display: -webkit-flex; /* Safari */
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
}
.swiper-container{
	flex: 1;
}
.swiper-slide{
	width: auto!important;
	border-bottom: 2px solid transparent;
	margin:0 10px;
	font-size: 14px;
	padding-top:6px
}
.topmenu a{
	color: #3e4d5c;
	text-decoration:none;
	display:block;
}
.topmenu .active{
	border-color: #e6400c;
}
.topmenu .active a{
	color:#e6400c;
}
.topmenu .more{
	font-size: 14px;
	padding:6px 10px 0px 15px;
}

.mobile-header  .headerTitle  {
	display: -webkit-flex; /* Safari */
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	justify-content: space-around;
	padding:10px 10px  0px 10px;
}
.mobile-header  .headerTitle .logo{
	margin-right:12px;
}
.mobile-header  .headerTitle .toSearchInput{
	display: -webkit-flex; /* Safari */
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	border-radius:6px  !important;
	height: 28px;
	background-color:#efeff0;
	border:none;
	padding:0 10px;
}
.mobile-header  .headerTitle .toSearchInput span{
	flex: 1;
	color:#A8AEB3;
}
.mobile-header  .headerTitle .toSearchInput i{
	color:#3e4d5c;
}


.mobile-search{
	display:none ;
}
.mobile-search .search-container{
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,.1);
    background: #fff;		
}
.mobile-search .search-container .adorn{
	display: -webkit-flex; /* Safari */
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	justify-content: space-around;
	padding:10px ;
}
.mobile-search .search-container .adorn>i{
	padding:0 10px 0 5px;
	line-height: 28px;
}
.mobile-search .search-container .scanText{
	border-bottom-left-radius:6px  !important;
	border-top-left-radius:6px  !important;
	height: 28px;
	background-color:#efeff0;
	border:none;
	padding:0 10px;
}
.mobile-search .search-container .scanBtn .btn {
	border-bottom-right-radius:6px  !important;
	border-top-right-radius:6px  !important;
	height: 28px;
	padding: 2px 0 0 10px ;
	background-color:#efeff0;
	color:#3e4d5c;
}
.mobile-search .search-container .scanBtn .btn>i{
	padding-right:10px;
}
.mobile-search .search-key{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	padding:10px;
}
.mobile-search .search-key .title{
	color: #A8AEB3;
	width:100%;
	line-height: 48px;
}
.mobile-search .search-key a{
	color:#3e4d5c;
	padding:4px 6px 2px 6px;
	border:1px solid #78828d;
	border-radius:4px  !important;
	margin:0 6px 6px 0
}
.mobile-search .search-key a:hover ,.mobile-search .search-key a:active {
	padding:5px 7px 3px 7px;
	background-color:#c5c9ce;
	text-decoration:none;
}

.mobile-channel {
	display:none;	
}
.mobile-title{
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,.1);
    background: #fff;
    width:100%;
}
.mobile-title .adorn{
	display: -webkit-flex; /* Safari */
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	justify-content: space-around;
	padding:13px 10px ;
}
.mobile-title>i{
	padding:0 10px 0 5px;
	line-height: 28px;
}
.mobile-title .title{
	flex: 1;
	text-align:center;
}
.mobile-channel .channel-container{
	margin-top:-20px
}
.mobile-channel .channel-container .row {
	padding-left: 7px;
    padding-right: 7px;
}
.mobile-channel .channel-container .col-xs-4,.mobile-channel .channel-container .col-xs-12{
	padding-left: 7px;
    padding-right: 7px;
    margin-bottom:14px;
}
.mobile-channel .channel-container .col-xs-12{
	margin-top:10px;
}
.mobile-channel .channel-container a{
	text-align:center;
	color:#3e4d5c;
	display:block;
	padding:8px 0 6px;
	border-radius:2px  !important;	
	background-color:#fff;
	
}
.mobile-channel .channel-container a:hover ,.mobile-channel .channel-container a:active {
	background-color:#c5c9ce;
	text-decoration:none;
}




.mobile-list-view-sorting{
	display: none;
	border-bottom:1px solid #ccc;
	margin-bottom:8px;
	background-color:#efeff0;
}
.mobile-list-view-sorting .col-sm-12{
	padding:0px;
}
.mobile-list-view-sorting .col-sm-12 .btn{
	border:none;
	padding: 5px 13px 3px;
}
.mobile-list-view-sorting .act{
	color:#e6400c;
}


select.input-sm {
    height: 34px;

}
.soldout{
	display: block !important;
}
.soldout .soldout-box{
	display: inline-block !important;
    padding: 15px 10px;
    color: #fff;
    border: 2px #fff solid;
    margin: 0 5px;
    margin-top: -35px;
    background: transparent;
    position: relative;
    top: 50%;
    font-size: 28px;
    border-radius: 50%!important;
}
.soldout .soldout-box:hover {
    text-decoration: none; 
}
.product-item h3 {
	height:22px;
    line-height: 22px;
    margin: 8px 0px 0px;
    padding: 0px;
    word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.product-item .tradePrice{
	padding:6px 6px;
	background-color:#ffddd2;
	color: #e84d1c;
}
.product-main-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative; 
    overflow: hidden;
}
.product-page .swiper-slide{
	width: 100%!important;
	margin:0px;
}
.price-availability-block .agency{
	float: right;
    color: #7b8a99;
}
.price-availability-block .agency span {
	color: #3e4d5c;
}
.pi-price {
   	font-family: PingFangSC-Light,helvetica,'Heiti SC';
}
.pi-price em {
	font-size: 12px;
    text-decoration: line-through;
    color: #bbb;
    font-style:normal;
}
.pi-price span {
	font-size: 14px;
}
.loadNext{
	display: none;
	color: #868c93;
	text-align:center;
}
.pi-img-wrapper{
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../img/imgLoad.gif)
	
}



.product-page .description, .product-page .product-page-options{
	border-top: none;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom:0px;
}
.product-page .price-availability-block{
	margin-bottom: 0px;
}
.product-page h1{
	padding:12px 0;
}
.product-page .description{
	padding:24px 0 12px;
	font-size: 12px;
}
.product-page .product-page-options span {
	display: block;
	margin-bottom:12px;
}
.product-page .product-page-options .sku{
	border: #bbb 1px solid;
    color: #3e4d5c;
    padding: 5px 8px;
}
.product-page .product-page-options .sku:hover{
    border:#e84d1c 2px solid;
    background-color:transparent;
    padding: 4px 7px;
}
.product-page .product-page-options .active,
.product-page .product-page-options .sku:focus,
.product-page .product-page-options .sku:active {
    border:#e84d1c 2px solid;
    background-color:transparent;
    padding: 4px 7px;
    color: #e84d1c;
}

.product-page .product-page-options .off{
	text-decoration:line-through;
}






.price-availability-block .price{
	font-family: PingFangSC-Light,helvetica,'Heiti SC';
}    
.price-availability-block .price strong{
	display: block;
}

.footerMinNav{
	display: none;
	z-index: 99999;
	position: fixed;
    bottom: 10px;
    left: 10px;
    opacity: 1;
    cursor: pointer;
}
.footerMinNav a,#topcontrol  i{
	display: block;
	background-color:rgba(34,34,34,.8);
    color: #fff;
    font-size:30px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
	border-radius:25px !important;;
}
.mobile-login{
	display: none;
}
.form-horizontal .checkCode{
	display: -webkit-flex; /* Safari */
	display: flex;
	align-items: center;
}
.form-horizontal .checkCode .input-icon{
	flex-grow:1;
}
.form-horizontal .checkCode img{
	margin-left:4px;
}

@media (min-width: 992px){
	.container {
	    width: 1170px;
	}	
}
@media (min-width: 768px){
	.container {
	    width: 1170px;
	}
}
@media (max-width: 767px) {
	body { 
		background-color:#ececec;
		padding-top:74px;
	}
	.pre-header,.navbar,.title-wrapper,.breadcrumb,.sidebar,.list-view-sorting,.paginator{
		display: none;
	}
	.mobile-header,.mobile-list-view-sorting,.loadNext,.footerMinNav,.mobile-login{
		display: block;
	}
    
	
	.product-list .product-item {
    	padding: 8px 8px 10px;
    	margin-bottom:8px;
	}
	.product-list .col-xs-6:nth-child(odd){
    	padding-left: 8px;!important;
    	padding-right: 4px;!important;
	}
	.product-list .col-xs-6:nth-child(even){
    	padding-left: 4px;!important;
    	padding-right: 8px;!important;
	}
	.pi-price {
    	font-size: 16px;
	}
	.product-item .add2cart {
    	padding: 2px 4px 0px 2px;
    	font-size: 12px;
	}
	.pi-img-wrapper {
    	margin:-8px -8px 0px;
	}
	.product-item .tradePrice{
    	margin:0px -8px;
	}	
	.sidebar{
		display: none;
	}
	.product-main-image {
	    width: auto;
	    height: auto;
	    padding-bottom: 0px;
	    position: relative; 
	    overflow: hidden;
	}
	
	.product-page{
		margin:-74px -15px 0 -15px;
	
	}
	.product-page .product-main-image{
		margin:-22px -22px 20px -22px;
	}
	.loginPage{
		background-color:#fff;!important
	}
	.loginPage .container{
		padding-left: 0px;
        padding-right: 0px;
	}
	div.content-form-page{
		background: transparent;!important
	}
	.loginFormTitle{
		display: none;
	}
	.loginPage .content-form-page input.form-control{
		font-size: 16px;
		height: 40px;
	}
	.loginPage .content-form-page .input-icon i{
		margin: 15px 2px 5px 10px;
	}
	.loginPage .content-form-page .btn{
		font-size: 16px;
		padding: 9px 6px;
		width:100%;
	}
	.loginPage .content-form-page .checkbox label{
		font-size: 16px;
	}
}
