@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap");

body {
  font-family: "Bricolage Grotesque", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none !important;
}

.pd-80 {
  padding: 80px 0;
}

.form-control,
.form-select {
  width: 100%;
  min-height: 50px;
  box-shadow: none !important;
  border-radius: var(--radius) !important;
  font-size: 16px !important;
  background-clip: unset !important;
}

.form-control:focus,
.form-select:focus {
  border-color: #ced4da;
}

ul {
  padding-left: 0 !important;
  list-style: none;
  margin: 0 !important;
}

.section-title h2 {
  font-weight: 500;
  font-size: 44px;
  letter-spacing: 0.14px;
  margin: 0;
  color: var(--dark-gray);
}

.anchor-link {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.14px;
  color: var(--dark-gray);
  transition: var(--transition);
}

.anchor-link:hover {
  color: var(--primary-color);
}

.page-title-area {
  height: 250px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/auth.jpg");
  position: relative;
  z-index: 1;
}

.page-title-area .page-title {
  color: var(--white-color);
}

.trail-items li {
  color: var(--white-color);
}

.trail-items li a {
  color: var(--primary-color);
  text-decoration: none;
  transition: var(--transition);
}

.trail-items li a:hover {
  color: var(--white-color);
}

.page-title-area::before {
  content: "";
  border-radius: 0;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 62%);
  top: 0;
  left: 0;
}

.breadcrumb-menu ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}

/* product css start */

.product-boxes {
  transition: var(--transition);
  color: var(--dark-color);
}

.product-boxes:hover {
  color: var(--primary-color);
}

.product-card {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}

.product-card .product-main-img {
  position: relative;
  height: 260px;
}

.product-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-hd {
  position: absolute;
  left: 0;
  right: 0;
  padding: 12px 14px;
  top: 0;
}

.product-discount {
  background: red;
  color: #fff;
  padding: 2px 4px;
  font-weight: 500;
  border-radius: 4px;
}

.product-hd .like-btn {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  color: #000;
}

.product-dis {
  padding: 15px 15px;
}

.product-dis h4 a {
  color: #000;
  font-size: 20px;
  margin-bottom: 6px;
  text-decoration: none;
}

.review-stars {
  font-size: 12px;
}

.yellow-star {
  color: #fdc700;
}

.grey-star {
  color: #141414;
}

.grey-star {
  color: #141414;
}

.inner_card p {
  font-size: 16px;
}

/* product css end */

/****Cart page Start****/
.cart-summary-card {
  background-color: var(--bg-light);
  z-index: 0;
}

.cart-item-card {
  background-color: var(--bg-light);
}

.cart-remove {
  color: red;
  transition: all 0.2s ease-in-out;
}

.cart-remove:hover {
  color: red;
  transform: rotate(10deg);
}

.cart-section-new .quantity-input {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fafafa;
  min-width: 140px;
  justify-content: space-between;
  padding: 5px;
}

.cart-section-new .quantity-btn {
  background: var(--primary-color);
  border: none;
  width: 32px;
  height: 32px;
  font-size: 1.2rem;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-section-new .quantity-btn:hover {
  background: var(--primary-color);
  color: #fff;
}

.cart-section-new .quantity-input input[type="number"] {
  width: 70px;
  border: none;
  text-align: center;
  background: transparent;
  font-weight: 600;
  color: #222;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.cart-img {
  width: 150px;
  height: 150px;
}

.cart-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/****Cart page ennd****/

/*****User Dashboard Css Start *****/

.dash-widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 5px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
}

.dash-widget .value h6 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  color: #212121;
  margin: 0;
}

.dash-widget .value p {
  font-size: 16px;
  line-height: 28px;
  color: rgba(33, 33, 33, 54%);
  font-weight: 400;
  margin: 0;
}

.dash-widget .icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}

.dash-widget.bx1 .icon {
  background-color: #1ba100;
}

.dash-widget.bx2 .icon {
  background-color: #0092dd;
}

.dash-widget.bx3 .icon {
  background-color: #ff00ba;
}

.dash-widget.bx4 .icon {
  background-color: #ff005a;
}

.user_dashboard {
  background: var(--white-color);
}

.dashboard_menu {
  overflow: hidden;
  background-color: #f8f8f8;
  padding-bottom: 0;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.dashboard_menu.user-inr-menu ul {
  margin-bottom: 0;
}

.dasboard_header {
  padding: 30px 0px 20px 0;
  text-align: center;
}

.dasboard_header h2 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 5px;
  margin-top: 15px;
  text-align: center;
}

