.view-all-link {
  color: #1A443D;
}
.view-all-link img {
  width: 7px;
  position: relative;
  top: -1px;
  left: 1px;
}

h2 {
  font-size: 24px;
}

.title-section {
  border-bottom: 1px solid #E1E1E1;
}
.title-section h1 {
  font-size: 24px;
}

.filter-section {
  padding-right: 30px;
}
.filter-section .reset-all {
  margin-top: -33px;
}
.filter-section .reset-all .filter-title {
  font-size: 18px;
  padding-top: 6px;
}
.filter-section .reset-all .reset-btn {
  background-color: #E6EEE9;
}
.filter-section .checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #575757;
}
.filter-section .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filter-section .checkmark {
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #575757;
}
.filter-section .checkbox-container:hover input ~ .checkmark {
  background-color: #1A443D;
}
.filter-section .checkbox-container input:checked ~ .checkmark {
  background-color: #1A443D;
}
.filter-section .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.filter-section .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.filter-section .checkbox-container .checkmark:after {
  left: 6px;
  top: 0px;
  width: 6px;
  height: 15px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.filter-section .accordion .accordion-item {
  border: 1px solid #E1E1E1;
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 5px 15px;
}
.filter-section .accordion .accordion-item .price-range {
  margin-bottom: 15px;
}
.filter-section .accordion .accordion-item .accordion-collapse {
  margin-top: 10px;
  border-top: 2px solid #E1E1E1;
  padding-top: 20px;
}
.filter-section .accordion .accordion-item .accordion-button {
  border-bottom: 1px solid #E1E1E1 !important;
  box-shadow: none !important;
  background: #E6EEE9;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sort-container .sort-btn {
  border: 1px solid #E1E1E1;
  background: transparent;
  color: #797979;
  padding: 5px 25px;
}
.sort-container a.dropdown-item {
  color: #797979;
  font-size: 14px;
  background-color: #fff !important;
}

.product-listing .product-list {
  border: 1px solid #E1E1E1;
  padding: 12px;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s;
}
.product-listing .product-list a {
  text-decoration: none;
  color: #56635B;
}
.product-listing .product-list .star-container i {
  color: #FFB427;
}
.product-listing .product-list .name {
  color: #1A443D;
  font-size: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 28px;
}
.product-listing .product-list .price {
  color: #56635B;
}
.product-listing .product-list .price strong {
  color: #1A443D;
  font-size: 16px;
}
.product-listing .product-list .price span {
  text-decoration: line-through;
}
.product-listing .product-list .content {
  color: #56635B;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
}
.product-listing .product-list .add-to-cart {
  border: 1px solid #1A443D;
  color: #1A443D;
  border-radius: 5px;
  display: flex;
  gap: 8px;
  width: 110px;
}
.product-listing .product-list .add-to-cart img {
  max-width: 20px;
}
.product-listing .product-list .number-div {
  border: 1px solid #1A443D;
  color: #1A443D;
  border-radius: 5px;
}
.product-listing .product-list .line {
  background: #E1E1E1;
  height: 1px;
  width: 500px;
  margin: 5px -12px;
  transition: 0.5s;
}
.product-listing .product-list .offer {
  width: -moz-max-content;
  width: max-content;
  background: #1A443D;
  padding: 0px 10px;
  font-size: 12px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
.product-listing .product-list .wishlist {
  line-height: 32px;
  border: 1px solid #BFBFBF;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
}
.product-listing .product-list .image-container img.product-img {
  max-width: 235px;
  height: 200px;
  width: auto;
  display: table;
  transition: 0.5s;
}
.product-listing .product-list .enquire-now {
  border: 1px solid #1A443D !important;
  color: #1A443D;
  width: 100%;
}
.product-listing .product-list .variants {
  position: relative;
  padding-left: 12px;
}
.product-listing .product-list .variants::before {
  border-radius: 100%;
  content: "";
  position: absolute;
  background: #D0E2E7;
  width: 8px;
  height: 8px;
  left: 0;
  top: 10px;
}
.product-listing .product-list:hover {
  border-color: #306046;
}
.product-listing .product-list:hover .line {
  background: #306046;
}
.product-listing .product-list:hover .image-container img.product-img {
  transform: scale(1.1);
}

.product-section .product-list {
  border: 1px solid #E1E1E1;
  padding: 12px;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s;
}
.product-section .product-list a {
  text-decoration: none;
  color: #56635B;
}
.product-section .product-list .star-container i {
  color: #FFB427;
}
.product-section .product-list .name {
  color: #1A443D;
  font-size: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 28px;
}
.product-section .product-list .price {
  color: #56635B;
}
.product-section .product-list .price strong {
  color: #1A443D;
  font-size: 16px;
}
.product-section .product-list .price span {
  text-decoration: line-through;
}
.product-section .product-list .content {
  color: #56635B;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
}
.product-section .product-list .add-to-cart {
  border: 1px solid #1A443D;
  color: #1A443D;
  border-radius: 5px;
  display: flex;
  gap: 8px;
  width: 110px;
}
.product-section .product-list .add-to-cart img {
  max-width: 20px;
}
.product-section .product-list .number-div {
  border: 1px solid #1A443D;
  color: #1A443D;
  border-radius: 5px;
}
.product-section .product-list .line {
  background: #E1E1E1;
  height: 1px;
  width: 500px;
  margin: 5px -12px;
  transition: 0.5s;
}
.product-section .product-list .offer {
  width: -moz-max-content;
  width: max-content;
  background: #1A443D;
  padding: 0px 10px;
  font-size: 12px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
.product-section .product-list .wishlist {
  line-height: 32px;
  border: 1px solid #BFBFBF;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
}
.product-section .product-list .image-container img.product-img {
  max-width: 235px;
  height: 200px;
  width: auto;
  transition: 0.5s;
}
.product-section .product-list .enquire-now {
  border: 1px solid #1A443D !important;
  color: #1A443D;
  width: 100%;
}
.product-section .product-list .variants {
  position: relative;
  padding-left: 12px;
}
.product-section .product-list .variants::before {
  border-radius: 100%;
  content: "";
  position: absolute;
  background: #D0E2E7;
  width: 8px;
  height: 8px;
  left: 0;
  top: 10px;
}
.product-section .product-list:hover {
  border-color: #306046;
}
.product-section .product-list:hover .line {
  background: #306046;
}
.product-section .product-list:hover .image-container img.product-img {
  transform: scale(1.1);
}

.price-range .price-input {
  width: 100%;
  display: flex;
}
.price-range .price-input .field {
  width: 100%;
  height: 45px;
}
.price-range .field input {
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
}
.price-range input[type=number]::-webkit-outer-spin-button,
.price-range input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-range .price-input .separator {
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-range .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
  margin-top: 45px;
}
.price-range .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #1A443D;
}
.price-range .range-input {
  position: relative;
}
.price-range .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.price-range input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #1A443D;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.price-range input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #1A443D;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .product-listing .product-list .add-to-cart {
    width: 100%;
    display: initial;
    margin-top: 5px;
  }
  .product-listing .product-list .add-to-cart img {
    display: initial;
  }
  .product-section .product-list .add-to-cart {
    width: 100%;
    display: initial;
    margin-top: 5px;
  }
  .product-section .product-list .add-to-cart img {
    display: initial;
  }
}
@media screen and (max-width: 480px) {
  .list-item {
    width: 100%;
  }
}
