.nobanner {
  margin-top: 90px;
}
.productListTitle {
  font-size: 24px;
  font-weight: bold;
  color: #444444;
  line-height: 36px;
  margin-bottom: 20px;
  display: flex;
}
.productListTitle h2{
  font-size: 24px;
  font-weight: bold;
  color: #444444;
  line-height: 36px;
  margin-bottom: 0px;
}
.productListDesc {
  font-size: 16px;
  font-weight: 500;
  color: #444444;
  line-height: 24px;
  margin-bottom: 20px;
}
.productTagTitle{
  font-size: 24px;
  font-weight: bold;
  color: #444444;
  line-height: 35px;
  margin-bottom: 10px;
}
.productListGroupItemTop {
  display: flex;
  justify-content: space-between;
  line-height: 48px;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #444444;
}
.productListGroupItemTop a{
  color: #444444;
}
.productListGroupItemTop a:hover{
  color: var(--commonHover);
}
.productListGroupItemLeft {
  display: flex;
}
.productListGroupItemLeft h2{
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--commonTitleThird);
  line-height: 48px;
}
.productListGroupItemLeft .sortBy{
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
}
.productListGroupItemLeft .dropdown .dropdownInput{
  border: 1px solid #d5d5d5;
  height: 28px;
  line-height: 28px;
  margin-top: 10px;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.productListGroupItemLeft .dropdown .dropdown-menu{
  width: max-content;
  padding: 0;
}
.productListGroupItemLeft .dropdown .dropdown-menu .dropdown-item{
  display: block;
  padding: 0 10px;
  line-height: 32px;
}
.productListGroupItemLeft .dropdown .dropdown-menu .dropdown-item:hover{
  background-color: #fff8f8;
}
.productListGroupItemRight {
  font-size: 14px;
}
.productListGroupItemRight .pagination{
  margin: 0;
  border-radius: 0;
}
.productList_product {
}
.productList_product .productList_product_img{
  width: 283px;
  flex: 0 0 283px;
}
.productList_product .productList_product_img img{
  width: 263px;
  height: 263px;
  object-fit: cover;
}
.productList_product .productList_product_item{
  display: flex;
  margin-bottom: 30px;
}
.productList_product_contect{
  flex: 1;
}
.productList_product_contect .productName{
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: var(--commonTitle);
  margin-bottom: 5px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.productList_product_contect .productName:hover{
  color: var(--commonHover);
}
.productList_product_contect .price{
  font-size: 18px;
  font-weight: 600;
  color: var(--commonPrice);
  line-height: 25px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--commonLine);
  margin-bottom: 16px;
}
.productList_product_contect .productDesc{
  font-size: 14px;
  font-weight: 600;
  color: var(--commonContent);
  line-height: 20px;
  margin-bottom: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.productList_product_contect .productDesc p{
  margin: 0;
}
.productList_product_contect .tagList{
  justify-content: left;
  margin-bottom: 10px;
}
.productList_product_contect .tagList .tagItem{
  padding: 7px 10px;
}
.productList_product_contect .productButton {
  display: flex;
}
.productList_product_contect .productButton .buyBtn{
  margin-right: 10px;
  width: 36px;
  height: 36px;
  border: 1px solid #D5D5D5;
  color: #444444;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.productList_product_contect .productButton .buyBtn:hover{
  background: var(--commonHover);
  border-color: var(--commonHover);
  color: #fff;
}
.productList_product_contect .productButton .btn{
  padding: 0px 24px;
  height: 36px;
  line-height: 36px;
  transition: all 0.3s ease 0s;
}
.productList_product_contect .productButton .btn:hover{
  color: var(--commonButtonText);
  background-color: var(--commonHover);
  /* border: 1px solid var(--commonHover); */
}
.productBottomPagination {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
  border-radius: 0;
}
.productBottomPagination .shop-breadcrumb ul{
  justify-content: right;
}
.productTagList{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-bottom: 17px;
}
.productTagList {
  margin-bottom: 18px;
}
.productTagList .tagItem{
  padding: 7px 10px;
  margin: 0 5px 5px 0;
  border: 1px solid #D5D5D5;
  font-size: 14px;
  line-height: 16px;
  transition: all 0.3s ease 0s;
  color: #444444;
  cursor: pointer;
}
.productTagList .tagItem h4{
  margin: 0;
  font-size: 14px;
  line-height: 16px;
}
.productTagList .tagItem:hover{
  background: var(--commonHover) none repeat scroll 0 0;
  border-color: var(--commonHover);
  color: #ffffff;
}
@media (max-width: 991px) {
  .nobanner {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .productList_product .productList_product_item {
    flex-wrap: wrap;
  }
  .productList_product .productList_product_img{
    width: calc(100vw - 30px);
    flex: 0 0 calc(100vw - 30px);
    margin-bottom: 15px;
  }
  .productList_product .productList_product_img img{
    width: calc(100vw - 30px);
    height: calc(100vw - 30px);
    object-fit: cover;
  }
  .productList_product_contect .productDesc{
    width: calc(100vw - 30px);
  }
}