.headerBg{
    width:100%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    padding:40px;
	position:relative;
}
.headerBg.hasBg{
	height:100%;
    max-height:300px;
}
.headerBg.hasBg:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 75%)
}
.headerBg .ttArea{
	z-index:99;
	text-align:center;
}
.headerBg .pageTitle,
.headerBg .bcrumb .woocommerce-breadcrumb{
    color:#fff;
}
.headerBg .bcrumb .woocommerce-breadcrumb > a{
    color:#fff;
    transition:.2s ease;
}
.headerBg .bcrumb .woocommerce-breadcrumb > a:hover{
    color:#333;
}
.pagination > li > a{
    color:#333;
    border-radius:0!important;
}
.pagination > li > a:focus{
	color:#ed5d43;
}
.pagination > li > a:hover{
    background-color:#ed5d43;
    border:1px solid #ed5d43;
    color:#fff;
}
.pagination > li > a:hover:after{
    display:none;
}
.pagination > li > a:focus{
    box-shadow:none;
    outline:none;
}
.pagination > li.active > span{
    background-color:#ed5d43;
    border-color:#ed5d43;
    border-radius:0!important;
}
.page_desc{
    color:#e7e7e7;
    font-size:14px;
    max-width:760px;
    margin:0 auto;
    margin-top:30px;
    text-align:center;
    line-height:1.8;
	z-index:9;
}
.page_desc p{margin:0;}
.prdItem .price ins,
.prdItem .price .woocommerce-Price-amount{
    font-size:20px; 
}
.prdItem .price del bdi{
    font-size:16px;
}

.woocommerce .woocommerce-ordering select{
    font-size:14px;
    color:#777;
}

.woocommerce ul.products li.product a img{margin:0;}
.woocommerce ul.products li.product .price{color:inherit;font-size:inherit;border-bottom:0;}
.woocommerce ul.products li.product .price del{opacity:1;}

.woocommerce ul.products li.product .woocommerce-loop-category__title{
	font-size:20px;
	text-align:center;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title mark{display:none;}

@media(max-width:1450px){
	.page_desc{
		font-size:12px;
		margin-top:0;
	}
}
@media(max-width:767px){
    .headerBg{
        max-height:230px;
        padding:20px;
    }
    .page_desc{
        margin-top:10px;
        font-size:12px;
    }
}
@media(max-width:576px){
    .page_desc{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}