.dasboard_header .dasboard_header_img {
  border-radius: 50%;
  border: 1px solid #f7f7f7;
  box-shadow: 0px 0px 10px #3c3c3c1c;
  width: 120px;
  height: 120px;
  position: relative;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.dasboard_header .dasboard_header_img label {
  display: block;
  position: absolute;
  bottom: 0;
  right: 5px;
  font-size: 14px;
  width: 30px;
  color: #fff;
  height: 30px;
  line-height: 29px;
  text-align: center;
  border-radius: 50%;
  background: var(--primary-color);
  box-shadow: 0px 0px 10px #3c3c3c38;
  cursor: pointer;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.dasboard_header .dasboard_header_img img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dashboard_area {
  overflow: hidden;
}

.dashboard_menu ul li a {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  width: 100%;
  display: block;
  transition: all 0.3s linear 0s;
  background: none !important;
  color: #000;
  border-top: 1px solid #e4e4e4;
  padding: 0px 0px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
}

.querry-count {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  color: var(--primary-color) !important;
  font-size: 12px;
  border-radius: 50%;
  background: #fff !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

.dashboard_menu ul li a.active,
.dashboard_menu ul li a:hover {
  background: var(--primary-color) !important;
  color: var(--white-color);
}

.dashboard_menu ul li a.active span,
.dashboard_menu ul li a:hover span {
  color: var(--white-color);
}

.dashboard_menu ul li a span {
  display: inline-block;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  width: 50px;
  height: 50px;
  color: #000;
  text-align: center;
  line-height: 50px;
  margin-right: 5px;
}

.inner_card p {
  font-size: 16px;
}

.inner_card hr:not([size]) {
  color: #c1c1c1;
}

.dashboard_content {
  border-radius: 8px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

.inner-card-body {
  padding: 20px;
}

.custom-card {
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
}

.custom-card-body {
  padding: 20px;
}

.db_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.db_inr_hd h4 {
  margin-bottom: 0px;
  font-weight: 600;
  text-transform: capitalize;
}

.edit-btn {
  width: 35px;
  height: 35px;
  display: inline-block;
  background: var(--primary-color);
  text-align: center;
  line-height: 35px;
  color: #fff !important;
  border-radius: 50%;
}

.db_inr_hd h4 {
  margin-bottom: 0px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--primary-color);
}

.custom-form .form-group {
  margin-bottom: 20px;
}

.custom-form .form-control {
  font-size: 14px;
  color: #262834;
  font-weight: 400;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 4px;
  min-height: 45px;
}

.delete-account .form-select {
  font-size: 14px;
  color: #262834;
  font-weight: 400;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 4px;
  min-height: 45px;
}

.custom-form .form-select {
  font-size: 14px;
  color: #262834;
  font-weight: 400;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 4px;
  min-height: 45px;
}

.custom-form textarea.form-control {
  min-height: 120px !important;
}

.user-form.custom-form label {
  color: var(--primary-color) !important;
}

.notification-day {
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--primary-color);
}

.notifi-card {
  padding: 20px 0px 20px;
  background: #fff;
  border-bottom: 1px solid #eee;
  transition: all 0.1s ease-in-out;
}

.notifi-card:hover {
  background-color: #f7f7f7;
}

.notifi-card .trash {
  display: none;
  transition: all 0.3s ease-in-out;
}

.notifi-card:hover.notifi-card .trash {
  display: block;
  margin-right: 30px;
  font-size: 20px;
  color: red;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.notifi-card:hover.notifi-card .trash:hover {
  color: red;
  transform: rotate(10deg);
}

.notifi-card:hover.notifi-card .notifi-time {
  display: none;
}

.notifi-icon img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 12px;
  min-width: 50px;
}

.notifi-details-card h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 4px;
}

.notifi-details-card p {
  margin-bottom: 0;
  font-size: 12px;
  color: #777;
}

.table-list-info a {
  display: flex;
  align-items: center;
}

.table-list-info img {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border-radius: 6px;
  min-width: 60px;
}

.dashboard_content .table td,
.dashboard_content .table th {
  vertical-align: middle;
  font-size: 14px;
  padding: 15px 10px;
  text-wrap: nowrap;
}

.dashboard_content .table th {
  border-bottom: 0px !important;
}

.product-view {
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 50px;
  border-radius: 4px;
}

.product-view img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.act-btn {
  width: 34px;
  height: 34px;
  transition: all 0.5s ease-in-out;
  border-radius: 6px;
  font-size: 13px;
  text-align: center;
  line-height: 24px;
  display: inline-block;
}

.act-btn:hover {
  opacity: 0.8;
}

.bg-grn {
  background: #198754;
  color: #fff;
}

.remove-item {
  display: inline-block;
  color: red;
}

.wishlist-table .common-btn {
  display: inline-block;
  padding: 12px 16px;
  background: var(--primary-color);
  color: var(--white-color);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
  border: 1px solid var(--primary-color);
}

/*****User Dashboard Css END *****/

/****Order Details Page Start****/
.order_dtl_wrapp .orders-img img {
  border-radius: 0.5rem;
  object-fit: cover;
  height: 3rem;
  margin-right: 0.5rem;
  width: 3rem;
}

.order_dtl_wrapp p {
  color: #808080;
  margin-bottom: 10px;
  font-size: 16px;
}

.order_dtl_wrapp .order-menu.style-1 img {
  border: 1px solid #cecece;
  border-radius: 0.625rem;
  height: 5rem;
  object-fit: contain;
  width: 5rem;
}

.text-primary {
  color: var(--primary-color) !important;
}

.order_dtl_wrapp {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

.item_order a {
  color: var(--primary-color);
  text-decoration: none;
  transition: var(--transition);
}

.item_order a:hover {
  color: #000;
}

/****Order Details Page End****/

/****Track  Order Page Start****/
.dropdown-item.active,
.dropdown-item:active {
  color: #000 !important;
  background-color: #f4f4f4 !important;
}

#tracking-steps .tracking-step {
  position: relative;
}

.tracking-step::after {
  position: absolute;
  left: 11px;
  top: 23px;
  width: 1px;
  height: 70%;
  position: absolute;
  border-left: 2px dashed #b2b2b2;
  content: "";
}

#tracking-steps .bg-light {
  background: #eee !important;
}

