.product-bordertop {
  border-top: 1px #d9d9d9 solid;
}
.product-banner {
  position: relative;
  margin-bottom: 1.5rem;
}

.product-banner .titlebox {
  position: absolute;
  top: 40%;
  left: 3%;
  font-size: 30px;
  font-weight: 500;
}
/* --------------------- PRODUCT LEFT (include_product_left.php) --------------------- */
.product-left {
  border-right: 1px #d9d9d9 solid;
  padding: 0 1rem 0 0;
  height: 95%;
}

.product-left .title {
  font-size: 18px;
  font-weight: 500;
}
.product-left .filter {
  display: flex;
  background: #5d5d5d;
  align-items: center;
  height: 40px;
  border-radius: 6px 6px 0 0;
  justify-content: space-between;
  padding: 0 1rem;
  color: white;
}
.product-left img {
  width: 20px;
}

.product-left .title-tab {
  display: flex;
  justify-content: space-between;
}

.product-left .form-check {
  padding: 0.5rem 0;
  margin: 0;
}
.product-left .form-check:hover label,
.product-left .form-check:hover .icon-plus i {
  color: #f3c527;
  transition: 0.3s ease-in-out;
}

.product-left .sub-category {
  border-bottom: 1px #d9d9d9 solid;
  padding: 0 0 0.75rem 0;
  /*   padding: 0 0 1rem 0; */
}
.product-left .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;
  padding: 0.75rem 0 0 0;
}
.product-left .product-collapsible:hover::after {
  color: #f3c527;
  transition: 0.3s ease-in-out;
}
.product-left .product-collapsible::after {
  font-family: FontAwesome;
  content: "\f078";
  font-size: 18px;
}
.product-left .product-collapsible.active {
  background-color: white;
  width: 100%;
  border: none;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.product-left .product-collapsible.active::after {
  font-family: FontAwesome;
  content: "\f077";
  font-size: 18px;
}
.product-left .product-collapsible.active .product-content {
  margin: 0 0 1rem 0;
}
.product-left .product-content {
  overflow: hidden;
  transition: 0.2s ease-out;
}
.product-left .checklist {
  max-height: 11.75rem;
  overflow-x: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.product-left .form-check-label {
  font-size: 16px;
  text-decoration: none;
  color: black;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
.product-left .form-check-label.active {
  color: #f3c527;
}

.product-left .clear {
  text-align: center;
  margin: 0.75rem 0;
}
.product-left .clear .btn,
.product-left .clear .btn:hover {
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  background-color: #d9d9d9;
  border-radius: 0;
}

.product-left .checklist.noscroll {
  max-height: unset;
}
.product-left .checklist .list label {
  width: 100%;
}

.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: #f3c527;
}

.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 #f3c527 solid;
  pointer-events: auto;
  -webkit-appearance: none;
}

/* --------------------- PRODUCT RIGHT(include_product.php) --------------------- */

.product-right .amount,
.product-right .sortbox label {
  font-size: 16px;
  font-weight: 400;
}

.product-right .sortbox select,
.product-right .sortbox option {
  font-size: 16px;
  font-weight: 300;
  margin-left: 0.5rem;
  width: 200px;
}
.product-product .home-product .card {
  margin: 2rem 0 0 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; */
    padding: 1rem 0;
  }
  .breadcrumb .menu-link a {
    padding: 0 0.5rem;
  }
  section.product-filter {
    padding: 0;
  }
  .product-filter .tab {
    width: 100%;
    position: absolute;
    z-index: 2;
  }
  .product-filter .tab {
    min-height: 55px;
    background-color: white;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  }
  .product-filter .sortby {
    display: flex;
    align-items: center;
    height: 100%;
    width: 65%;
  }
  .product-filter .sortby img {
    width: 7px;
    margin-right: 0.25rem;
  }
  .product-filter .sortby span {
    font-size: 14px;
    display: flex;
    align-items: center;

    justify-content: flex-end;
    margin: 0;
    padding-right: 0.2rem;

  }
  .product-filter .sortby .sortbox span {
    font-size: 14px;
    margin: 0;
    width: auto;
  }
  .product-filter .sortby .sortbox span i {
    font-size: 14px;
  }
  .product-filter .sortby .sortbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px #d9d9d9 solid;
    border-radius: 0;
    width: 130px;
    height: 40px;
    background-color: white;
    color: black;
    margin-left: 0.2rem;
  }
  .product-filter .collapse#collapseProductSortby ul {
    padding: 0;
    margin: 0;
  }
  .product-filter .collapse#collapseProductSortby li {
    list-style-type: none;
    border-top: 1px #d9d9d9 solid;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    height: 40px;
  }
  .product-filter .collapse#collapseProductSortby li a {
    font-size: 16px;
    color: black;
    text-decoration: none;
  }
  .product-filter .collapse#collapseProductSortby li a:hover {
    color: #f3c527;
  }

  .product-filter .offcanvas-header button i {
    color: white;
    font-size: 24px;
  }
  .product-filter .filter {
    width: 130px;
    height: 40px;
    background-color: #f3c527;
    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;
  }
  .product-title {
    padding: 90px 0 0 0;
    text-align: center;
  }
  .product-title .title {
    font-size: 18px;
    font-weight: 500;
  }
  .product-title .amount {
    font-size: 14px;
    font-weight: 400;
    color: #5d5d5d;
  }

  .product-allproduct {
    position: relative;
    z-index: 1;
  }
  .product-right {
    margin: 0;
  }
  .product-bordertop {
    border: none;
  }

  .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.75rem;
    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-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-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: #d52926;
    display: flex;
  }
  .product-filter .offcanvas-footer .clearfilter i {
    font-size: 16px;
    color: #d52926;
  }
  .product-filter .offcanvas-footer .clearfilter img {
    width: 13px;
  }
  .product-filter .offcanvas-footer button {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    background-color: #d52926;
    color: white;
    border-radius: 50px;
    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: #f3c527;
    font-weight: 400;
    cursor: pointer;
  }
  .product-right .product-product .home-product {
    margin-top: 1rem;
  }

  .product-right .home-product-2 .card {
    width: auto;
    margin-bottom: 3rem;
    padding: 0;
  }
  .product-right .home-product-2 .card .addtocart {
    opacity: 1;
  }
  .pagebox .pagination .page-item {
    width: 40px;
    height: 40px;
  }

  .pagebox.bottom {
    position: relative;
    margin-top: 2rem;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
  }
}
