.product-bordertop {
  border-top: 1px #d9d9d9 solid;
}
.product-banner  {
  position: relative;
  margin-bottom: 1.5rem;
}
.product-banner  img {
  width: auto;
}
.product-banner .titlebox {
  position: absolute;
    top: 40%;
    left: 3%;
    font-size: 30px;
    font-weight: 500;
}
.product-allproduct .product-left {
  border-right: 1px #d9d9d9 solid;
  padding-right: 1vw;
}
.product-allproduct .product-right {
  position: relative;
}
.product-allproduct .product-left .title {
  font-size: 18px;
  font-weight: 500;
}
.product-allproduct .product-left .filter {
  display: flex;
  background: #5d5d5d;
  align-items: center;
  justify-content: space-between;
  height: 45px;
  border-radius: 6px 6px 0 0;
  padding: 0 0.5rem;
  color: white;
}
.product-allproduct .product-left .filter img {
  width: 20px;
}
.product-allproduct .product-left .filter .title {
  color: white;
  font-size: 18px;
}
.product-allproduct .product-left .title-tab {
  display: flex;
  justify-content: space-between;
}
.product-allproduct .product-left .category {
  margin: 0 0 0.75rem 0;
}
.product-allproduct .product-left .category .form-check {
  padding: 0 0.5rem 0 0;
}
.product-allproduct .product-left .category .form-check img {
  cursor: pointer;
  width: 24px;
}