#tracking-steps .tracking-step:last-child::after {
  display: none;
}

#tracking-steps .bg-light {
  background: #eee !important;
}

#tracking-steps .tracking-step:last-child::after {
  display: none;
}

/****Track Order Page End****/

/*****Checkout Page Start*****/
.checkout-rt {
  position: sticky;
  top: 10px;
}

.checkout-page {
  overflow: scroll;
}

.checkout-rt .cart-summary li {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkout-rt .cart-list {
  max-height: 500px;
  overflow-y: scroll;
  padding: 10px 0;
}

.checkout-rt .cart-item-remove {
  position: absolute;
  right: 10px;
  bottom: 10px;
  top: inherit;
  width: 35px;
  height: 35px;
  background: #ffdede;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  color: red;
  transition: all 0.5s ease-in-out;
}

.checkout-rt .cart-item-remove:hover {
  background: red;
  color: #fff;
}

.coupon-code {
  padding: 15px 0;
}

.coupon-code .form-control {
  width: 74%;
  border-radius: 100px !important;
  border: 1px solid #ccc;
  padding: 10px 20px;
  height: 45px;
}

.coupon-code .apply-btn {
  width: 25%;
  text-align: center;
  padding: 12px 0;
  border-radius: 100px !important;
  background: var(--primary-color);
  color: #fff;
  transition: all 0.5s ease-in-out;
  border: 1px solid var(--primary-color);
  line-height: 1.5;
}

.coupon-code .apply-btn:hover {
  background: transparent;
  color: var(--primary-color);
}

.checkout {
  padding: 80px 0px;
}

.checkout .address-wrap .add-new {
  cursor: pointer;
}

.checkout .address-wrap .add-new h4 {
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
}

.checkout .summery-wrap {
  position: sticky;
  top: 80px;
}

.address-box {
  height: 100%;
  padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.address-box.add-new {
  cursor: pointer;
}

.address-box.checked {
  border-color: var(--primary-color);
}

.address-box h3 {
  margin-bottom: 15px;
}

.address-box .plus-icon {
  padding: 10px;
  background-color: var(--primary-color);
  border-radius: 100px;
}

.address-box .plus-icon svg {
  width: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
  height: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
  stroke: #fff;
}

.address-box .radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.address-box .option-wrap {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.address-box .option-wrap .edit,
.address-box .option-wrap .delet {
  cursor: pointer;
}

.address-box .option-wrap .edit svg,
.address-box .option-wrap .delet svg {
  width: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  height: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  stroke: #767676;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.address-box .option-wrap .edit svg:hover,
.address-box .option-wrap .delet svg:hover {
  stroke: #262834;
}

.address-box .address-detail {
  padding: 0 25px;
  margin-top: 18px;
  margin-bottom: -3px;
}

.address-box .address-detail p {
  margin-bottom: 5px;
}

.address-box .address-detail>span {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.address-box .address-detail ul {
  margin-top: 15px;
  list-style: disc;
  padding-left: 19px;
}

.address-box .address-detail ul li {
  font-size: 16px;
  color: #262834;
  display: list-item;
}

.address-box .address-detail .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.checkout-lft .radio-box input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.checkout-lft .badges.badges-theme {
  background-color: green;
  color: #fff;
  border: 1px solid green;
  font-size: 14px;
}

.checkout-lft .badges.badges-pill {
  padding: 3px 10px;
  border-radius: 100px;
}

.checkout-lft .radio-box input[type="radio"]+.radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  color: #262834;
  cursor: pointer;
}

.checkout-lft .radio-box input[type="radio"]+.radio-label:before {
  content: "";
  background: transparent;
  border-radius: 100%;
  border: 2px solid var(--primary-color);
  display: inline-block;
  width: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  height: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  position: relative;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.checkout-lft .radio-box input[type="radio"]:checked+.radio-label:before {
  background-color: var(--primary-color);
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
}

.checkout-lft .radio-box input[type="radio"]:focus+.radio-label:before {
  outline: none;
  border-color: var(--primary-color);
}

.checkout-lft .radio-box input[type="radio"]:disabled+.radio-label:before {
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
  border-color: var(--primary-color);
  background: #363636;
}

.checkout-lft .radio-box input[type="radio"]+.radio-label:empty:before {
  margin-right: 0;
}

.custom-form .form-control {
  font-size: 14px;
  color: #262834;
  font-weight: 400;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 4px;
  min-height: 45px;
}

.modal-header .btn_close {
  position: absolute;
  right: -50px;
  top: -5px;
  opacity: 1;
  background: var(--primary-color);
  border: 0px;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.cart-item {
  padding: 10px;
  background-color: var(--bg-light);
  border-radius: 8px;
  /* border: 1px solid #eee; */
  position: relative;
  margin-bottom: 15px;
}

.cart-item-img {
  width: 30%;
  overflow: hidden;
  height: 120px;
  border-radius: 8px;
  margin-right: 5px;
}

.cart-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.cart-item-details {
  width: 70%;
}

.cart-item-details h6 {
  font-size: 18px;
  font-weight: 600;
}

.cart-item-details p {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}

.quantity-input {
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  width: 150px;
  background: #fff;
  justify-content: space-between;
  height: 40px;
  padding: 5px;
  border-radius: 20px;
}

.quantity-btn {
  width: 32px;
  height: 32px;
  background: var(--primary-color);
  border: none;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  transition: background 0.2s;
  border-radius: 50%;
}

.quantity-input input[type="number"] {
  width: 70px;
  height: 32px;
  border: none;
  text-align: center;
  font-size: 16px;
  background: transparent;
  outline: none;
}

/*****Checkout Page End*****/

/* intl-tel-input phone widget - ensure full width */
.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Modal form inputs - ensure visibility */
#newAddressModal .form-control {
  border: 1px solid #ddd;
  background-color: #fff;
  min-height: 45px;
  border-radius: 4px;
}

#newAddressModal #deliveryaddress-contact_no {
  padding-left: 80px !important;
}

#newAddressModal select {
  appearance: none !important;
}

/****User Payment Page Start****/
.user-payment .radio-box input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.user-payment .badges.badges-theme {
  background-color: var(--primary-color);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  font-size: 14px;
}

.user-payment .badges.badges-pill {
  padding: 3px 10px;
  border-radius: 100px;
}

.user-payment .radio-box input[type="radio"]+.radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  color: #262834;
  cursor: pointer;
}

.user-payment .radio-box input[type="radio"]+.radio-label:before {
  content: "";
  background: transparent;
  border-radius: 100%;
  border: 2px solid var(--primary-color);
  display: inline-block;
  width: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  height: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  position: relative;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.user-payment .radio-box input[type="radio"]:checked+.radio-label:before {
  background-color: var(--primary-color);
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
}

.user-payment .radio-box input[type="radio"]:focus+.radio-label:before {
  outline: none;
  border-color: var(--primary-color);
}

.user-payment .radio-box input[type="radio"]:disabled+.radio-label:before {
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
  border-color: var(--primary-color);
  background: #363636;
}

.user-payment .radio-box input[type="radio"]+.radio-label:empty:before {
  margin-right: 0;
}

.checkout .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.product-info .accordion-button {
  color: rgba(31, 41, 51, 1);
  font-size: 18px;
  font-weight: 600;
}

.product-info .accordion .accordion-body {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.accordion .accordion-item:not(:first-of-type) {
  margin-top: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.payment-section .accordion .accordion-item .accordion-body .filter-row .filter-col {
  border: #f0f3f8;
  background-color: rgba(229, 229, 229, 0.3);
  padding: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 5px;
  font-weight: 600;
  color: #767676;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.payment-section .accordion .accordion-button {
  background: #0000 !important;
  box-shadow: none !important;
  font-weight: 500;
}

.payment-section .accordion-button:not(.collapsed) {
  color: #000;
}

.payment-section .accordion-button:focus {
  border-color: #0000 !important;
  box-shadow: none !important;
}

.payment-section .accordion .accordion-item .accordion-body .filter-row .filter-col .payment-card {
  width: calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320)));
  height: auto;
  margin-left: auto;
}

.payment-section .accordion .accordion-item .accordion-body .radio-box label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-box label {
  margin-bottom: 10px;
}

/****User Payment Page End****/

/****Thank You Page Start****/
.thank-card {
  padding-top: 100px;
  padding-bottom: 100px;
}

.thank-card-inr {
  padding: 50px 20px;
  border-radius: 8px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  text-align: center;
  background: #fff;
}

.thank-check-icn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #29bf6c;
  color: #fff;
  display: inline-block;
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 58px;
}

.thank-card-inr h4 {
  font-size: 44px;
  margin-bottom: 6px;
}

/****Thank You Page End****/
.user-address .radio-box input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.user-address .radio-box input[type="radio"]+.radio-label::before {
  content: "";
  background: transparent;
  border-radius: 100%;
  border: 2px solid var(--primary-color);
  display: inline-block;
  width: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  height: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  position: relative;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.user-address .radio-box input[type="radio"]:checked+.radio-label:before {
  background-color: var(--primary-color);
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
}

.user-address .badges.badges-pill {
  padding: 3px 10px;
  border-radius: 100px;
}

.user-address .badges.badges-theme {
  background-color: green;
  color: #fff;
  border: none;
  font-size: 12px;
}

.user-address .radio-box input[type="radio"]+.radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  color: #000;
  cursor: pointer;
}

.field-icon {
  position: absolute;
  z-index: 2;
  right: 15px;
  top: 50%;
  font-size: 14px;
  transform: translate(-50%, -50%);
}

/*  */

.product-gallery .main-swiper {
  border-radius: 5px;
  background: var(--bg-light);
  overflow: hidden;
  margin-right: 15px;
}

.product-gallery .main-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* display: block; */
}

