.product-area .container .row{
      justify-content: flex-start;
}

.product-area .container .row3 {
    justify-content: center;
}





.product-area {
  padding: 80px 0 80px;
}

.product-category-list {
  padding: 10px 10px 50px;
  width: 100%;
  
  display: none;
}

.product-category-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product-category-item {
  display: inline-block;
  padding: 12px 30px;
}
.product-category-item a:hover {
  color: var(--color-primary);
}

.product-category-item a {
  font-weight: 500;
}

.product-category-item,
.active a {
  color: var(--color-primary);
}

.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;
  padding-bottom: 30px;
  margin-right: 5px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.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: 16px 20px 70px;
  background: #25262b;
  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: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #fff;
  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-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--color-primary);
  border-radius: 30px;
  transform: scale(0);
  transition: 0.5s;
}

.product-button a 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;
}
.product-btn-item {
  position: absolute;
  bottom: 28px;
}
.product-btn-item a {
  padding: 8px 24px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid var(--color-primary);
  
  background: var(--color-primary);
}
.product-btn-item a:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

@media screen and (max-width: 992px) {
  .product-category-list {
    display: none;
  }
  .product-sidemenu {
    /*display: block;*/
    display: none;
  }
  .side-title {
    display: flex;
    justify-content: space-between;
  }
}
