a.title {
    color: #212529;
}

.text-muted {
    color: #6c757d;
}

.font-weight-bold {
    font-weight: 700;
}

.font-weight-light {
    font-weight: 300;
}

a.title:hover {
    color: #0d1321;
}

.btn-primary {
    color: #d16935;
    background-color: transparent;

    border: 1px solid #d16935;
}

.btn-primary:hover {
    color: #0d1321;
    background-color: #fff;
    border-color: #0d1321;
}

.w-50 {
    width: 50%;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #d16935;
    background-color: transparent;

    border: 1px solid #d16935;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.w-100 {
    width: 100%;
}

.product_row {
    display: flex;
    gap: 26px;
}

.product_left {
    flex: 0 0 25%;
    max-width: 25%;
}

.product_right {
    flex: 0 0 75%;
    max-width: 75%;
}

.product_card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ececec38;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.img-wrap {
    overflow: hidden;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.custom-select {
    display: inline-block;
    width: auto;
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 2rem 0.5rem 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #687281;
    vertical-align: middle;
    background: #fff
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23323f52' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
        no-repeat right 1rem center/8px 10px;
    border: 1px solid #c5ccd6;
    border-radius: 0.35rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn-primary {
    color: #d16935;
    background-color: transparent;
    border-color: #d16935;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #d16935;
    color: #fff;
}
.product_left .Filter span {
  color: #d16935;
  font-size: 20px;
}
.product_listmain {
  padding: 35px 0 50px 0;
  border-top: 1px solid grey;
  overflow: hidden;
}

.product-section {
  padding-top: 0;
  padding-bottom: 0;
}

.product_left .form-check {
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
}

.product_left .form-check label {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  display: block;
  margin: 10px 0;
}
.product_left .form-check.form-check-inline .form-check-label {
  display: inline;
}
.slider-main .noUi-horizontal {
  height: 10px;
}
.prod_listrow {
    display: flex;
    gap: 17px;
    margin-top: 35px;
    flex-wrap: wrap;
}
.product_right .prod_col {
  width: 33.33%;
}


.product_left .form-check .sl_div {
  max-height: 176px;
  overflow-y: auto;
}





.product_left .form-check.form-check-inline {
  display: block;
  font-size: 14px;
  color: #4d4d4df7;
  margin-top: 5px;
  margin-bottom: 0;
}
.product_left .Filter .btn-primary.reset-filter {
  font-size: 15px;
  padding: 10px 25px;
  border-radius: 3px;
  background: #d16935;
  color: #fff;
}
.prod_listDetails {
    text-align: center;
    margin-bottom: 25px;
}

/* article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
    text-align: center;
} */











/* dropbtn */
.product_left .form-check .dropbtn {
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: left;
  background-color: transparent;
  padding: 0;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  padding: 4px 0;
}
.product_left .form-check .dropbtn::after {
  content: "";
  float: right;
  margin: 10px 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #CCC;
}


.product_left .form-check .dropdown {
  position: relative;
}

.product_left .form-check .dropdown-content {
  display: none;
  position: relative;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.38);
  z-index: 1;
  top: 0;
  padding: 15px;
  max-height: 240px;
  overflow-y: auto;
}
.product_left .card {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.38);
  z-index: 1;
  top: 0;
  padding: 20px 20px 60px;
  border-radius: 10px;
}
.product_left .form-check .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.product_left .form-check .dropdown a:hover {background-color: #ddd;}

.product_left .form-check .show {display: block;}














.prod_listcol {
    width: 18.33%;
    background-color: #80808026;
    position: relative;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;

    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.p-1 {
    margin-bottom: 10px;
    padding: 0.25rem !important;
}

.prod_head {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    font-size: 19px;
}

.prod_head span {
    color: #6c757d;
    font-weight: 700;
}

.btn-primary:hover {
    color: #0d1321;
    background-color: #fff;
    border-color: #0d1321;
}

a.title:hover {
    color: #0d1321;
}

.prod_col-12 {
    padding-left: 15px;
}

.pagination {
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
    padding: 90px;
}

.pagination a {
    color: #0d1321;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border: 1px solid #ddd;
    margin: 0 4px;
    border-radius: 4px;
}

.pagination a:hover {
    background-color: #ddd;
}

.pagination a.active {
    background-color: #0d1321;
    color: white;
    border: 1px solid #0d1321;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #0d1321;
    color: white;
    border: 1px solid #0d1321;
}

.form-check_main {
    margin-bottom: 9px;
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input_btn {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
    box-sizing: border-box;
    padding: 0;
    overflow: visible;
}

.form-check-label_btn {
    margin-bottom: 0;
    display: inline-block;
}

.Customer_mt {
    margin-top: 0.5rem;
}

.Customer_mt span {
    padding: 20px 20px;
    color: #6c757d;
    font-weight: 700;
}

.Customer_col-12 {
    padding-left: 15px;
    margin-top: 15px;
}

.custom-control_1 {
    margin-bottom: 6px;
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-input_1 {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.apply_mt {
    margin-top: 0.5rem;
}

.apply_btn {
    display: block;
    width: 100%;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #0d1321;
    border: 1px solid #0d1321;
}

.apply_btn:hover {
    color: #0d1321;
    background-color: #fff;
    border: 1px solid #0d1321;
}

.img-wrap {
    overflow: hidden;
}

.text-center {
    text-align: center;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    max-height: 180px;
}

.sort_by {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem;
}

.price {
    padding: 20px;
}

.block {
    margin-top: 20px;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    display: inline-block;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

button,
input {
    overflow: visible;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

input[type="radio"].custom-control-input {
    display: none;
}

label.custom-control-label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
}

label.custom-control-label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border: 2px solid #24292e4a;
    border-radius: 50%;
    background-color: #fff;
}

input[type="radio"].custom-control-input:checked
    + label.custom-control-label::before {
    background-color: #eee;
    border-color: #eee;
}

input[type="radio"].custom-control-input:checked
    + label.custom-control-label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
}

@media (max-width: 1400px) {
    /* .product_listmain {
        padding: 50px 30px 50px 30px;
    } */
.product_row {
  gap: 15px;
}
.product_listmain {
  padding: 15px 0 45px 0;
}
    .pagination {
        padding: 20px 0px 0px 0;
    }

    .prod_listcol {
        width: 23.33%;
    }
}
@media (max-width: 1199.98px) {
.product_left {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.product_right {
  flex: 0 0 66.66%;
  max-width: 66.66%;
}
.product_right .prod_col {
  width: 50%;
}
}


@media (max-width: 992px) {
    .prod_listcol {
        width: 31.33%;
    }
.product_left .card {
padding: 20px 10px 20px;
    box-shadow: none;
}

  .product_left.main {
    left: 0px;
  }
  .product_left {
    left: -900px;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #2d2d365e;
    max-width: 100%;
     
  }
  .product_left.main .product_left_main{
       left:0px;
  }

  .product_left .product_left_main {
 background: #fff;
    max-width: 360px !important;
    width: 360px;
    box-shadow: 0 0 57px #2d2c3782;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 15px;
    position: fixed;
    left: -900px;
      transition: all 0.5s;
    -webkit-transition: all 0.25s;
  }
     .product_left.main{
          left: 0px;
     }
.product_listmain h1 .Filter {
      display: block !important;
  font-size: 14px;
  background: transparent;
  border: 1px solid #d16935;
  padding: 10px 14px;
  font-weight: 600;
  border-radius:4px;
  color: #d16935;
}
.product_listmain h1 {
  display: flex;
  gap: 17px;
  font-size: 26px;
}
 .product_row {
    display: block;
  }
     .product_right {
    flex: 0 0 100%;
    max-width: 100%;
  }
 .product_left .Filter.close{
    display: block !important;
    position: absolute;
    right: 10px;
    background: #fff;
    padding: 0;
    box-shadow: 0 -2px 5px #ccc;
    border: 1px solid #d16935;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: 10px;
    font-size: 25px;
    color: #d16935;
  }
}

@media (max-width: 650px) {
    .prod_listcol {
        width: 48.33%;
    }
}

@media (max-width: 600px) {
    .prod_listcol {
        width: 100%;
    }
}
@media (max-width: 575px) {
  .product_right .prod_col {
    width: 100%;
  }
 .cart-container {
    width: 100%;
    padding: 0 0;
    overflow-y: auto;
  }
  .cart-items {
  height: 76vh;
  width: 90%;
  margin: 20px auto 0;
}
.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  padding: 20px 20px;
  background: #d16935;
}

.Checkout_botm {
  bottom: 10px;
}
}
@media (max-width: 480px) {
     .product_left .product_left_main {
    width: 74%;
  }

}
.pagination {
    display: flex;
    gap: 2px;
}

.pagination li.disabled {
    color: #0d1321;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border: 1px solid #ddd;
    margin: 0 4px;
    border-radius: 4px;
    background-color: #ddd
}

.pagination .active {
    color: #fff;
    background-color: #d16935;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border: 1px solid #ddd;
    margin: 0 4px;
    border-radius: 4px;
}