.thumb-swiper {
  padding: 10px 0;
}

.thumb-swiper .swiper-slide {
  width: 25%;
  opacity: 0.6;
  cursor: pointer;
}

.thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid var(--brand-success);
  border-radius: 4px;
}

.thumb-swiper img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}

/* Product Info Styles */
.product-title {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 500;
}

.discount-badge {
  background: #fff3cd;
  color: #856404;
  padding: 2px 8px;
  font-weight: bold;
  font-size: 0.8rem;
  border-radius: 4px;
}

.bg-success-light {
  background-color: #eaf5ea;
}

/* Quantity Box */
.quantity-picker .quantity-box {
  max-width: 180px;
  border: 1px solid #eee;
  border-radius: 100px;
  padding: 0 15px;
}

.quantity-picker .quantity-box button {
  padding: 0;
  border: 0;
}

.quantity-picker .quantity-box input {
  padding: 0;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  outline: none;
}

.quantity-picker .quantity-box button i {
  font-size: 16px;
  color: #000;
}

.quantity-picker .quantity-box button:hover {
  background-color: transparent;
}

.coupon-code-box {
  border-top: 1px dashed #eee;
}

.coupon-card {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 15px;
  background: #fff;
}

.extra-save {
  background-color: var(--coupon-bg);
  border-color: #ffe69c;
}