.product-allproduct .product-left .category,
.product-allproduct .product-left .brand,
.product-allproduct .product-left .health,
.product-allproduct .product-left .age,
.product-allproduct .product-left .diet,
.product-allproduct .product-left .type,
.product-allproduct .product-left .size,
.product-allproduct .product-left .price {
  border-bottom: 1px #d9d9d9 solid;
  padding: 0.75rem 0;
}
.product-allproduct .product-collapsible {
  background-color: white;
  color: black;
  width: 100%;
  border: none;
  text-align: left;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.product-allproduct .product-collapsible:hover::after {
  color: #0D578B;
  transition: 0.3s ease-in-out;
}
.product-allproduct .product-collapsible::after {
  font-family: FontAwesome;
  content: "\f078";
  font-size: 18px;
}
.product-allproduct .product-collapsible.active {
  background-color: white;
  width: 100%;
  border: none;
  text-align: left;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.product-allproduct .product-collapsible.active::after {
  font-family: FontAwesome;
  content: "\f077";
  font-size: 18px;
}
.product-content {
  overflow: hidden;
  transition: 0.2s ease-out;
}

.product-allproduct .form-check {
  margin: 0.35rem 0;
}
.product-allproduct .form-check:hover label {
  color: #0D578B;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.product-allproduct .form-check-input {
  border: 1px #d9d9d9 solid;
}
.product-content label {
  font-size: 18px;
}

.product-left .form-check-label {
  font-size: 18px;
  text-decoration: none;
  color: black;
  padding-left: 10px;
  padding-right: 10px;
}
.product-left .form-check-label.active {
  color: #0D578B;
}

.product-left .clear {
  text-align: center;
  margin: 0.75rem 0;
}
.product-left .clear .btn {
  font-size: 16px;
  width: 100%;
  height: 45px;
  background-color: #d9d9d9;
  border-radius: 0;
  font-weight: 600;
}

.product-left .checklist {
  max-height: 11.75rem;
  overflow-x: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product-left .checklist.noscroll {
  max-height: unset;
}
.product-left .checklist .list label {
  width: 11vw;
}

.form-check-input[type="checkbox"] {
  border-radius: 0;
  width: 20px;
  height: 20px;
}
.price-input {
  width: 100%;
  font-size: 19px;
  color: #555;
}
.price-input-container {
  width: 100%;
}
.price-input .price-field {
  display: flex;
  flex-direction: column;
  padding: 10% 0 20% 0;
}
.price-input .price-field .text {
  font-size: 18px;
  color: #9b9794;
  padding-bottom: 7%;
}

.price-field input {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  border: 1px #d9d9d9 solid;
  width: 95%;
  height: 2.2rem;
  text-align: start;
  padding-left: 22%;
}
.unit {
  font-size: 18px;
  position: absolute;
  display: block;
  left: 8%;
  top: 14%;
  z-index: 9;
  color: black !important;
}

/* Remove Arrows/Spinners */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.slider-container {
  width: 100%;
}

.slider-container {
  height: 6px;
  position: relative;
  background: #e4e4e4;
  border-radius: 5px;
}

.slider-container .price-slider {
  height: 100%;

  left: 0;
  right: 0;
  position: absolute;
  border-radius: 5px;
  background: #0D578B;
}

.range-input {
  position: relative;
  padding-bottom: 5%;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  background: none;
  top: -5px;
  pointer-events: none;
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
  padding: 0;
}

/* Styles for the range thumb in WebKit browsers */
input[type="range"]::-webkit-slider-thumb {
  height: 25px;
  width: 25px;
  border-radius: 70%;
  background: #ffffff;
  border: 1px #0D578B solid;
  pointer-events: auto;
  -webkit-appearance: none;
}

.product-right .title {
  font-size: 26px;
  font-weight: 400;
}

.product-right .sortbox select#sortby,
.product-right .sortbox select#sortby option {
  font-size: 16px;
  font-weight: 300;
}
.product-right .text {
  font-size: 16px;
  font-weight: 400;
}
.product-right .sortbox label {
  font-size: 16px;
  font-weight: 400;
  margin-right: 1rem;
}
select {
  background: url("../images/product-icon-sortbox.png") no-repeat right #ffffff;
  -webkit-appearance: none;
  background-size: 0.75rem;
  background-position-x: 90%;
}
.product-right .row-head {
  margin: 0.5rem 0 1.5rem 0;
}
.product-right .sortbox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border: 1px #ffffff solid;
  border-radius: 10px;
}

.product-right .sortbox select {
  border: 1px #d9d9d9 solid;
  padding: 0.475rem;
  width: 200px;
}

.pagination {
  justify-content: flex-end;
  margin: 0;
}
.pagebox span {
  width: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 0.2rem;
}
.pagebox.bottom {
  position: absolute;
  right: 2%;
  bottom: 0;
}
.pagination .page-item {
  width: 40px;
  height: 40px;
  text-align: center;
}
.pagination .page-item a {
  color: black;
  font-size: 18px;
}
.active > .page-link,
.page-link.active {
  background-color: #f2f2f2;
  border-color: #d9d9d9;
  color: black;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
}

.product-product .home-product .card {
  margin: 0 0 2rem 0;
}
.disclaimer-box {
  border-bottom: 1px #dfdfdf solid;
  padding: 1% 0 3% 0;
}
.disclaimer-box .disclaimer-content span {
  color: #2e368f;
  font-size: 14px;
  font-weight: 400;
}
.disclaimer-box .disclaimer-content {
  font-size: 14px;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
}
.disclaimer-box .disclaimer-collapsible {
  font-size: 14px;
  color: #9b9794;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: white;
  background-image: url(../img/productdt-icon-down.png);
  background-repeat: no-repeat;
  background-position: right;
  padding: 0 1vw 0 0;
}
.disclaimer-box .disclaimer-collapsible.active {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-image: url(../img/productdt-icon-up.png);
  background-repeat: no-repeat;
  background-position: right;
  padding: 0 1vw 0 0;
}

@media (max-width: 991px) {
  .breadcrumb .menu-link {
    flex-wrap: wrap;
  }
  .breadcrumb .menu-link a {
    padding: 0 0.5rem;
    font-size: 13px;
  }
  .product-title {
    padding: 3rem 0 0 0;
  }
  .product-title .tab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 1rem;
  }

  .product-title .sortby  {
    font-size: 14px;
  }
  .product-title .sortby select,
  .product-title .sortby option {
    font-size: 14px;
    color: black;
  }

  .product-title .sortby .sortbox {
    border: 1px #d9d9d9 solid;
    background-color: white;
  }


  .product-title .collapse#collapseProductSortby li a {
    font-size: 16px;
    color: black;
    text-decoration: none;
  }
  .product-title .collapse#collapseProductSortby li a:hover {
    color: #0D578B;
  }

  .product-filter .filter {
    width: 35%;
    height: 40px;
    background-color: #0D578B;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    border: none;
    padding: 0;
  }
  .product-filter .filter .img {
    width: 14px;
    margin-right: 0.25rem;
  }
  .product-filter .filter .text {
    font-size: 14px;
    color: white;
  }
  .productdetail-detail .category {
    margin: 0 0 0.5rem 0 !important ;
  }
  .productdetail-detail .blank {
    padding: 0 !important;
  }
  .product-title .title {
    font-size: 18px;
    font-weight: 500;
  }
  .product-title .amount {
    font-size: 14px;
    font-weight: 400;
    color: #5d5d5d;
/*     margin-top: 0.75rem; */
  }

  .product-allproduct {
    position: relative;
    z-index: 1;
    padding: 0;
  }
  .product-right {
    margin: 0;
  }
  .product-bordertop {
    border: none;
  }
  .product-filter .offcanvas-header {
    background-color: #5d5d5d;
  }
  .product-filter .offcanvas-title {
    color: white;
  }
  .product-filter .offcanvas-body .category,
  .product-filter .offcanvas-body .brand,
  .product-filter .offcanvas-body .health,
  .product-filter .offcanvas-body .age,
  .product-filter .offcanvas-body .diet,
  .product-filter .offcanvas-body .type,
  .product-filter .offcanvas-body .size,
  .product-filter .offcanvas-body .price {
    border-bottom: 1px #f7f7f7 solid;
    padding: 1rem;
  }
  .product-filter .offcanvas-body .checklist {
    max-height: 8.5rem;
    overflow-x: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .product-filter .offcanvas-body .mbproduct-collapsible {
    background-color: white;
    color: black;
    width: 100%;
    border: none;
    text-align: left;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
  .product-filter .offcanvas-body .mbproduct-collapsible::after {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 16px;
  }
  .product-filter .offcanvas-body .mbproduct-collapsible.active {
    background-color: white;
    width: 100%;
    border: none;
    text-align: left;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
  .product-filter .offcanvas-body .mbproduct-collapsible.active::after {
    font-family: FontAwesome;
    content: "\f077";
    font-size: 16px;
  }
  .product-content {
    height: 0;
    overflow: hidden;
    transition: 0.2s ease-out;
  }
  .product-filter .offcanvas-body {
    background-color: white;
    padding: 0;
  }
  .product-filter .offcanvas-body .form-check {
    margin: 0.35vw 0;
  }
  .product-filter .offcanvas-body .form-check-input {
    border: 1px #d9d9d9 solid;
    margin-right: 1rem;
  }
  .product-filter .offcanvas-footer {
    padding: 0.75rem 1rem;
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.055);
  }
  .product-filter .offcanvas-footer .totalproduct,
  .product-filter .offcanvas-footer .totalproduct span {
    font-size: 14px;
    color: #5d5d5d;
    font-weight: 400;
  }
  .product-filter .offcanvas-footer .clearfilter {
    display: flex;
    align-items: center;
  }
  .product-filter .offcanvas-footer .clearfilter span {
    font-weight: 400;
    font-size: 16px;
    color: #0D578B;
    display: flex;
  }
  .product-filter .offcanvas-footer .clearfilter i {
    font-size: 16px;
    color: #0D578B;
  }
  .product-filter .offcanvas-footer .clearfilter img {
    width: 13px;
  }
  .product-filter .offcanvas-footer button {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    background-color: #0D578B;
    color: white;
    border-radius: 4px;
    padding: 0.4rem 0;
    margin-top: 0.5rem;
    border: none;
  }
  .product-content label,
  .price-input .price-field .text,
  .unit,
  .price-field input {
    font-size: 14px;
  }

  .product-left .form-check-label {
    font-size: 14px;
    text-decoration: none;
    color: black;
  }
  .product-left .form-check:hover .form-check-label {
    color: #0D578B;
    font-weight: 400;
    cursor: pointer;
  }
  .product-right .product-product .home-product {
    margin-top: 1rem;
  }
  .pagebox .pagination .page-item {
    width: 40px;
    height: 40px;
  }
  .product-product .home-product .card {
    padding: 0;
    margin: 0;
    height: auto;
  }
  .home-product .card .addtocart {
    margin: 0;
  }
  .pagebox.bottom {
    position: relative;
    margin-top: 2rem;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
  }

}
