/* ========== Blog read more  ====================== */

a.blog-read-more:hover {
	color: #ff6434;
}
a.blog-read-more {
	color: grey;
	margin-top: 10px;
	display: block;
}

.meta-single .fb-like{
	margin-top: 10px;
}
.album-images{
	float: left;
	width: 100%;
}
.sold-out {
	position: absolute;
	right: 0;
	top: 0;
	background: #d20000;
	color: #fff !important;
	padding: 5px 7px;
	font-size: 13px !important;
}
.imgView {
	position: relative;
}

.product-description-wrapper ul {
	list-style: unset !important;
	padding-left: 25px !important;
}
.info *{
	max-width: 100% !important;
}
.tab-content {
	float: left;
	width: 100%;
}
.tab-content *{
	max-width: 100% !important;
}

#mss_alret{
	border: 1px dashed #f88d81;
	color: #f06455;
	padding:10px 15px;
	margin-bottom: 15px;
	clear: both;
	display: none;
}
.home-desc-news {
	white-space: normal;
	max-height: 5em;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 1.65em;
	margin-bottom: 10px;
}
.cate_chir, .cate_chir2, .cate_chir3{
	position: relative;
}
.cate_chir .fa-caret-right, .cate_chir2 .fa-caret-right, .cate_chir3 .fa-caret-right{
	position: absolute;
	right: 5px;
	font-size: 13px;
	top: 15px;
	color: #1d2129;
}
.pview-depot {
	margin-top: 15px;
}
.depot-title {
	margin: 5px 0 10px;
	font-size: 16px;
	font-weight: 600;
}
.eachDepots {
	font-size: 16px;
}
.eachDepots p {
	margin: 6px 0;
	font-size: 14px;
}
/*.eachDepots::-webkit-scrollbar {*/
/*	width: 5px;*/
/*	height: 8px;*/
/*	background: #ccc;*/
/*}*/
/*.eachDepots::-webkit-scrollbar-thumb {*/
/*	background-color: #aaa;*/
/*}*/
.iphDes {
	margin-top: 20px;
	/*max-height: 200px;*/
	/*overflow: auto;*/
}
@media (min-width: 1024px) {
	.cate_sub, .cate_sub2, .cate_sub3{
		display: block!important;
		position: absolute;
		left: 100%;
		top: 30px;
		background: #fff;
		border: 1px solid #ededed;
		z-index: 2;
		transition: all .5s ease;
		opacity: 0;
		visibility: hidden;
	}
	.cate_chir:hover .cate_sub{
		opacity: 1;
		top: 0;
		visibility: visible;
	}
	.cate_chir2:hover .cate_sub2{
		opacity: 1;
		top: 0;
		visibility: visible;
	}
	.cate_chir3:hover .cate_sub3{
		opacity: 1;
		top: 0;
		visibility: visible;
	}
	.slider-pa-5 ul li a img{
		height: 400px;
	}
	.ads-pa-5 .block-banner li{
		margin-bottom: 10px;
	}
	.ads-pa-5 .block-banner li a img{
		height: 195px;
		width: 100%;
	}
}
@media (max-width: 1023px) {
	.cate_chir .fa-caret-right{
		padding: 10px;
		top: 6px;
	}
	.cate_chir3{
		position: relative;
	}
	.cate_chir .fa-caret-right::before, .cate_chir2 .fa-caret-right::before, .cate_chir3 .fa-caret-right::before{
		content: "\f067";
		vertical-align: middle;
	}
	.cate_chir .fa-caret-right.iactive::before, .cate_chir2 .fa-caret-right.iactive::before,
	.cate_chir3 .fa-caret-right.iactive::before{
		content: "\f068" !important;
	}
	.iactive::before{
		content: "\f068" !important;
	}
	.ide-active::before{
		content: "\f067" !important;
	}
}
.cartmb{
    position: fixed;
    top: 7px;
    right: 16px;
    z-index: 999;
}
#wechat-scan .modal-body{
	display: flex;
	justify-content: center;
}
#wechat-scan .modal-body img{
	width: 80%;
}