.coupon-badge {
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 0;
  font-size: 12px;
  font-weight: 600;
  background-color: #efd33d;
  padding: 3px 10px;
}

.coupon-code {
  background: rgba(37, 104, 14, 0.05);
  padding: 2px 5px;
  border-radius: 8px;
  border: 1px solid rgba(37, 104, 14, 0.2);
  font-weight: 400;
  color: rgba(37, 104, 14, 1);
}

.coupon-code span {
  color: rgba(88, 97, 91, 1);
}

.coupon-card p {
  font-size: 14px;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: inherit;
  box-shadow: none;
}

.thumb-swiper .swiper-slide {
  width: 48% !important;
  margin-right: 10px;
}

.product-thumb-img-box {
  background-color: #efece5;
  width: 100%;
  height: 250px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.product-top-img-box {
  width: 100%;
  height: 450px;
}


.product-top-img-box video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-info .product-dec {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(31, 41, 51, 0.8);
}

span.review-count {
  color: rgba(92, 92, 101, 1);
  font-size: 14px;
}

.stock-status span {
  background-color: #33ab05;
  color: #fff;
  padding: 7px 15px;
  border-radius: 100px;
  font-size: 14px;
}

.ingredients-section {
  background-color: #efede5;
}

.section-subtitle {
  font-size: 16px;
  color: rgba(31, 41, 51, 0.8);
  font-weight: 400;
}

.ingredient-card {
  padding: 10px;
  transition: transform 0.3s ease;
}

.icon-wrapper {
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.icon-wrapper img {
  max-width: 70%;
  height: auto;
  object-fit: contain;
}

.ingredient-name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: rgba(31, 41, 51, 1);
}

.ingredient-desc {
  font-size: 16px;
  color: rgba(31, 41, 51, 0.8);
  line-height: 1.5;
  font-weight: 400;
}

.audience-card {
  background-color: #ffffff;
  padding: 40px 30px;
  text-align: left;
  border: none;
  border-left: 4px solid #f0ede6;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.audience-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  border-left-color: #2d6a1e;
}

.icon-box {
  font-size: 2rem;
  color: #2d6a1e;
  margin-bottom: 25px;
}

.audience-card .card-title {
  font-size: 20px;
  font-weight: 500;
  color: rgba(31, 41, 51, 1);
  margin-bottom: 15px;
  line-height: 1.4;
}

.audience-card .card-text {
  color: rgba(31, 41, 51, 0.8);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 400;
}

.how-it-works {
  background-color: #0a331a;
  position: relative;
  z-index: 999;
}

.how-it-works::before {
  content: "";
  background-image: url("../images/green-bottel.png");
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 20%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.step-number {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(238, 235, 228, 1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  font-size: 24px;
  font-weight: 700;
  color: rgba(238, 235, 228, 1);
}

.step-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.5;
  color: rgba(238, 235, 228, 1);
}

.step-description {
  font-size: 16px;
  color: rgba(238, 235, 228, 0.8);
  line-height: 1.5;
}

.journey-img {
  width: 100%;
  height: 220px;
  background-color: rgba(239, 236, 229, 1);
  border-radius: 8px;
}

.journey-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.timeline-container {
  position: relative;
  padding-left: 30px;
}

.timeline-container::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 8px;
  width: 2px;
  background-color: #f1f1f1;
}

.timeline-item {
  position: relative;
  padding-bottom: 40px;
}

.timeline-item:last-child {
  padding-bottom: 0 !important;
}

.timeline-marker {
  position: absolute;
  left: -28px;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 4px solid #9c7b41;
  background-color: #fff;
  z-index: 1;
}

.journey-badge {
  background-color: #9c7b41;
  color: #fff;
  padding: 6px 12px;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 20px;
}

.step-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.step-list li {
  color: rgba(31, 41, 51, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  padding-left: 15px;
}

.step-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #4a6741;
  font-weight: bold;
}

.main-image-wrapper {
  width: 100%;
  height: 400px;
  border-radius: 8px;
}

.main-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.timeline-content .step-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(31, 41, 51, 1);
}

