.noUi-connect {
    background: #222 !important;
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.table {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
}

.table thead th {
    background: linear-gradient(90deg, #f0f4f8 0%, #e3eaf1 100%);
    color: #222;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    border-bottom: 2px solid #d1d9e6;
    padding: 16px 10px;
    letter-spacing: 0.5px;
}

.table tbody td {
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #f0f4f8;
    font-size: 1rem;
    padding: 14px 10px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7fafc;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #d1d9e6 !important;
}

.table img {
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    background: #f5f7fa;
    padding: 4px;
    width: 56px;
    height: 56px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    object-fit: contain;
    transition: transform 0.2s;
}

.table a.btn-primary {
    background: linear-gradient(90deg, rgb(209, 105, 53) 0%, #b34e1a 100%);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 6px 16px;
    font-size: 0.95rem;
    box-shadow: 0 1px 4px rgba(209, 105, 53, 0.08);
}

.table a.btn-primary:hover {
    background: linear-gradient(90deg, #b34e1a 0%, rgb(209, 105, 53) 100%);
    color: #fff;
}

.table a {
    color: rgb(209, 105, 53);
    text-decoration: underline;
    transition: color 0.2s;
}

.table a:hover {
    color: #b34e1a;
    text-decoration: none;
}

.finish-row {
    background-color: #e9ecef;
    font-weight: bold;
    text-align: left !important;
}

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: 15px;
    font-weight: 400;
    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: 20%;
}
.product_left .form-check.mt-2:last-child {
    margin: 0 10px !important;
    position: relative;
}
.product_listmain h1 ul {
    padding: 0;
    margin: auto;
    display: inline-flex;
    position: absolute;
    right: 0;
    gap: 10px;
}
.product_listmain h1 ul li.active {
    border: 1px solid #d16935;
}
.product_listmain h1 ul li {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #cccccc8f;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.product_listmain h1 ul li img {
    height: 27px;
}
.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;
    background: #f7fafc;
}
.product_left .card {
    padding: 20px 0 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: 30px 90px 70px;
}

.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%;
}

/*******************************************************************
****************************** *new css ****************************
********************************************************************/
.product_right {
    flex: 0 0 100%;
    max-width: 100%;
}
.product_listmain .filter {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    display: inline-flex;
    gap: 10px;
    float: left;
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #cccccc8f;
    padding: 8px 15px;
    border-radius: 6px;
    cursor: pointer;
    color: #000;
}
.product_left.main {
    margin-left: 0;
}
.product_left .form-check.mt-2 + .form-check.mt-2 {
    border-top: 1px solid #cccccc5e;
    padding: 13px 0;
    margin: 0;
}
.product_left .form-control {
    box-sizing: border-box;
    height: 46px;
    border-radius: 0;
    border: 1px solid #cd6531;
}
.product_left {
    flex: 0 0 22%;
    width: 400px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    box-shadow: 0 0 44px #cccc;
    padding: 50px 0 20px;
    background: #fff;
    z-index: 99;
    margin-left: -500px;
    transition: all 0.5s;
    -webkit-transition: all 0.25s;
}
.tophd.fixed {
    position: fixed;
    top: 83px;
    width: 100%;
    background: #f7fafc;
    z-index: 1;
    border-bottom: 1px solid #ccc;
}
.product_left_main .col-12 {
    padding-bottom: 44px;
}
.product_left .form-check .dropdown-content .form-check {
    margin: 0;
    padding: 4px 0;
}
.product_listmain h1 {
    position: relative;
    font-family: "Playfair Display", serif;
    color: #d16935;
}
.product_listmain .filter img {
    width: 23px;
}
.product_left .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    cursor: pointer;
}
.product_left .close img {
    height: 20px;
}
.product_listmain .table tbody td:last-child {
    min-width: 270px;
    text-align: center;
}
.product_listmain .table tbody td:last-child div {
    display: flex;
    gap: 8px;
}
.product_listmain .table a.btn-primary img {
    height: 24px;
    width: auto;
    border: none;
    background: transparent;
}
.product_listmain .table a.btn-primary:hover {
    border: 1px solid #d16935 !important;
    background: #d1693514 !important;
}
.product_right .table tr td .mainpro {
    width: 65px;
    height: 65px;
}

