.nobanner .breadcrumb-list {
  margin-top: 0px;
}
.shop-area {
  padding: 40px 0 !important;
}
.productFont {
  font-size: 16px;
  font-weight: 800;
  color: var(--blackColor);
}
.productListTitle {
  font-size: 24px;
  font-family: "Rubik", "Open Sans", sans-serif;
  font-weight: 800;
  color: var(--blackColor);
  line-height: 29px;
  margin-bottom: 20px;
  display: flex;
}
.productListTitle h2 {
  font-size: 24px;
  font-weight: bold;
  color: var(--blackColor);
  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: 1px solid #d5d5d5;
  padding: 0 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #444444;
}
.productListGroupItemTop a {
  color: #444444;
}
.productListGroupItemTop a:hover {
  color: var(--button);
}
.productListGroupItemLeft {
  display: flex;
}
.productListGroupItemLeft h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: var(--blackColor);
  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 i {
}
.productListGroupItemRight .pagination {
  margin: 0;
  border-radius: 0;
}
.productList_product {
  margin-bottom: 30px;
}
.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;
  padding-bottom: 20px;
  /* margin-bottom: 30px; */
}
.productList_product_contect {
  flex: 1;
}
.productList_product_contect .productName {
  font-family: "Rubik", "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  color: var(--blackColor);
  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(--button);
}
.productList_product_contect .price {
  font-family: "Rubik", "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: var(--blackColor);
  line-height: 25px;
  margin-bottom: 20px;
}
.productList_product_contect .productDesc {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 20px;
  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(--button);
  border-color: var(--button);
  color: #fff;
}
.productList_product_contect .productButton .btn {
  padding: 0px 24px;
  height: 36px;
  line-height: 36px;
  transition: all 0.3s ease 0s;
}
.productBottomPagination {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
  border-radius: 0;
}
.productBottomPagination .pagination {
  display: flex;
  justify-content: center;
}
.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;
  border-radius: 15px;
  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(--button) none repeat scroll 0 0;
  border-color: var(--button);
  color: #ffffff;
}
@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);
  }
}

.row.marginLeft0
  .productListGroupItem
  input[type="radio"][name="display-style"][value="style-1"] {
  right: 59px;
  top: 13px;
}

.row.marginLeft0
  .productListGroupItem
  input[type="radio"][name="display-style"][value="style-2"] {
  right: 21px;
  top: 13px;
}