.timeline-content .step-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(31, 41, 51, 1);
}

.certifications-section {
  background-color: #efede5;
}

.trust-badge {
  background-color: #246315;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
}

.cert-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cert-icon {
  max-width: 60px;
  max-height: 60px;
  margin-bottom: 15px;
  object-fit: contain;
}

.cert-label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(31, 41, 51, 1);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.star-box .stars i,
.review-card .stars i {
  font-size: 14px;
}

.reviews-bottom-txt a {
  transition: var(--transition);
  text-decoration: underline !important;
}

.reviews-bottom-txt a:hover {
  color: var(--primary-color) !important;
}

.bg-light-gray {
  background-color: #fcfcfc;
}

.review-card {
  background: #f8f9fa;
  border-radius: 15px;
  max-width: 800px;
  margin: 0 auto;
}

.review-text {
  line-height: 1.5;
  font-size: 20px;
  color: rgba(31, 41, 51, 1);
  font-weight: 500;
}

.swiper-pagination-bullet-active {
  background: var(--brand-green) !important;
  width: 25px;
  border-radius: 5px;
}

.user-img-box p {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(31, 41, 51, 1);
  font-weight: 500;
}

.user-img-box .verify-box {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(37, 104, 14, 1);
  font-weight: 400;
}

.review-swiper {
  padding-bottom: 50px !important;
}

