.catecon:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.catecon.activeFillter:after {
    content: "\2212";
}

.subcate {
    display:none;
}

.blockCategory .blockTitle h3 {
    font-weight: 600;
    margin-top: 20px;
    font-size: 18px;
}

.blockCategory .blockContent>ul {
    padding: 15px;
    margin-bottom:0;
}

.blockCategory .blockContent .subcate {
    padding-left: 10px;
}

.blockCategory .blockContent ul li {
    margin-bottom: 0.6em !important;
    list-style: none;
    cursor: pointer;
}

.blockCategory .blockContent ul li:hover .catecon,
.blockCategory .blockContent ul li:hover .catecon::after,
.blockCategory .blockContent .subcate li:hover .catecon a {
    color: #fcc963;
}

.blockCategory .blockContent ul li a {
    text-decoration: none;
    color: #000000;
}

.blockCategory .sortBy {
    padding: 10px 15px;
    background: #faaf18;
    border: 1px solid #faaf18;
    border-bottom: 0px;
}

.blockCategory .sortBy h5 {
    text-align: left;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
}

.blockCategory .orderSort {
    padding: 15px;
    border: 1px solid #eee;
    border-bottom: 0px;
}

.blockCategory .orderSort button.btnsort {
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    border: none;
    background: #fff;
    font-weight: 600;
}

.blockCategory .seenPro button.btnsort {
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 15px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    background: #faaf18;
    color: #fff;
    border: none;
    font-weight: 600;
}

.blockCategory .orderSort button.btnsort::after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.blockCategory .seenPro button.btnsort::after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.blockCategory .orderSort ul li input[type="radio"]:checked:after {
    content: '\2714';
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    display: block;
    outline: none;
    color: #d499c4;
}

.blockCategory .orderSort button.btnsort.activeFillter {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.blockCategory .orderSort button.btnsort.activeFillter:after,
.blockCategory .seenPro button.btnsort.activeFillter:after {
    content: "\2212";
}

.blockCategory .orderSort ul {
    padding: 15px 0 0 0;
}

.blockCategory .orderSort.fillterTag ul{
    display: grid;
    grid-template-columns: auto;
}

.blockCategory .orderSort ul li {
    list-style: none;
    margin-bottom: 20px !important;
}

.categoryContent{
  margin-bottom:30px;
}

.blockCategory .orderSort ul .styleFillter {
    box-sizing: border-box;
    min-height: 1px;
    vertical-align: top;
}

@media(min-width:769px) {
    .blockCategory .orderSort.fillterTag ul {
       grid-template-columns: auto auto;
    }
}

.blockCategory .orderSort ul li input[type="radio"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: none;
    border: 1px solid #dedede;
    display: inline-block;
    /*overflow: hidden;*/
    margin: 0 8px 0 0;
}

.seenPro {
    border: 1px solid #eee;
}

.cateBC {
    padding: 10px 0;
}

.cateBC a {
    text-decoration: none;
    color: #000000;
}

.cateBC .BcContent .BcName {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.cateBC .BcContent .BcName a:hover{
  color:#faaf18;
}

.cateBC .BcContent .BcPrice {
    font-size: 12px;
}

.cateBC .BcContent .BcPrice span {
    color: red;
}

.cateBC .BcImg {
    overflow: hidden;
}

.cateBC .BcImg .imageFirst {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    padding-top: 150%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cateBC .BcImg img:hover {
    transition: all .5s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.cateRight .cateRightTitle h1 {
    margin-bottom: 12px;
    font-size: 36px;
    font-weight:600;
}

.cateRight .cateRightTitle p{
  font-size:14px;
}

.cateRight hr {
    border-top: solid #cccccc;
    border-width: 1px 0 0;
    margin: 30px 0;
    height: 0;
}

.cateSelect {
    text-align: end;
    margin-bottom: 20px;
}

.cateSelect select {
    cursor: pointer;
    border: 1px solid #cccccc;
    max-width: 100%;
    padding: 8px 10px;
    border-radius: 0;
    margin-right: 13px;
}

.cateProdList:hover {
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
}

.cateProdList {
    position: relative;
}

.cateProdList img {
    max-width: 100%;
}

.no_products{
  display:none;
}

.btnSeeMore{
  padding:10px 40px;
  border:1px solid #e0e0e0;
  border-radius:5px;
  width:max-content;
  margin:0 auto;
  cursor:pointer;
  display:flex;
  align-items:center;
  transition:all .3s;
}

.btnSeeMore:hover{
  background:#faaf18;
  color:#fff;
}

.btnSeeMore::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    content: '';
    transition:all .3s;
    position: relative;
    right: -7px;
    /*top: 11px;*/
}

.btnSeeMore:hover::after{
  border-top: 5px solid #fff;
}
/*phân trang*/

.ldh_wp-pagenavi ul{
  padding-left:0;
  display:flex;
  justify-content:center;
  align-items:center;
}

.ldh_wp-pagenavi ul li{
  list-style:none;
  margin:0 5px !important;
  cursor: pointer;
}

.ldh_wp-pagenavi ul li a{
  text-decoration:none;
  padding:5px 10px;
  border:1px solid #f1f1f1;
  color:#000000;
  background: transparent;
}

.ldh_wp-pagenavi ul li.active a{
  background: #faaf18;
  color:#fff;
}