.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: #6d499e;
	border: 1px solid #6d499e;
	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: #6d499e;
	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.filter-color ul,
.blockCategory .orderSort.fillterMaster 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.filter-color ul,
	.blockCategory .orderSort.fillterMaster 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: #6d499e;
}

.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%;
}

.btnSeeMore {
	padding: 8px 15px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	width: max-content;
	margin: 0 auto;
	cursor: pointer;
	display: flex;
	align-items: center;
	transition: all .3s;
	background: #6d499e !important;
  color: #fff !important;
}

.btnSeeMore:hover {
	background: #faaf18;
	color: #fff;
}

.btnSeeMore::after {
	border-left: 6.5px solid transparent;
	border-right: 6.5px solid transparent;
	border-top: 6.5px solid #fff;
	content: '';
	transition: all .3s;
	position: relative;
	right: -7px;
	/*top: 11px;*/
}

.btnSeeMore:hover::after {
	border-top: 5px solid #fff;
}

/*phân trang*/

@media (max-width: 768px) {
  .filter-content-filter {
    font-size: 14px;
    padding: 12px;
    cursor: pointer;
  }
  
  .filter-ctn__nav-bar {
    border-bottom: 0.5px solid #e5e5e5;
    border-top: 0.5px solid #e5e5e5;
    position: relative;
    margin: 0 -10px;
    z-index: 11;
    background: #fff;
  }
  
  .tvh--showOne {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 101%;
    background: #fff;
    left: 0;
    right: 0;
    padding: 10px;
  }
  
  .tvh--showOne.active {
    visibility: visible;
    opacity: 1;
    padding: 10px;
    z-index: 1;
  }
  
  .material-ripple {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 0.5px solid #e5e5e5;
  }
  
  .icon-check-fal {
    display: none;
  }
  
  .check-fal .icon-check-fal {
    display: block;
  }
}

.site-overlay.active {
  opacity: 0.3;
  visibility: visible;
}

.site-overlay {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 100ms linear;
}


.product_getcontent .show-more::before {
  height: 80px;
  margin-top: -80px;
  content: "";
  display: block;
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,0.91) 50%,#fff 55%);
}

.btn--view-more {
  background-color: #6d499e !important;
  color: #fff !important;
  padding: 6px 15px !important;
}

.btn-action {
  position: relative;
  font-size: 14px;
}

.btn-action::before {
  content: 'Xem thêm';
}

.btn-action::after {
  border-left: 6.5px solid transparent;
  border-right: 6.5px solid transparent;
  border-top: 6.5px solid #fff;
  content: '';
  transition: all .3s;
  position: relative;
  right: -6px;
  top: 13px;
  transition: 500ms all;
}

.product-additional {
  max-height: 300px;
  overflow: hidden;
  transition: height .2s;
  transition: 500ms all;
}

.product_getcontent.active .product-additional {
  max-height: 1500px;
}

.product_getcontent.active .btn-action::after { 
  border-bottom: 7px solid #fff;
  top: -13px;
  transition: 500ms all;
}

.product_getcontent.active .btn-action::before { 
  content: 'Thu gọn';
}