.reviews-section .swiper-pagination {
  bottom: -5px !important;
}

.reviews-section .swiper-pagination-bullet {
  background-color: rgba(37, 104, 14, 0.3);
  opacity: 1 !important;
}

.reviews-section .swiper-pagination-bullet-active {
  background-color: rgba(37, 104, 14, 1) !important;
  width: 26px;
  height: 8px;
  border-radius: 8px;
}

.product-card {
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
}

.image-box {
  background-color: #efede5;
  border-radius: 8px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
}

.image-box img {
  max-height: 100%;
  width: auto;
  mix-blend-mode: multiply;
}

.item-name {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(31, 41, 51, 1);
}

.item-desc {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.5;
  color: rgba(31, 41, 51, 0.8);
  font-weight: 400;
}

.new-price,
.old-price {
  font-size: 19px;
  line-height: 1.5;
  font-weight: 600;
  color: rgba(31, 41, 51, 1);
}

.explore-products {
  background-color: rgba(249, 249, 249, 1);
}

.product-info .accordion-button::after {
  content: none;
}

.product-info .accordion-button:not(.collapsed) .accordian-plus-btm {
  display: none !important;
}

.product-info accordion-button .accordian-minus-btm {
  display: block !important;
}

.product-info .accordion-button.collapsed .accordian-minus-btm {
  display: none !important;
}

.product-info .accordion-button:focus {
  box-shadow: none;
}

.product-info .accordion-button,
.product-info .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

.product-info .acordian-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(37, 104, 14, 1);
  display: inline-block;
  margin-right: 10px;
}

.product-info .acordian-list li {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(31, 41, 51, 0.8);
  font-weight: 400;
  margin-bottom: 10px;
}

.product-info .acordian-list li:last-child {
  margin-bottom: 0;
}

.product-info .accordion-item {
  border-top: 1px solid rgba(33, 33, 33, 0.2) !important;
}

.product-info .accordion .accordion-item:not(:first-of-type) {
  border: 0 !important;
  margin-top: 0 !important;
}


.custom-product-accordion .accordion-header {
  border-top: 1px solid rgba(33, 33, 33, 0.2) !important;
}

/*  */

/* product detail vide css start */
.product-detail-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-product-accordion ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: rgba(37, 104, 14, 1);
  position: absolute;
  top: 8px;
  left: 0px;
  border-radius: 100px;
}

.custom-product-accordion ul li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(31, 41, 51, 0.8);
  font-weight: 400;
}

/* --- Product Page Overlay & Common Styles --- */
.product-thumb-img-box {
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
}

.more-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(2px);
  font-weight: 600;
  z-index: 5;
}

.more-overlay span {
  font-size: 1.4rem;
}

.more-overlay p {
  font-size: 0.75rem;
  margin: 0;
  opacity: 0.9;
}

/* --- Ultimate Premium Gallery Modal --- */
.gallery-modal-wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
}

.modal-main-swiper {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
}

.modal-media-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.modal-media-container img,
.modal-media-container video {
  max-height: 80vh;
  max-width: 90%;
  border-radius: 40px;
  object-fit: contain;
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.9);
}

