.brand-logo img {
  height: auto !important;
  width: 150px !important;
  top: 10px;
  padding: 10px 0px;
}

/* Login Page Styles */
.login__section {
  padding: 60px 0;
}

.account__login {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.account__login:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.account__login--header__title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
}

.account__login--header__desc {
  color: #666;
  font-size: 14px;
}

.account__login--input {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.account__login--input:focus {
  outline: none;
  border-color: #d1743a;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}

.account__login--btn {
  width: 100%;
  padding: 14px;
  background: #d1743a;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.account__login--btn:hover {
  background: #e55a28;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
}

.account__login--forgot {
  background: none;
  border: none;
  color: #d1743a;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
}

.checkout__checkbox--input {
  margin-right: 8px;
}

.checkout__checkbox--label {
  font-size: 14px;
  color: #666;
}

/* OTP Login Styles */
.login_wrap {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.padding_eight_all {
  padding: 40px;
}

.heading_s1 h1 {
  font-size: 26px;
  font-weight: 700;
  color: #333;
}

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

.form-group input {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.form-group input:focus {
  outline: none;
  border-color: #d1743a;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}

.btn-heading {
  background: #d1743a;
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-block {
  width: 100%;
}

.btn-heading:hover {
  background: #e55a28;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
}

.checkout__checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkout__checkbox--checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #e0e0e0;
  border-radius: 3px;
  display: inline-block;
}

/* Wishlist Icon */
.fi-rs-heart.active {
  color: red !important;
}

/* Empty Cart Styles */
.cart_empty {
  padding: 80px 0;
  text-align: center;
}

.cart_empty .cart-left {
  background: #fff;
  padding: 60px 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  max-width: 600px;
  margin: 0 auto;
}

.cart_empty h2 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.cart_empty .text {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

.cart_empty .navigation_link_color {
  color: #d1743a;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cart_empty .navigation_link_color:hover {
  color: #e55a28;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .account__login {
    padding: 25px;
  }

  .padding_eight_all {
    padding: 25px;
  }

  .account__login--header__title,
  .heading_s1 h1 {
    font-size: 22px;
  }

  .cart_empty {
    padding: 40px 0;
  }

  .cart_empty .cart-left {
    padding: 40px 20px;
  }

  .cart_empty h2 {
    font-size: 24px;
  }

  .cart_empty .text {
    font-size: 14px;
  }
}

/* My Account Page Styles */
.my__account--section {
  padding: 30px 0;
}

.account__welcome--text {
  margin-bottom: 30px;
  font-size: 18px;
  color: #555;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 8px;
  border-left: 5px solid #d1743a;
}

.my__account--section__inner {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  gap: 30px;
  /* Add space between sidebar and content */
}

/* My Account Left Sidebar */
.account__left--sidebar {
  min-width: 280px;
  margin-right: 30px;
}

.account__left--sidebar h2 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  padding-bottom: 15px;
  border-bottom: 3px solid #d1743a;
  margin-bottom: 20px;
}

.account__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.account__menu--list {
  border-bottom: 1px solid #f5f5f5;
  transition: all 0.3s ease;
  position: relative;
}

.account__menu--list:last-child {
  border-bottom: none;
}

.account__menu--list::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #d1743a;
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.account__menu--list:hover::before {
  transform: scaleY(1);
}

.account__menu--list a,
.account__menu--list button {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  color: #666;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
}

.account__menu--list a i,
.account__menu--list button i {
  font-size: 20px;
  color: #999;
  transition: all 0.3s ease;
  margin-right: 12px;
}

.account__menu--list:hover a,
.account__menu--list:hover button {
  background: #fff8f5;
  color: #d1743a;
  padding-left: 28px;
}

.account__menu--list:hover a i,
.account__menu--list:hover button i {
  color: #d1743a;
  transform: translateX(3px);
}

.account__menu--list.active {
  background: #fff;
}

.account__menu--list.active::before {
  transform: scaleY(1);
}

.account__menu--list.active a,
.account__menu--list.active button {
  background: linear-gradient(90deg, #fff5f0 0%, #ffffff 100%);
  color: #d1743a;
  font-weight: 600;
  padding-left: 28px;
}

.account__menu--list.active a i,
.account__menu--list.active button i {
  color: #d1743a;
  transform: scale(1.1);
}

/* Account Content */
.account__wrapper {
  flex: 1;
}

.account__content--title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

/* Orders Table */
.account__table {
  width: 100%;
  border-collapse: collapse;
}

.account__table--header__child th {
  background: #f9f9f9;
  padding: 15px;
  font-weight: 600;
  color: #333;
  text-align: left;
  font-size: 14px;
}

.account__table--body__child td {
  padding: 15px;
  border-bottom: 1px solid #f0f0f0;
  color: #666;
  font-size: 14px;
  vertical-align: middle;
}

.account__table--body__child:last-child td {
  border-bottom: none;
}

.account__table--body__child--items .btn-small {
  background-color: #d1743a;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
}

.account__table--body__child--items .btn-small:hover {
  background-color: #e55a28;
  transform: translateY(-2px);
}

.woocommerce.cart_empty h2 {
  font-size: 24px;
}

.woocommerce.cart_empty .text {
  font-size: 15px;
}

.mobile__block {
  display: none;
}

@media (max-width: 991px) {
  .my__account--section__inner {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .my__account--section {
    padding: 30px 0;
  }

  .my__account--section__inner {
    padding: 20px;
  }

  .account__welcome--text {
    padding: 15px;
    font-size: 16px;
  }

  .account__content--title {
    font-size: 20px;
  }

  .mobile__none {
    display: none;
  }

  .mobile__block {
    display: table-row-group;
  }
}

/* My Address Page Styles */
.address_btn {
  background-color: #d1743a;
  color: #fff !important;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
}

.address_btn:hover {
  background-color: #e55a28;
  transform: translateY(-2px);
}

.new__address--btn {
  background: #d1743a;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}

.new__address--btn:hover {
  background: #e55a28;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
}

.card-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.card-body address {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 15px;
}

/* My Profile Page Styles */
.checkout__input--label {
  font-size: 14px;
  font-weight: 500;
  color: #444;
  margin-bottom: 8px;
  display: block;
}

.checkout__input--field {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #f7f7f7;
}

.checkout__input--field:focus {
  outline: none;
  border-color: #d1743a;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
  background: #fff;
}

/* My Wishlist Page Styles */
.shopping-summery .cart__table--inner {
  width: 100%;
  border-collapse: collapse;
}

.shopping-summery .cart__table--header__items th {
  background: #f9f9f9;
  padding: 15px;
  font-weight: 600;
  color: #333;
  text-align: left;
  font-size: 14px;
}

.shopping-summery .cart__table--body__items td {
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}

.shopping-summery .cart__product {
  gap: 15px;
}

.shopping-summery .cart__thumbnail img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #eee;
}

.shopping-summery .cart__content h6 {
  margin: 0;
}

.shopping-summery .cart__content .product-name {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.shopping-summery .cart__content .product-name:hover {
  color: #d1743a;
}

.shopping-summery .product-rate-cover {
  font-size: 12px;
  color: #999;
}

.shopping-summery .cart__price {
  font-size: 16px;
  font-weight: 600;
  color: #d1743a;
}

.shopping-summery .cart__remove--btn {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  transition: color 0.3s ease;
}

.shopping-summery .cart__remove--btn:hover {
  color: #ff0000;
}

/* Wishlist Mobile Styles - Grid View (Flipkart Style) */
@media (max-width: 767px) {
  .shopping-summery .cart__table--header {
    display: none;
  }
  .shopping-summery .cart__table--body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 5px;
  }
  .shopping-summery .cart__table--body__items {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    position: relative;
    height: 100%;
    margin: 0 !important;
  }
  .shopping-summery .cart__table--body__items td {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
  }
  .shopping-summery .cart__table--body__items td:last-child {
    margin-top: auto;
  }
  .shopping-summery .cart__product {
    align-items: flex-start !important;
    flex-direction: column !important;
    position: static;
    gap: 8px;
    width: 100%;
  }
  .shopping-summery .cart__thumbnail {
    width: 100%;
    text-align: center;
  }
  .shopping-summery .cart__thumbnail img {
    width: 100% !important;
    height: 120px !important;
    object-fit: contain !important;
    border: none !important;
    border-radius: 0 !important;
  }
  .shopping-summery .cart__content {
    width: 100%;
  }
  .shopping-summery .cart__content h6 {
    margin-bottom: 4px;
  }
  .shopping-summery .cart__content .product-name {
    font-size: 13px !important;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .shopping-summery .cart__remove--btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    z-index: 2;
    color: #ff4444;
  }
  .shopping-summery .cart__remove--btn svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
  }
  .shopping-summery .cart__table--body__list[data-title="Price"] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 5px;
    margin-top: 0;
    border-top: none;
  }
  .shopping-summery .cart__table--body__list[data-title="Price"]::before {
    content: none !important;
  }
  .shopping-summery .cart__price {
    font-size: 16px;
    font-weight: 700;
    color: #d1743a;
  }
  .shopping-summery .cart__table--body__list[data-title="Add to Cart"] {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #f5f5f5;
    width: 100%;
  }
  .shopping-summery .new__address--btn {
    width: 100%;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .shopping-summery .product-rate-cover {
    display: none;
  }
}

/* My Account Page Enhancement Styles */

/* Making the active link in the sidebar more prominent */
.account__menu--list.active a,
.account__menu--list.active button {
  background-color: #d1743a !important;
  color: #fff !important;
  font-weight: 600;
  border-left: 4px solid #e55a28;
  padding-left: 21px;
}

.account__menu--list a:hover,
.account__menu--list button:hover {
  background-color: #f7f7f7;
  color: #d1743a;
  padding-left: 25px;
}


/* Adding hover effect to table rows */
.account__table--body__child:hover,
.shopping-summery .cart__table--body__items:hover {
  background-color: #fcfcfc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* Styling for address cards */
.card.mb-3.mb-lg-0 {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  transition: all 0.3s ease;
  height: 100%;
}

.card.mb-3.mb-lg-0:hover {
  border-color: #d1743a;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
}

.card-header {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 20px;
}

.card-body {
  padding: 20px;
}

/* Refined form styling in profile */
.form-group.col-md-6,
.form-group.col-md-12 {
  margin-bottom: 25px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .account__left--sidebar {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .account__table--body__child {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  }
}


/* Custom Scrollbar Styles */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #b9b4b3;
  border-radius: 10px;
  transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: #aaa3a0;
}

/* Firefox Scrollbar */
* {
  scrollbar-width: thin;
  scrollbar-color: #cac5c3 #f1f1f1;
}


/* Cart Page Mobile Responsive Styles for 320px */
@media (max-width: 480px) {
  .cart-section .cart-table table {
    display: block;
    width: 100%;
  }

  .cart-section .cart-table tbody {
    display: block;
    width: 100%;
  }

  .cart-section .cart-table tr {
    display: block;
    width: 100%;

    padding: 15px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }

  .cart-section .cart-table td {
    display: block;
    width: 100% !important;
    text-align: left !important;
    padding: 8px 0 !important;
    border: none !important;
  }

  .cart-section .cart-table td.thumbnail-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #f0f0f0 !important;
  }

  .cart-section .cart-table td.thumbnail-title img {
    width: 70px !important;
    height: 70px !important;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
  }

  .cart-section .cart-table td.thumbnail-title .title {
    flex: 1;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1.4;
  }

  .cart-section .cart-table td.price::before {
    content: "Price: ";
    font-weight: 600;
    color: #333;
    margin-right: 8px;
  }

  .cart-section .cart-table td.quantity::before {
    content: "Quantity: ";
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 8px;
  }

  .cart-section .cart-table td.quantity {
    padding: 12px 0 !important;
  }

  .cart-section .cart-table td.quantity .quantity-input {
    display: inline-flex;
    align-items: center;
    gap: 0;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
  }

  .cart-section .cart-table td.quantity .quantity-input button {
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: none;
  }

  .cart-section .cart-table td.quantity .quantity-input input {
    width: 50px;
    height: 35px;
    text-align: center;
    border: none;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    font-size: 14px;
    font-weight: 600;
  }

  .cart-section .cart-table td.subtotal::before {
    content: "Subtotal: ";
    font-weight: 600;
    color: #333;
    margin-right: 8px;
  }

  .cart-section .cart-table td.subtotal {
    font-size: 16px;
    font-weight: 700;
    color: #d1743a;
  }

  .cart-section .cart-table td.remove {
    text-align: center !important;
    /* padding-top: 12px !important;
    margin-top: 12px; */
    border-top: 1px solid #f0f0f0 !important;
  }

  .cart-section .cart-table td.remove a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    background: #fff;

    border-radius: 6px;

    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
  }

  .cart-section .cart-table td.remove a i {
    margin-right: 6px;
  }

  .cart-section .cart-table td.remove::before {
    content: none;
  }

  .text-red {
    color: #f44336;
    font-size: 12px;
    margin-top: 5px;
    display: block;
  }

  /* Cart totals section */
  .shopping-cart-total {
    margin-top: 20px;
  }

  .shopping-cart-total h4.title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .shopping-cart-total table {
    font-size: 14px;
  }

  .shopping-cart-total .theme-btn {
    width: 100%;
    padding: 14px;
    font-size: 15px;
  }
}

/* Extra small devices (320px) */
@media (max-width: 360px) {
  .cart-section .cart-table td.thumbnail-title img {
    width: 60px !important;
    height: 60px !important;
  }

  .cart-section .cart-table td.thumbnail-title .title {
    font-size: 13px !important;
  }

  .cart-section .cart-table td.quantity .quantity-input button {
    width: 32px;
    height: 32px;
  }

  .cart-section .cart-table td.quantity .quantity-input input {
    width: 45px;
    height: 32px;
    font-size: 13px;
  }
}

/* Order History Mobile Responsive for 320px */
@media (max-width: 480px) {
  .account__table--header {
    display: none;
  }

  .account__table--body.mobile__block .account__table--body__child {
    display: block;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }

  .account__table--body.mobile__block .account__table--body__child td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border: none;
  }

  .account__table--body.mobile__block .account__table--body__child td:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
  }

  .account__table--body.mobile__block .account__table--body__child td strong {
    font-weight: 600;
    color: #333;
    font-size: 13px;
  }

  .account__table--body.mobile__block .account__table--body__child td span {
    color: #666;
    font-size: 13px;
    text-align: right;
  }

  .account__table--body.mobile__block .account__table--body__child td .btn-small {
    padding: 8px 16px;
    font-size: 13px;
    border-radius: 5px;
    background: #d1743a;
    color: #fff;
    text-decoration: none;
    display: inline-block;
  }

  .my__account--section__inner {
    padding: 15px;
  }

  .account__welcome--text {
    font-size: 14px;
    padding: 12px;
  }

  .account__content--title {
    font-size: 18px;
  }
}

@media (max-width: 360px) {
  .account__table--body.mobile__block .account__table--body__child {
    padding: 12px;
  }

  .account__table--body.mobile__block .account__table--body__child td {
    padding: 8px 0;
  }

  .account__table--body.mobile__block .account__table--body__child td strong,
  .account__table--body.mobile__block .account__table--body__child td span {
    font-size: 12px;
  }

  .account__content--title {
    font-size: 16px;
  }
}

/* My Rewards Mobile Responsive for 320px */
@media (max-width: 480px) {
  .account__content.pl-50 {
    padding-left: 0 !important;
  }

  .reward-points-summary {
    padding: 15px !important;
  }

  .reward-points-summary h3 {
    font-size: 16px;
  }

  .reward-points-summary h2 {
    font-size: 28px !important;
  }

  .reward-points-summary p {
    font-size: 13px;
  }

  .reward-history-section h3 {
    font-size: 18px;
  }

  .history-item {
    padding: 12px 15px !important;
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
  }

  .history-info h5 {
    font-size: 14px !important;
  }

  .history-info span {
    font-size: 12px !important;
  }

  .history-points {
    font-size: 15px !important;
    align-self: flex-end;
  }

  .reward-rules-section h3 {
    font-size: 18px;
  }

  .rule-card {
    padding: 18px !important;
  }

  .rule-card .icon-box {
    width: 40px !important;
    height: 40px !important;
  }

  .rule-card .icon-box ion-icon {
    font-size: 20px !important;
  }

  .rule-card h2 {
    font-size: 18px !important;
  }

  .rule-card ul li {
    font-size: 13px;
  }

  .rule-card ul li ion-icon {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .reward-points-summary {
    padding: 12px !important;
  }

  .reward-points-summary h2 {
    font-size: 24px !important;
  }

  .history-item {
    padding: 10px 12px !important;
  }

  .rule-card {
    padding: 15px !important;
  }

  .rule-card h2 {
    font-size: 16px !important;
  }

  .rule-card ul li {
    font-size: 12px;
  }
}

/* Cart Button Orange Background */
.cart-button {
  background-color: #d1743a !important;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.cart-button:hover {
  background-color: #e55a28 !important;
  transform: scale(1.1);
}


/* Category Card Hover Effect */
.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.category-card:hover .category-image img {
  transform: scale(1.1);
}


/* Trending Products Card Hover */
.trending-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.trending-product-card:hover .product-image img {
  transform: scale(1.1);
}

.wishlist-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

.view-details-btn:hover {
  background: #e55a28 !important;
  transform: translateY(-2px);
}

/* Mega Menu Full Width Styles */
.mega-menu-item:hover .mega-menu-wrapper {
  display: block !important;
}

.mega-menu-wrapper {
  animation: fadeInDown 0.3s ease;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Subcategory Dropdown Styles */
.subcategory-dropdown-item:hover .subcategory-dropdown-menu {
  display: block !important;
}

.subcategory-dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

/* Home Page H2 Margin Top */
h2 {
  margin-top: 0px !important;
}

/* Category Image Full Display */
.category-card .category-image img {
  object-fit: cover !important;
  object-position: center !important;
}

/* Hero Section Let's Eat Font Size */
.hero-content h1 {
  font-size: 120px !important;
  line-height: 30px !important;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 40px !important;
  }
}

/* Hero Section Reduced Height and Spacing */
.hero-wrapper-five {
  padding-top: 30px !important;
  padding-bottom: 0px !important;
  min-height: auto !important;
}

.hero-section {
  margin-bottom: 0 !important;
}

.hero-image img {
  max-height: 800px !important;
}

@media (max-width: 768px) {
  .hero-wrapper-five {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .hero-image img {
    max-height: 400px !important;
  }
}


.menu-details-wrapper .menu-info-content span.price {
  font: 500 32px var(--heading-font);
  margin-bottom: 0px;
  color: #cf7339;
}

.menu-details-wrapper .menu-info-content span.price span.pre-price {
  padding-right: 10px;
  font-size: 22px;
}

.cook_feature_img img {
  width: 100%;
}

.checkout-form .title {
  font-size: 30px;
}

.save-price {
  background: #000;
  color: #fff;
  margin: 5px 10px 0px 0px;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 14px;
}

/* =============================================
   Product Detail Page — Full Responsive Styles
   ============================================= */

.menu-details-section {
    overflow-x: hidden;
}

/* Product image */
.menu-image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

/* Product info */
.menu-info-content .title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    margin-bottom: 10px;
    word-break: break-word;
    white-space: normal;
    overflow: visible;
}

.menu-info-content span.price {
    display: block;
    margin: 12px 0;
}

/* Add to cart row */
.add-to-cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

/* Quantity input */
.product-cart-variation ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
}

/* ---- Vertical Tabs ---- */
.product-tabs-wrapper {
    display: flex;
    gap: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    margin-top: 30px;
}

.product-tabs-nav {
    width: 210px;
    flex-shrink: 0;
    border-right: 1px solid #f0f0f0;
    padding: 16px 0;
    background: #fafafa;
}

.product-tab-btn {
    display: block;
    width: 100%;
    padding: 14px 22px;
    text-align: left;
    border: none;
    border-left: 3px solid transparent;
    background: transparent;
    color: #666;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.25s ease;
    margin: 0;
    line-height: 1.4;
}

.product-tab-btn:hover {
    background: #fff5f0;
    color: #d1743a;
    border-left-color: #f0a070;
}

.product-tab-btn.active {
    background: #fff;
    color: #d1743a;
    font-weight: 700;
    border-left: 3px solid #d1743a;
}

.product-tabs-content {
    flex: 1;
    min-width: 0;
    padding: 28px;
}

.tab-content-box {
    animation: tabFadeIn 0.2s ease;
}

.tab-content-box h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

@keyframes tabFadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ---- Tablet (=991px) ---- */
@media (max-width: 991px) {
    .menu-details-section .col-lg-4,
    .menu-details-section .col-lg-8 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .menu-image {
        margin-bottom: 20px;
    }

    .menu-image img {
        max-height: 360px;
    }

    .menu-info-content {
        margin-bottom: 10px !important;
    }
}

/* ---- Mobile (=767px) ---- */
@media (max-width: 767px) {
    /* Product info */
    .menu-info-content .title {
        font-size: 18px;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: break-word;
        overflow: visible;
    }

    .menu-details-wrapper .menu-info-content span.price {
        font-size: 22px !important;
    }

    .menu-details-wrapper .menu-info-content span.price span.pre-price {
        font-size: 15px !important;
    }

    .save-price {
        font-size: 12px;
        padding: 3px 8px;
    }

    /* Add to cart */
    .add-to-cart {
        flex-direction: column;
        align-items: flex-start;
    }

    .add-to-cart .theme-btn {
        width: 100%;
        text-align: center;
    }

    .add-to-cart .product-extra-link2 {
        margin-top: 0 !important;
    }

    /* Tabs — horizontal scroll */
    .product-tabs-wrapper {
        flex-direction: column;
        border-radius: 10px;
        margin-top: 20px;
    }

    .product-tabs-nav {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #f0f0f0;
        padding: 0;
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        background: #fafafa;
    }

    .product-tabs-nav::-webkit-scrollbar { display: none; }

    .product-tab-btn {
        white-space: nowrap;
        flex-shrink: 0;
        border-left: none;
        border-bottom: 3px solid transparent;
        padding: 12px 18px;
        font-size: 13px;
        border-radius: 0;
    }

    .product-tab-btn:hover {
        border-left: none;
        border-bottom: 3px solid #f0a070;
        background: #fff5f0;
    }

    .product-tab-btn.active {
        border-left: none;
        border-bottom: 3px solid #d1743a;
        background: #fff5f0;
        color: #d1743a;
        font-weight: 700;
    }

    .product-tabs-content {
        padding: 18px 14px;
    }

    .tab-content-box h3 {
        font-size: 16px;
    }

    /* Rating summary — single column */
    .rating-summary-content {
        grid-template-columns: 1fr !important;
    }

    .rating-summary-container {
        padding: 16px !important;
    }

    .rating-number {
        font-size: 36px !important;
    }

    /* Review cards */
    .reviews-wrapper > div > div[style] {
        padding: 12px !important;
    }

    /* iframe video */
    .tab-content-box iframe {
        height: 220px;
    }
}

/* Mobile stacked product sections */
.mobile-product-sections {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
    overflow: hidden;
    margin-top: 20px;
}

.mobile-tabs-nav {
    display: flex;
    border-bottom: 2px solid #f0f0f0;
    background: #fafafa;
}

.mobile-tab-btn {
    flex: 1;
    padding: 13px 8px;
    border: none;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: #666;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.mobile-tab-btn.active {
    color: #d1743a;
    font-weight: 700;
    border-bottom: 3px solid #d1743a;
    background: #fff5f0;
}

.mobile-tab-content {
    padding: 0;
}

.mobile-section {
    padding: 18px 14px;
}

/* Profile Photo */
.profile-photo-section {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.profile-photo-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    border: 3px solid #d1743a;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.profile-photo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.profile-photo-placeholder {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-photo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 34px;
    background: rgba(209, 116, 58, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.profile-photo-wrapper:hover .profile-photo-overlay {
    opacity: 1;
}