.product_right .table tr td .btn.btn-primary.block {
    width: 100%;
    color: #000;
    border: none !important;
    text-decoration: underline;
    padding: 0 !important;
    margin-top: 2px;
    color: #d16935;
    font-weight: 500;
}
.product_right .table tr td .btn.btn-primary.block.add-to-cart-btn img {
    height: 19px;
}
.product_right .table tr td .cart-form {
    width: 320px;
    margin: auto;
}

.product_listmain .table tbody td:last-child .quantity-control {
    gap: 0;
}
.product_right .table tr td .btn.btn-primary.block.add-to-cart-btn {
    border: 1px solid #d16935 !important;
    text-decoration: navajowhite;
    width: 202px;
    padding: 3px 4px !important;
    border-radius: 4px;
    margin-top: 10px;
    color: #fff !important;
    font-weight: 500;
    background: #d16935 !important;
}
.product_right .table tr td a {
    color: #000;
    text-decoration: none;
}
.product_listmain .cart-form input[type="number"] {
    max-width: 70px;
    padding: 0 8px;
    border-radius: 3px;
    border: 1px solid #dedede;
    min-width: 52px;
}

/* .product_right .product-grid {
  padding: 0 6px ;
} */
.product_listmain .product_row .rowin {
    padding: 0 6px;
}
.product_listmain .product_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}

.product_right .table tr th {
    padding: 25px 8px;
    color: #23232f;
    background: #d1d9e6;
}
.product_right .table tr td {
    padding: 8px;
}
.product_listmain .table a.btn-primary {
    color: #fff;
    font-size: 0.95rem;
    display: inline-flex;
    border-radius: 8px;
    border: 1px solid #e0e0e0 !important;
    background: #f5f7fa;
    padding: 4px;
    width: 34px;
    height: 34px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    transition: transform 0.2s;
    align-items: center;
    justify-content: center;
    padding: 4px !important;
    background: transparent !important;
}
.product_right .table {
  background: transparent;
  box-shadow: none;
  width: 100%;
  min-width: 1592px;
  min-height: 385px;
  /* display: inline-block; */
  margin-bottom: 0;
}
.product_right .table tbody td:nth-child(2) {
    max-width: 290px;
}
.product_right .table-responsive {
    overflow-y: auto;
    width: 100%;
}

.product-row .row {
    width: 100%;
}

/* Dropdown Button */
.product_right .table tr th .dropbtn {
    color: #22222e;
    font-size: 16px;
    border: none;
    cursor: pointer;
    padding: 0;
    background: transparent;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    font-family: "Roboto", sans-serif !important;
}
.product_right .table tr th .dropbtn svg {
    font-size: 13px;
}
/* The container <div> - needed to position the dropdown content */
.product_right .table tr th .dropdown {
    position: relative;
    display: block;
}
.product_right .table tr th .dropdown-content input {
    height: 36px;
    padding: 0;
    border: none;
    font-size: 15px;
    width: 100%;
    outline: none;
}
.product_right .table tr th .dropdown-content form {
    padding: 0 10px;
    background: #fff;
    border-bottom: 1px solid #b0c0da;
}
/* Dropdown Content (Hidden by Default) */
.product_right .table tr th .dropdown-content {
    display: none;
    position: absolute;
    background-color: #d1d9e6;
    min-width: 186px;
    z-index: 1;
    border: 1px solid #b0c0da;
    box-shadow: none;
    top: 30px;
    right: -8px;
    margin: auto;
    border-radius: 0;
    width: 100%;
}
.cart_col2 .qty-price {
    font-size: 15px;
    text-align: left;
}

/* Links inside the dropdown */
.product_right .table tr th .dropdown-content a {
    color: #24404d;
    padding: 6px 14px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
}
/* Change color of dropdown links on hover */
.product_right .table tr th .dropdown-content a:hover {
    background-color: #fff;
    color: #23232f;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.product_right .table tr th .show {
    display: block;
}

.setbtn button {
    background: #008000a3;
    padding: 7px 15px;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
}