.modal-thumb-swiper {
  height: 120px;
  width: auto !important;
  max-width: 800px;
  margin: 0 auto 40px auto;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border-radius: 0px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
}

.modal-thumb-swiper .swiper-wrapper {
  justify-content: center;
  align-items: center;
}

.modal-thumb-swiper .swiper-slide{
  width: auto !important;
  height: auto !important;
}

.modal-thumb-box {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  border: 2px solid transparent;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin: 0 5px;
}

.modal-thumb-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.modal-thumb-swiper .swiper-slide-thumb-active .modal-thumb-box {
  border-color: #fff;
  transform: scale(1.2) translateY(-5px);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
}

.modal-thumb-swiper .swiper-slide-thumb-active .modal-thumb-box img {
  opacity: 1;
}

.modal-main-swiper .swiper-button-next,
.modal-main-swiper .swiper-button-prev {
  color: #fff !important;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.modal-main-swiper .swiper-button-next::after,
.modal-main-swiper .swiper-button-prev::after {
  font-size: 20px;
}

.btn-close-white {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 3000;
  width: 30px;
  height: 30px;
  opacity: 0.8 !important;
}

/* --- Common UI Refinements --- */
.custom-product-accordion .accordion-button:not(.collapsed) {
  color: var(--primary-color);
}

.custom-product-accordion .accordion-button:not(.collapsed) .icon-indicator i {
  transform: rotate(45deg);
  color: var(--primary-color);
}

.cart-action-container.detail-cart-action .common-btn {
  width: 100% !important;
  padding: 1rem !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  background-color: #1a1a1a !important;
  color: #fff !important;
  border: none !important;
  transition: all 0.3s ease;
}

.cart-action-container.detail-cart-action .common-btn:hover {
  background-color: #000 !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.acordian-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: inline-block;
  margin-right: 12px;
}

/* Sidebar */
.filter-box {
  background: var(--bg-light);
  padding: 15px;
  border-radius: 8px;
}

.filter-section {
  border: 1px solid var(--primary-color);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 25px 0 14px 0;
}

.filter-section h6 {
  font-weight: 600;
  margin-bottom: 10px;
}

.filter-section ul {
  list-style: none;
  padding: 0;
}

.filter-section li {
  margin-bottom: 10px;
  color: rgba(31, 41, 51, 0.8);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

/* Product Card */
/* .product-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
  border: 1px solid #eee;
} */

.product-card:hover {
  transform: translateY(-5px);
}

.product-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.product-body {
  padding: 15px;
}

.product-title {
  font-weight: 600;
}

.product-price {
  margin: 8px 0;
}

.discount-price {
  color: #28a745;
  font-weight: bold;
}

.old-price {
  text-decoration: line-through;
  color: #999;
}

.rating {
  color: #ffc107;
  margin-bottom: 8px;
}

.product-desc {
  font-size: 14px;
  color: #666;
}

.product-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.sort-dropdown {
  width: 200px;
  border-radius: 100px !important;
}

.search-box input {
  width: 100%;
  border-radius: 100px;
  border: 0;
  background-color: #fff;
  padding: 10px 17px;
  color: #000;
  font-size: 14px;
}

.search-box input::placeholder {
  color: #000 !important;
}

.search-box input:focus-visible {
  outline: none !important;
}

.search-box .seach-icon {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-48%);
  font-size: 14px;
}

.slider {
  height: 5px;
  background: #fff;
  position: relative;
  margin: 20px 0;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  background: var(--primary-color);
  position: absolute;
  border-radius: 5px;
  left: 10%;
  right: 20%;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  top: -30px;
  pointer-events: none;
  -webkit-appearance: none;
  background: none;
}

input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  background: var(--primary-color);
  border-radius: 50%;
  cursor: pointer;
}

.user_dashboard .notification-index .page-head,
.user_dashboard .transaction-index .page-head {
display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.user_dashboard .notification-index .page-head h1,
.user_dashboard .transaction-index .page-head h1 {
  margin: 0;
  font-size: 1.5rem;
  margin-bottom: 0px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--primary-color);
}

.user_dashboard .dashboard_area .card,
.user_dashboard .transaction-index .card {
    border: 0;
}

.user_dashboard #transaction-pjax-grid .state-information a{
  display: none !important;
}