/* Cart drower Css */

body {
  font-family: "Segoe UI", sans-serif;
  overflow-x: hidden;
  background-color: #f5f5f5;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 420px;
  height: 100%;
  background-color: #fff;
  box-shadow: -3px 0 10px rgba(0, 0, 0, 0.15);
  z-index: 1050;
  transition: right 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}

.datepickerblock {
  gap: 20px;
  display: flex;
  padding-right: 20px;
  flex-direction: row;
}

.cart-drawer.open {
  right: 0;
}

.cart-header {
  padding: 1rem 1.25rem 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-content {
  padding: 1rem 1.25rem;
  overflow-y: auto;
  flex-grow: 1;
}

.location-box,
.product-box,
.delivery-box,
.special-box,
.price-summary {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}

.location-box i,
.delivery-box i {
  margin-right: 10px;
  color: #888;
}

.product-thumb {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 15px;
}

.product-box {
  display: flex;
  align-items: start;
}

.product-info {
  flex: 1;
}

.delete-icon {
  font-size: 18px;
  color: #dc3545;
  cursor: pointer;
}

.delivery-info,
.price-info {
  font-size: 14px;
}

.special-box {
  text-align: center;
  border: 1px solid #ccc;
  color: #444;
  cursor: pointer;
  font-weight: 500;
}

.price-summary .row {
  margin-bottom: 5px;
}

.price-summary .row:last-child {
  font-weight: bold;
}

.btn-close {
  font-size: 1.2rem;
  top: 8px !important;
  right: 8px !important;
}

.pagination {
  display: inline-flex;
}

.filter_button {
  text-align: center;
  background: #f7941d;
  padding: 8px 16px;
  margin-top: 10px;
  color: white;
}

.align-items-center {
  margin-bottom: 0px;
}

.review_container {
  background: #f4f7f8;
}

.previews {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 500px;
  overflow-y: auto;
  padding-right: 5px;
}

.previews a {
  display: block;
  border: 4px solid #eee;
  transition: border-color 0.2s ease-in-out;
  width: 80px;
  height: 80px;
  overflow: hidden;
  flex-shrink: 0;
}

.previews a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.previews a:hover,
.previews a.selected {
  border: 1px solid #777;
}



.btn-primary:hover {
  background-color: #ff6000;
  border-color: #ff6000;
}

.btn-primary:focus-visible {
  background-color: #ff6000 !important;
  border-color: #ff6000;
  box-shadow: none !important;
}

.btn-primary:active {
  background-color: #ff6000;
  border-color: #ff6000;
}

.btn-outline-secondary {
  border-color: #ff6000;
  padding: 10px 15px;
  color: #000;
}

.btn-outline-secondary:hover {
  background-color: #ff6000;
  border-color: #ff6000;
  color: #ffffff;
}

.btn-group .btn-outline-secondary.active,
.btn-group .btn-outline-secondary:active {
  background-color: #ff6000;
  border-color: #ff6000;
  color: #ffffff;
}

.btn.active {
  background-color: #ff6000 !important;
  color: white !important;
}

/* -------------- */

.dropdown-toggle {
  border-color: #000000;
  color: #000000;
}

.input-group .btn-primary {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.input-group .btn-primary:hover {
  background-color: #000000;
  border-color: #000000;
}

.text-warning {
  color: #ffc107 !important;
}

.gallery {
  display: flex;
  gap: 20px;
}

.previews-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.previews-swiper {
  width: 100px;
  height: 500px;
  overflow: hidden;
  margin: 10px 0;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide.selected,
.swiper-slide:hover {
  border-color: #777;
}

.arrow-btn {
  background: #ddd;
  border: none;
  padding: 5px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.arrow-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.full {
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}



.swiper-slide a.selected {
  border: 3px solid #777;
}

.preview-main {
  float: left;
  margin-left: 20px;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.weight_varient {
  gap: 10px;
}

.weight_varient button {
  border-radius: 5px !important;
}

.quantity-selector .btn {
  width: 40px;
  height: 43px;
  padding: 0;
  border-color: #dee2e6;
}

.quantity-selector input {
  width: 60px;
  text-align: center;
  padding: 10px 15px;
  margin: 0;
  line-height: 0;
  border-radius: 0;
}

.quantity_btn_container {
  width: 22%;
  margin-bottom: 20px;
  border: 1px solid black;
  border-radius: 5px;
}

.quantity_btn_left {
  border: 1px solid black;
  border-radius: 5px 0 0 5px;
}

.quantity_btn_right {
  border: 1px solid black;
  border-radius: 0 5px 5px 0;
}

.quantity_value {
  border: none;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.review_para {
  color: black;
  font-size: 13px !important;
}

.review_auth_name {
  font-size: 11px;
}

.action-buttons .btn {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.add-to-cart-btn {
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
}

.wishlist_btn svg {
  fill: #000;
}

hr {
  border: 0;
  border-top: 1px solid #dfe2e1;
  color: #dfe2e1;
  margin: 1rem 0;
  opacity: 1;
}

.pincode {
  padding: 10px 15px;
  width: 50% !important;
}

.sel-ind {
  width: 100% !important;
}

.gallery {
  position: relative;
}

.sticky-gallery {
  position: sticky;
  top: 20px;
}

.previews-swiper {
  max-height: 500px;
  overflow: hidden;
}

.swiper-wrapper {
  transition: transform 0.3s ease-in-out;
  height: auto;
}

.card {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}



.wishlist-icon {
  background: white;
  padding: 5px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-body small {
  font-size: 0.8rem;
  color: #777;
}

.card-body h6 {
  font-size: 1rem;
  margin: 5px 0;
}

.card-body p {
  font-size: 0.9rem;
}

.btn-primary {
  font-size: 0.9rem;
}

.review-card {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 15px;
  margin: 0;
  margin-bottom: 15px;
  background-color: white;
  height: 210px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.carousel-item.active {
  border: none !important;
}

.review-avatar {
  background: #5c6b73;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-right: 10px;
}

.badge-soft {
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 5px 12px;
  font-size: 0.85rem;
  margin-right: 5px;
  margin-top: 5px;
  display: inline-block;
}

.eggcstm.cstom-active {
  border: 2px solid red !important;
  color: red !important;
}

.egglesscstm.cstom-active {
  border: 2px solid green !important;
  color: green !important;
}

.eggcstm.cstom-active,
.egglesscstm.cstom-active,
.egglesscstm,
.eggcstm {
  background: transparent !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #ccc;
  border-radius: 50%;
}

.review_prev_btn,
.review_next_btn {
  position: absolute;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4%;
  padding: 0;
  border: 0;
  transition: opacity 0.15s ease;
  border: none;
  width: 30px;
  height: 30px;
  box-shadow: none !important;
  opacity: 1 !important;
}

.review_prev_btn {
  position: absolute;
  left: -8px !important;
  background: none !important;
  color: black !important;
}

.review_next_btn {
  position: absolute;
  right: -9px !important;
  background: none !important;
  color: black !important;
}

.related_prev_btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: -10px;
  color: black !important;
  background: none !important;
  box-shadow: none !important;
}

.related_next_btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: -10px;
  color: black !important;
  background: none !important;
  box-shadow: none !important;
}

.font_size {
  font-size: 12px !important;
}

.font_size:hover {
  background: #ff6000;
  color: white !important;
}

.view-all-btn {
  border: 1px solid #556b2f;
  color: #556b2f;
  font-weight: 500;
}

.view-all-btn:hover {
  background-color: #556b2f;
  color: white;
}

.nice-select .list {
  width: 100%;
}

.nice-select {
  width: 100%;
  border: 1px solid #ff6000;
}

.main-section-ofattribute {
  flex-direction: column-reverse;
  display: flex;
}

.cstom-active {
  color: #fff !important;
  background: #ff6022 !important;
}


.cstm_price-text {
  font-size: 1rem;
  font-weight: 400;
}

.review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 18px;
}

.review_auth_name {
  font-size: 14px;
  font-weight: bold;
}

.review_para {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}

.text-warning i {
  margin-right: 2px;
  font-size: 14px;
}

.rating_box {
  display: inline-flex;
}

.star-rating {
  font-size: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.star-rating__wrap {
  display: inline-block;
  font-size: 1rem;
}

.star-rating__wrap:after {
  content: "";
  display: table;
  clear: both;
}

.star-rating__ico {
  float: right;
  padding-left: 2px;
  cursor: pointer;
  color: #f7941d;
  font-size: 16px;
  margin-top: 5px;
}

.star-rating__ico:last-child {
  padding-left: 0;
}

.star-rating__input {
  display: none;
}

.star-rating__ico:hover:before,
.star-rating__ico:hover~.star-rating__ico:before,
.star-rating__input:checked~.star-rating__ico:before {
  content: "\F005";
}

/* -------------------- write your review start ------------------- */
.custom-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.custom-button {
  padding: 12px 24px;
  background-color: #ff6000;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}

.custom-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.custom-modal {
  background-color: white;
  width: 100%;
  max-width: 500px;
  border-radius: 8px;
  overflow: hidden;
  padding: 25px;
}

.custom-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-form-group {
  margin-bottom: 15px;
}

.custom-form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
}

.custom-form-input {
  width: 100% !important;
  padding: 8px !important;
  font-size: 15px !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
}

.custom-star-rating .bi {
  font-size: 18px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s ease;
}

.custom-star-rating {
  display: flex;
}

.custom-star-rating .custom-filled {
  color: #ffc107;
}

.custom-close {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.custom-footer-btn {
  padding: 10px 20px;
  font-size: 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.custom-submit {
  background-color: #ff6000;
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.custom-cancel {
  background-color: #ff0000;
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Cart Page Css ======================*/

li.shipping {
  display: inline-flex;
  width: 100%;
  font-size: 14px;
}

li.shipping .input-group-icon {
  width: 100%;
  margin-left: 10px;
}

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

.form-select {
  height: 30px;
  width: 100%;
}

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f6f6f6 !important;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

.list li {
  margin-bottom: 0 !important;
}

.list li:hover {
  background: #f7941d !important;
  color: white !important;
}

.form-select .nice-select::after {
  top: 14px;
}

.empty-cart-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 40px;
  text-align: center;
}

.empty-wishlist-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 1rem 0 1rem;
  text-align: center;
  width: 100%;
}

.empty-cart-image {
  max-width: 150px;
  margin-bottom: 1.5rem;
}

.empty-cart-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.empty-cart-title .text-danger {
  font-weight: 700;
}

.empty-cart-subtext {
  color: #6c757d;
  font-size: 1rem;
  margin-bottom: 1.8rem;
}


/* Checkout Page Cdn */

li.shipping {
  display: inline-flex;
  width: 100%;
  font-size: 14px;
}

li.shipping .input-group-icon {
  width: 100%;
  margin-left: 10px;
}

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

.form-select {
  height: 30px;
  width: 100%;
}

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f6f6f6 !important;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

.list li {
  margin-bottom: 0 !important;
}

.list li:hover {
  background: #f7941d !important;
  color: white !important;
}

.form-select .nice-select::after {
  top: 14px;
}

.datepicker-dropdown {
  min-width: 26% !important;
}

body {
  background-color: #f0f2f5;
}

/* Login Page */

.login-container {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 40px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.form-title {
  margin-bottom: 30px;
  font-weight: 600;
}

.form-label {
  font-weight: 500;
}

.form-control:focus {
  border-color: none !important;
  box-shadow: none !important;
}

/* Register Page */

body {
  background-color: #f8f9fa;
}

.registration-container {
  max-width: 700px;
  margin: 50px auto;
  background: white;
  padding: 30px 40px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.input_radius {
  border-radius: 7px !important;
}

.form-title {
  margin-bottom: 30px;
}

/* Show Order page */

.profilesection {
  width: 74% !important;
}

.showorder {
  gap: 10px;
  display: flex !important;
  justify-content: space-between !important;
  flex-direction: row;
}

/* height.card img {
        : unset !important;
    } */
.breadcrumbs {
  list-style: none;
}

.breadcrumbs li {
  float: left;
  margin-right: 5px;
  color: #000 !important;

}

.btn-success {
  border: #ff6000 !important;
  color: #fff !important;
  background: #ff6000 !important;
}

.breadcrumbs li a:hover {
  text-decoration: none;
}

.breadcrumbs li .active {
  color: #ff6000 !important;
}

.breadcrumbs li+li:before {
  content: "/\00a0";
}

.image {
  background: url("{{asset(" backend/img/background.jpg")}}");
  height: 150px;
  background-position: center;
  background-attachment: cover;
  position: relative;
}

.image img {
  position: absolute;
  top: 55%;
  left: 35%;
  margin-top: 30%;
}

i {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* -------------new css--------------------- */

.sidebar {
  border-right: 1px solid #e0e0e0;
  background-color: #fff;
  min-height: auto;
}

.sidebar .list-group-item {
  border: none;
  display: flex;
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 20px;
  font-weight: 500;
  cursor: pointer;
}

.sidebar .list-group-item.active {
  background-color: unset;
  color: #ff6000;
  font-weight: 600;
  border-bottom: 2px solid #ff6000;
}

.content-section {
  display: none;
}

.content-section.active {
  display: block;
}

.profile-section {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.order-card {
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.product-image {
  width: 25% !important;
  /* height: 80px !important; */
  object-fit: cover;
  border-radius: 10px;
}

.rating-stars i {
  font-size: 22px;
  color: #075e6e;
  cursor: pointer;
  margin: 0 4px;
}

.order-status {
  color: green;
  font-weight: 600;
  font-size: 14px;
}

.invoice-link {
  color: #ff6000;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}

.fw-medium {
  font-weight: 500;
}

.address-card {
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  border: 1px solid #ddd;
}

.btn-add-address {
  border: 1px solid #ff6000;
  color: #ff6000;
  font-weight: 500;
}

.btn-add-address:hover {
  background-color: #ff6000;
  color: #fff;
}

.badge-home {
  background-color: #e9f5ff;
  color: #ff6000;
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 10px;
  margin: 0 6px;
}

.icon-btn {
  background: none;
  border: none;
  color: #555;
  font-size: 1.1rem;
  margin-left: 8px;
}

.icon-btn:hover {
  color: #000;
}

.card_content_heading {
  text-align: left;
}

.addressdiv {
  display: flex;
  gap: 30px;
  background-color: #fff;
  padding: 30px 0px;
  max-width: 100%;
  font-family: Arial, sans-serif;
}

.column {
  flex: 1;
}

/* Left Column - Summary */
.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 15px;
  font-size: 15px;
  color: #000;
}

.summary-row strong {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: #222;
}

.summary-row span {
  color: #555;
  font-size: 14px;
  margin-left: 5px;
}

.total-row {
  font-weight: bold;
  font-size: 16px;
}

.variation_cstm-sec img {
  width: 20%;
  padding-bottom: 3px;
}

hr {
  opacity: 0.25 !important;
  color: #dfe2e1;
}

.column-right .address-block {
  margin-bottom: 30px;
  text-align: left;
}

.column-right .address-title {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}

.column-right .address-line {
  font-size: 14px;
  color: #111;
  margin: 3px 0;
}

.column-right hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 15px 0 15px 0;
}

.profilesection {
  width: 73%;
  padding: 0px !important;
}

.main-section-ofattribute .variation_cstm-sec button {
  width: 140px;
}

.cake-slider {
  position: relative;
}

.cake-slider button.slick-prev.slick-arrow {
  position: absolute;
  top: 32%;
  font-size: 20px;
  width: 30px;
  height: 30px;
  left: -1%;
  border-radius: 50%;
  background: #FF6000;
  color: #fff;
  align-items: center;
  text-align: center;
  z-index: 111;

}

.cake-slider button.slick-next.slick-arrow {
  position: absolute;
  font-size: 20px;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  background: #FF6000;
  top: 32%;
  right: -1%;

}

/*---shipping page-----*/
.privacy-text-li {
  font-size: 14px;
  color: #000;
}

.hero-privacy-policy {
  background: linear-gradient(to right, #ff6a00, #ee0979);
  color: white !important;
  padding: 40px 20px;
  text-align: center;
}

.hero {
  background: linear-gradient(to right, #ff6a00, #ee0979);
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.hero h1 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}

.contents-section {
  background: white;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-top: -40px;
  margin-bottom: 70px;
  position: relative;
  z-index: 10;
}

.section-heading {
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 30px;
  color: #ff6a00;
}

.highlight-box {
  background-color: #fff3cd;
  border-left: 5px solid #ffc107;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 6px;
  font-size: 0.95rem;
}

.disclaimer {
  background-color: #f8d7da;
  border-left: 5px solid #dc3545;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 6px;
  font-size: 0.95rem;
}

.lead {
  color: #fff;
  font-size: 18px !important;
  line-height: 50px;
}

/*=======================bulk order=====*/
.bulkorder-section {
  display: flex;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 40px;
  max-width: 1000px;
  width: 100%;
  margin: -40px 0px 50px 0px;
}

.bulkorderleft {
  background: #fff7f0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 30px;
  text-align: center;
}

.bulkorderleft h2 {
  font-size: 26px;
  margin-bottom: 10px;
  color: #333;
}

.bulkorderleft p {
  font-size: 14px;
  color: #f27c1e;
  margin-bottom: 20px;
}

.bulkorderleft img {
  width: 220px;
  max-width: 100%;
}

.bulkorderright {
  flex: 1.2;
  padding: 40px 30px;
  background: #fff;
}

.bulkorderright form {
  display: flex;
  flex-direction: column;
}

.bulkorderright form input,
form textarea {
  padding: 14px 16px;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 14px;
  transition: 0.3s ease;
}

.bulkorderright form input:focus,
form textarea:focus {
  border-color: #f27c1e !important;
  outline: none;
  box-shadow: 0 0 5px rgba(242, 124, 30, 0.3);
}

.bulkorderform-row {
  display: flex;
  gap: 15px;
}

.bulkorderform-row>input {
  flex: 1;
}

.bulkorder textarea {
  resize: none;
  height: 90px;
}

.bulkorderbutton {
  background: #f27c1e;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding: 14px;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.bulkorderbutton:hover {
  background: #d45f00;
}

/*=======================terms and condition  =====*/
.tac-list li {
  list-style-type: disc;
  line-height: 24px;
}

p.tac-text-contentp {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #212529;
}

.tac-wrapper {
  margin: 0 auto;
}

.header-tac {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.header-tac::before {
  content: '';
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: radial-gradient(circle at center, #e0c9f0 0%, transparent 70%);
  z-index: -1;
}

.tac-text-content {
  margin-top: -40px !important;
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 25px;
  padding: 50px 50px !important;
  flex: 1;
  min-width: 300px;
}

.text-content h2 {
  font-size: 24px;
  color: #7c3aed;
  margin-bottom: 16px;
}

.text-content p {
  margin-bottom: 18px;
  text-align: justify;
}

/*==========================theme cake=============*/
.cake-card-theme {
  background-color: #ff9f50;
  border-radius: 20px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.cake-card-theme img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 12px;
  background: white;
  padding: 5px;
}

.themecake-info {
  flex: 1;
}

.themecake-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.cake-badge-theme {
  display: inline-block;
  background-color: #f26522;
  color: #fff;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 10px;
  margin: 6px 0;
}

.cake-desc-theme {
  font-size: 13px;
  color: #fff;
  opacity: 0.9;
}

.theme-row-gap {
  padding: 40px 20px;
}

.hero-theme {
  background: linear-gradient(to right, #ff6a00, #ee0979);
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.hero-theme h1 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}

/*----------------------theme cake category------------------*/
.themecakecat {
  padding: 30px;
}

.thecaketrending_item {
  padding: 50px 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 50px;
}

.themecakehero {
  background: linear-gradient(to right, #ff6a00, #ee0979);
  color: white;
  padding: 20px 20px;
  text-align: center;
}

/*_------------------------------------thank you------*/

.tyleft-section,
.tyright-section {
  padding: 40px;
  flex: 1 1 500px;
}

.tyleft-section h1 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.tyleft-section p {
  font-size: 15px;
  margin-bottom: 30px;
  color: #444;
}

.info-group {
  margin-bottom: 10px;
  line-height: 1.5;
}

.info-group strong {
  display: inline-block;
  width: 70px;
}

.track-btn {
  margin-top: 30px;
  background: #ff6e61;
  border: none;
  color: white;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.track-btn:hover {
  background: #e75a4e;
}

.tyright-section {
  background: #f8f8f8;
  border-left: 10px solid #f8f8f8;
  border-radius: 0 20px 20px 0;
  position: relative;
}

.tyright-section::before,
.tyright-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background: radial-gradient(circle at 10px 10px, #fff 10px, transparent 11px);
  background-size: 20px 20px;
  left: 0;
  z-index: 1;
}

.tyright-section::before {
  top: -10px;
}

.tyright-section::after {
  bottom: -10px;
  transform: rotate(180deg);
}

.tysummary-header {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 25px;
}

.tyorder-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.tyorder-item img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  margin-right: 15px;
}

.tyitem-info {
  flex: 1;
}

.tyitem-info p {
  margin: 0;
  font-size: 14px;
}

.tyitem-info p:nth-child(1) {
  font-weight: 600;
}

.tyitem-price {
  font-weight: bold;
  font-size: 15px;
}

.tytotals {
  font-size: 14px;
  margin-top: 20px;
  border-top: 1px dashed #ccc;
  padding-top: 20px;
}

.tytotals div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.tytotals .tytotal {
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}

.thank-you-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.ordersummaryhr {
  padding: 0px;
  margin: 20px 0px;
}

.your-purchase {
  margin: 10px;
}

.ordersummary-div {
  margin: 10px;
}

.ordersummaryhr2 {
  border: 1px dashed #ccc !important;
  margin-bottom: 25px;
}

.thank-you-container {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  margin: auto;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  flex-wrap: wrap;
  margin-bottom: 50px;
  margin-top: 50px;
}

.torder {
  border: solid #d45f00;
  background-color: #d45f00;
  color: #fff;
}

.shopping-cart {
  border-radius: 5px;
}

.shopping-cart .total-amount {
  margin-top: 20px;
}

.menu-title a {
  color: #131212;
}

.tracking_form {
  margin-bottom: 40px;
}

.cnw {
  background: #ff6000 !important;
  border: none;
  border-radius: 0px !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #fff !important;
}

.return-btn:hover {
  background-color: #d32f2f;
}

.return-btn i {
  margin-right: 8px;
}

.loginpbtns {
  background: #ff6000 !important;
  border: none;
  border-radius: 0px !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #fff !important;
  width: 100%;
  margin: 0px 0px 25px 0px;
}

.form-group.login-btn {
  text-align: center;
}

a.signupbtn {
  color: #ff6000 !important;
  padding: 0px 3px;
}

.lost-pass {
  color: #ff6000 !important;
  padding: 0px 3px;
}

.custom-modal-header h3 {
  font-size: 20px;
  font-weight: 700;
}

.filterbtn {
  width: 100%;

  font-size: 16px !important;
  font-weight: 600 !important;
  border: none !important;
  background-color: #ff6000 !important;
  padding: 6px 30px !important;
  color: #fff !important;
}

.chooseyourown {
  height: 38px !important;
  border: none;
}

.form-select:focus {
  box-shadow: none !important;
  border: solid 1px #ddd !important;
}

.form-select:active {
  border: solid 1px #ddd !important;
}

.nice-select:hover {
  border: solid 1px #ddd !important;
}

input[type="text"]:focus,
input[type="date"]:focus {
  border: solid 1px #ddd !important;
}

.reviewpage {
  background: #fff;
  padding: 30px 40px;
  margin: 40px auto;
  border-radius: 5px;
}

.customer-reviewh {
  text-align: center;
  font-size: 20px;
  padding: 20px 0px;
}

.prating {
  font-size: 20px;
  padding: 20px 0px;
  font-weight: 700;
}

.contact-head {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.contact-us {
  padding: 40px 0px;
}

.search-heading {
  padding: 20px 0px;
  font-size: 20px;
}

#placeOrderBtn {
  background-color: #ff6000;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 0px;
  font-weight: 500;
}

.rpplist li {
  list-style-type: disc;
  padding: 5px 0px;
}

#editProfileBtn {
  border: #ff6000;
  background-color: #ff6000;
  color: #fff;
  padding: 10px 30px;
}

.cardsmtbtn {
  float: right;
}

.updatebtn::before {
  display: none;
}

.count-cartData {
  top: -9px !important;
  right: -8px !important;
}

.card-img-top {
  height: 100%;
  width:100%;
  object-position: center;
  max-height: 30vh;
  object-fit: cover;
}

.card img {
  width:100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  max-height: 30vh;
}


.cake-card img {
  width:100%;
  object-fit: cover;
  object-position: center;
  max-height: 30vh;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}