.product-area {
  padding: 80px 0 60px;
} 
.product-area  .ul {
	display:flex;
	flex-wrap: wrap;
	margin-right: -50px;
}
.product-area .ul li .txt h2 {
	font-size: 16px;
	color: #333;
	height: 83px;
}
.product-area  .ul li {
	width: 23.5%;
	margin: 0 1% .3rem 0;
	border: 1px solid rgba(0, 0, 0, .1);
	position: relative;
}
.product-area .ul li .add_car {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	z-index: 2;
}
.product-area .ul li .add_car span {
	position:absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-color: transparent var(--color-primary);
	border-width: 0;
	border-style: solid;
}
.product-area .ul li:hover .add_car i {
	opacity:1;
	-webkit-filter: brightness(1);
	filter:brightness(1)
}
.product-area .ul li .add_car i {
	position: absolute;
	width: 45px;
	height: 45px;
	left: 0;
	top: 0;
	opacity: 1;
	background: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/category/391875/2425/8d7fecafd2e24aa2314919587ca7fb56/M_%E7%94%BB%E6%9D%BF%201.png) no-repeat center;
	background-size: 25px;
	filter: brightness(0);
}
.product-area .ul li:hover .add_car span {
	border-width: 0px 0 70px 70px;
	transition: all .5s ease;
}
.txt h6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 20px;
	margin-top: 6px;
	font-size: 14px;
}
.product-area .ul li:hover {
	box-shadow:0 0 10px rgb(0 0 0 / 15%)
}
.product-category-list {
  padding: 10px 10px 50px;
  width: 100%;
}

.product-category-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-bottom: 20px;
  overflow-x: auto !important;!i;!;
  overflow-y: hidden;
}
.product-category-inner::before {
  content:'';
  position: absolute;
  width:100%;
  height:1px;
  left: 0;
  bottom: 10px;
  background: rgba(0, 0, 0, .1);
}
.product-category-item {
  display: inline-block;
  /* padding: 12px 30px; */
}
.product-category-item a:hover {
  color: #fff;
}
.product-category-item  .img {
  overflow: hidden;
  width: 50px;
  height: 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.35s;
  background-size: 50px;
}
.product-category-item:hover .img,.product-category-item.active .img {
  background-position: 0 -40px;
}
.product-category-item a {
  font-weight: 500;
  padding: 20px 20px 10px;
  color: #000;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.product-category-item,
.active a {
    color: #fff;
}

.product-category-item {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  display: flex;
  align-items: center;
  /* width: 50%; */
}
.product-category-item::before,.product-category-item::after {
  content:'';
  position: absolute;
  left: 50%;
  width: 0;
  bottom: 0;
  height: 1px;
  transform: translate(-50%,0);
  z-index: 2;
  transition: all .5s ease;
}
.product-category-item::before{
  bottom: -21px;
  height: 0;
  width: 0;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-top: 12px solid var(--color-primary);
}
.product-category-item::after {
    bottom: -17px;
    height: 0;
    width: 0;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 9px solid #fff;);
}
.product-category-item:hover {
    color: var(--color-primary);
}
.product-category-item:hover::before,.product-category-item.active::before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.product-category-item:hover::after,.product-category-item.active::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}
.product-category-item:hover .line,.product-category-item.active .line {
  width:100%;
}
.product-category-item span {
  position:absolute;
  bottom: -10px;
  width: 0;
  right: 50%;
  height: 2px;
  background: var(--color-primary);
  transition: all .5s ease;
  z-index: -1;
  transform: translate(50%,0);
}
.product-category-item:hover a, .product-category-item.active a {
  color: var(--color-primary);
}
.product-category-item.active {
  /* background: var(--color-primary); */
  color: #fff;
}
.product-sidemenu {
  margin-bottom: 30px;
  display: none;
  width: 100%;
}

.side-title {
  display: none;
  padding: 12px 20px;
  background-color: #f7f7f7;
  cursor: pointer;
}

.side-title h3 {
  font-size: 18px;
  margin: 0;
  font-weight: 500;
  line-height: 28px;
}

.product-sidemenu ul {
  margin-top: 4px;
  background-color: #f7f7f7;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.product-sidemenu ul li a {
  padding: 12px 10px;
  display: block;
}

.product-sidemenu ul li {
  border-bottom: 1px solid #dedede;
}

.product-sidemenu ul li:last-child {
  border: none;
}

.carcity-single-products-box {
  text-align: center;
  margin-right: 5px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  /* border: 1px solid rgba(0, 0, 0, .1); */
  border-radius: 10px;
}
.carcity-single-products-box:hover i {color: #fff;}
.carcity-single-products-box:hover .carcity-prosucts-thumb2 img {
  transform: scale(1.2);
}

.carcity-prosucts-thumb2 {
  overflow: hidden;
}

.product-sale {
  position: absolute;
  top: 20px;
  right: 20px;
}

.product-sale span {
  padding: 3px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Jost";
  background: var(--color-primary);
  color: #fff;
  border-radius: 30px;
  display: inline-block;
}

.product-content {
  padding: 15px 20px 49px;
  background: #fff;
  border-radius: 0px 0px 5px 5px;
  position: relative;
  display: flex;
  justify-content: center;
  flex: 1;
}

.product-icon-list ul li {
  list-style: none;
  display: inline-block;
  color: #ff8d06;
  letter-spacing: 0.4em;
}
.product-title {
  display: flex;
  align-items: center;
}

.product-title h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: var(--color-primary);
  padding: 15px 0 15px;
}

.product-text span {
  color: #a2a2a2;
  margin-right: 10px;
  text-decoration: line-through;
}

.product-button a {
  padding: 8px 25px;
  font-family: "Jost";
  color: #f9f9f9;
  display: inline-block;
  border: 1px solid #5f5f5f;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.product-area  .ul li:hover .txt span::before {
  width:100%;
}
.carcity-single-products-box:hover a i {
  color:#fff
} 


.txt span i {
  margin-left: 5px;
  transition: 0.5s;
}

.carcity-prosucts-thumb2 {
  position: relative;
  z-index: 1;
}

/* .carcity-prosucts-thumb2:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #0D0E14;
  opacity: .8;
  transition: .5s;
  border-radius: 4px 4px 0 0;
} */

.carcity-prosucts-thumb2 img {
  width: 100%;
  transition: 0.5s;
  border-radius: 4px 4px 0 0;
}

.txt span {
	display: block;
	background: #f2f3f6;
	-webkit-border-radius: 10px;
	-moz-border-radius: .1rem;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.txt  i {
  position: relative;
  line-height:44px;
  z-index: 2;
}
.txt span:hover {
  color:#fff
}
.txt span::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: 0;
	width: 0;
	height: 100%;
	background: var(--color-primary);
	transition: all .5s ease;
}

@media screen and (max-width: 992px) {
  .product-category-list {
    display: none;
  }
  .product-sidemenu {
    display: block;
  }
  .side-title {
    display: flex;
    justify-content: space-between;
  }
  .product-area .ul{
    margin: 0;
  }
  	.product-area .ul li {
		width: 49%;
	}
}
@media screen and (max-width:768px){
	.product-area .ul li {
		width: 100%;
	}
	.product-area .ul li .txt h2 {
		height: 40px;
	}
	.product-area{
	  padding: 30px 0;
	}
}