.setbtn {
    display: flex;
    justify-content: space-between;
    padding: 8px 15px;
}
.setbtn button.close {
    border: 1px solid #ff5050d6;
    color: #ff5050d6;
    background: #ffffff7d;
}

div.searchable {
    width: 300px;
    float: left;
    margin: 0 15px;
}

.searchable input {
    width: 100% !important;
    height: 40px !important;
    padding: 10px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-weight: 400;
    line-height: 1.6;
    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;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
        no-repeat right 0.75rem center/8px 10px;
}

.searchable ul {
    display: none;
    list-style-type: none;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid #add8e6;
    border-top: none;
    max-height: 231px;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
}

.searchable ul li {
    display: flex;
    padding: 4px 10px;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
    color: #6e6e6e;
}
.searchable ul li input {
    height: 18px !important;
    width: 18px !important;
    margin-right: 5px;
}
.searchable ul li label {
    height: auto !important;
    flex: 2;
    align-content: center;
    text-align: start;
    font-size: 15px;
}
.searchable ul li.selected {
    background-color: transparent;
    color: #333;
}

.product_left_main {
    overflow-x: auto;
    overflow-y: auto;
    height: 100%;
    padding: 0 20px;
}

/* .fixed-bar {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 500px;
    width: 100%;
    background: rgb(28 16 10 / 70%) !important;
    border: 1.6px dashed rgb(28 16 10 / 70%) !important;
} */
/* .fixed-bar {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  width: 100%;
  background: rgb(209, 105, 53) !important;
  border: none;
} */

.fixed-bar {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  width: 100%;
  background: #046004;
  border: 1.6px dashed green;
}
.fixed-bar h4 .highlight {
  color: #fff;
  font-size: 26px;
}
.fixed-bar h4 {
    color: #fff !important;
    font-weight: 500;
    padding: 10px 0;
    margin: 0;
    text-align: center;
    display: block !important;
}

@media (max-width: 1400px) {
    .product_right .prod_col {
        width: 25%;
    }
    .product_right .table {
        min-width: 1330px;
    }
    /* .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%;
    }
    .product_listmain .product_row .rowin {
        padding: 0 0;
    }
}
@media (max-width: 1199.98px) {
    .product_right .prod_col {
        width: 33.33%;
    }
    .product-grid {
        margin: 0 8px 16px;
    }
    .product-grid .product-image img {
        height: 180px;
    }
    .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%;
} */
    .product_right .table tr th {
        padding: 16px 8px;
    }
    .product_right .table tr td .mainpro {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 992px) {
    .product_right .prod_col {
        width: 50%;
    }

    .product-grid .product-image img {
        height: 200px;
    }
    .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: 767px) {
    .tophd.fixed {
        top: 71px;
    }
}

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

@media (max-width: 600px) {
    .prod_listcol {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .product_listmain .filter {
        font-size: 16px;
        padding: 8px 10px;
        display: flex;
        align-items: center;
    }

    .product_right .table tr th {
        padding: 12px 8px;
        font-size: 15px;
    }
    .table tbody td,
    .product_right .table tr td .btn.btn-primary.block {
        font-size: 14px;
    }
    .product_listmain h1 ul li {
        width: 36px;
        height: 36px;
    }
    .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;
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes soft-glow {
    0% { box-shadow: 0 0 5px rgba(209,105,53,0.2); }
    50% { box-shadow: 0 0 15px rgba(209,105,53,0.6); }
    100% { box-shadow: 0 0 5px rgba(209,105,53,0.2); }
}
@keyframes smooth-fade {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}
.blink-ten-percent {
    text-align: center;
    margin-top: 20%;
    font-size: 24px;
    color: #f0ad4e;
    animation: blink 3s infinite;
    /* animation: soft-glow 2.5s ease-in-out infinite; */
    /* animation: smooth-fade 2.5s ease-in-out infinite; */
}
.blink-five-percent {
    text-align: center;
    margin-top: 20%;
    font-size: 24px;
    color: #d16935;
    animation: blink 5s infinite;
    /* animation: soft-glow 3.5s ease-in-out infinite; */
    /* animation: smooth-fade 4s ease-in-out infinite; */
}

