@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

.main_logo {
  width: 50%;
}

.header-height-1 {
  min-height: 140px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
  color: #000;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "prev";
  color: #000;
}

.product-slider-active-1.swiper-container {
  padding: 20px 0 0;
}

.bg-img {
  background-image: url(../images/bg/bg-1.webp);
}

.footer-logo {
  width: 50%;
  background: #fff;
  border-radius: 10%;
  padding: 10px;
}

.breadcrumb-padding-1 {
  padding: 100px 0 100px;
}

.breadcrumb-area {
  background: url("../images/banner-for-all2.jpg");
}

.breadcrumb-area:before {
  bottom: -75px;
  background: #f2f2f2;
}

.product-price span.new-price {
  color: #3f229a;
}

.product-wrap .product-img .product-badge.badge-pink {
  color: #fff;
  /* background: #3f229a; */
  padding: 5px 20px;
  border-radius: 20px;
  left: 10px;
  right: inherit;
}

.header-action-wrap .header-action-style a {
  color: #000;
}

.header-action-wrap .header-action-style .user-login {
  color: #000;
  font-size: 23px;
  line-height: 1;
  display: flex;
}

.header-action-wrap .header-action-style .user-login .user-login-text {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}

.product-wrap .product-img .product_img {
  display: block;
}

.product-wrap .product-img .product_img img {
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.btn-style-2 .btn {
  color: #fdfdfd;
  background-color: #566cc2;
  padding: 10px 23px 10px;
  border: none;
}

.single-product-cart>.addtocart_btn {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  background-color: #566cc2;
  padding: 6px 37px;
  z-index: 1;
  border-radius: 10px;
  white-space: nowrap;
  font-size: 20px;
}

.single-product-cart>.addtocart_btn:hover {
    border-radius: 10px;
}

.btn-hover a::after,
.btn-hover button::after {
    border-radius: 10px;
}

.sidebar-widget .sidebar-list-style ul li .filter_cat {
  color: #575757;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidebar-widget .sidebar-list-style ul li .filter_cat span {
  position: absolute;
  right: 0px;
}

.calculate-discount-content .calculate-discount-btn a.btn {
  border-radius: 0px;
  padding: 12px 25px 12px;
}

.calculate-discount-content .calculate-discount-btn .apply_btn {
  font-size: 15px;
  color: #ffffff;
  background-color: #000000;
  z-index: 1;
  border: none;
}

.grand-total-wrap .grand-total-content .grand-shipping {
  padding: 15px 0 10px;
}

.grand-total-wrap .grand-total-btn .checkout_btn.btn {
  padding: 15px 20px;
  border-radius: 0;
}

.grand-total-wrap .grand-total-btn .checkout_btn {
  font-size: 15px;
  text-transform: capitalize;
  background-color: #181818;
  display: block;
  border: none;
  color: #ffffff;
  z-index: 1;
}

.your-order-area .Place-order .place_order_btn {
  background-color: #566cc2;
  display: block;
  cursor: pointer;
  padding: 16px 50px 17px;
  text-transform: capitalize;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  z-index: 1;
}

.submit_btn {
  background-color: #566cc2;
  display: block;
  cursor: pointer;
  padding: 16px 50px 17px;
  text-transform: capitalize;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  z-index: 1;
}

.main-menu>nav>ul>li>ul.mega-menu-style>li>ul>li>.dropdown-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  cursor: pointer;
  font-family: "Outfit", sans-serif;
}

.main-menu>nav>ul>li>ul.mega-menu-style>li>ul>li>.dropdown-title:hover {
  color: #000048;
}

.main-menu>nav>ul>li>ul li .dropdown-title {
  display: block;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  font-family: "Outfit", sans-serif;
}

.login-register-wrapper .login-form-container .login-register-form input {
  background-color: transparent;
  border: 1px solid #ebebeb;
  font-size: 15px;
  height: 50px;
  margin-bottom: 30px;
  padding: 0 15px;
  color: #000000;
  width: 100%;
}

.login-register-wrapper .login-form-container .login-register-form .button-box button {
  background-color: #566cc2;
  color: #fff;
  border: medium none;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  padding: 14px 30px 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.login-register-wrapper .login-form-container .login-register-form .login-toggle-btn {
  padding: 10px 0 19px;
}

.login-register-wrapper .login-form-container {
  padding: 30px;
}

.myaccount-tab-menu .nav-link {
  border: 1px solid #ccc;
  border-bottom: none;
  display: block;
  padding: 10px 15px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.myaccount-tab-menu .nav-link.active {
  background-color: #566cc2;
  border-color: #566cc2;
  color: #ffffff;
}

.myaccount-tab-menu .nav-link:last-child {
  border-bottom: 1px solid #ccc;
}

button {
  background-color: #566cc2;
  color: #fff;
  border: medium none;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  padding: 14px 30px 13px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.myaccount-content {
  border: 1px solid #eeeeee;
  padding: 30px;
  float: left;
  margin: 0px 10px;
}

.btn-add-address {
  background-color: #566cc2;
  display: block;
  cursor: pointer;
  padding: 16px 17px;
  text-transform: capitalize;
  width: 150px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  z-index: 1;
  margin: 0px auto;
}

.product-wrap .product-img .product-action-wrap .product-action-btn-1 i {
  line-height: 20px;
}

.product-wrap .product-img .product-action-wrap .product-action-btn-1 {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
}

.add_address_popup {
  width: 95%;
}

.checkout_save_btn {
  width: auto;
  float: left;
  height: auto;
  margin-right: 15px;
}

.checkout_close_btn {
  width: auto;
  float: left;
  height: auto;
}

.myaccount-content .account-details-form .single-input-item .checkout_close_btn button {
  background-color: #000;
}

.country_select,
.state_select {
  border: 1px solid #e8e8e8;
  height: 50px;
  background-color: transparent;
  padding: 2px 20px;
  color: #1f2226;
  font-size: 13px;
  width: 100%;
}

.btn-add-address:hover {
  color: #fff;
  background-color: #000;
}

.navigation_link {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}

.navigation_link_white {
  color: #fff;
}

.navigation_link_color {
  color: #566cc2;
}

.billing-info-wrap .myaccount-content {
  border: 1px solid #eeeeee;
  padding: 20px;
  width: 47%;
  float: left;
  margin: 0px 20px 20px 0px;
  min-height: 350px;
}

.billing-info-wrap {
  margin-top: 20px;
}

.billing-info-wrap .myaccount-content .input-radio {
  float: left;
  width: auto;
  height: auto;
  margin: 7px;
}

.edit_address_btn {
  color: #fff;
  background: #000;
  padding: 10px 15px;
}

.billing-info-wrap .myaccount-content h3 {
  font-size: 22px;
  position: relative;
  margin: 0 0 25px;
  text-transform: capitalize;
  font-weight: 500;
}

.address-content .myaccount-content {
  border: 1px solid #eeeeee;
  padding: 20px;
  width: 47%;
  float: left;
  margin: 0px 20px 20px 0px;
  min-height: 350px;
}

.address-content .myaccount-content .my_address_edit {
  float: right;
  margin-right: 10px;
  color: #000;
}

.address-content .myaccount-content .my_address_delete {
  float: right;
  color: #000;
  margin-right: 10px;
}

.profile-content .myaccount-content {
  border: 0px solid #eeeeee;
  padding: 20px;
  width: 97%;
  float: left;
  margin: 0px 20px 20px 0px;
}

.cart_pro_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
  float: left !important;
}

.order_success_icon {
  width: 100%;
  height: auto;
}

.order_success_icon i {
  width: 100%;
  height: auto;
  font-size: 30px;
}

.order_success_icon i {
  width: 100%;
  height: auto;
  font-size: 80px;
  text-align: center;
  margin: 25px 0px 0px 0px;
  color: #566cc2;
}

.save_btn {
  font-size: 15px;
  color: #ffffff;
  background-color: #000000;
  z-index: 1;
  border: none;
  width: 110px;
}

.section-border-margin-1 {
  margin: 0 10px -29px 0 !important;
}

.purple_bg {
  background-color: #000048 !important;
}

.text_white {
  color: #fff !important;
}

.payment-img {
  float: left;
}

.payment-img-facebook {
  float: left;
  color: #1773ea;
  font-size: 30px;
  margin-right: 15px;
  background: #fff;
  border-radius: 50%;
  width: 45px;
  height: auto;
  text-align: center;
}

.payment-img-insta {
  float: left;
  color: #f40182;
  font-size: 30px;
  margin-right: 15px;
  background: #fff;
  border-radius: 50%;
  width: 45px;
  height: auto;
  text-align: center;
}

.payment-img-youtube {
  float: left;
  color: #b51b1b;
  font-size: 30px;
  margin-right: 15px;
  background: #fff;
  border-radius: 50%;
  width: 45px;
  height: auto;
  text-align: center;
}

.payment-img-whatsapp {
  float: left;
  color: #37e155;
  font-size: 30px;
  margin-right: 15px;
  background: #fff;
  border-radius: 50%;
  width: 45px;
  height: auto;
  text-align: center;
}

.payment-img-twitter {
  float: left;
  color: #1773ea;
  font-size: 30px;
  margin-right: 15px;
  background: #fff;
  border-radius: 50%;
  width: 45px;
  height: auto;
  text-align: center;
}

.welcome-text p {
  color: #000048 !important;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
}

.welcome-text {
  text-align: center;
  border-bottom: 2px solid #000048 !important;
  height: 35px;
}

.no-padding {
  padding: 0px !important;
}

.main-menu>nav>ul>li {
  height: 30px !important;
}

.search-wrap-1 {
  background-color: transparent !important;
  width: 50% !important;
  padding-bottom: 1px !important;
  margin: 25px auto 0px auto !important;
  text-align: center !important;
  display: block !important;
  position: relative;
  opacity: 1;
  visibility: visible;
  top: 0px !important;
  -webkit-transform: translateY(50%) !important;
  -ms-transform: translateY(50%) !important;
  transform: translateY(50%) !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}

.search-wrap-1 form button.button-search {
  line-height: 20px !important;
}

.header-action-wrap .header-action-cart {
  margin-right: 20px !important;
}

.category_menu.main-menu {
  background: #000048;
  padding: 10px 0px;
  margin: 0px 0px;
  max-width: 100%;
}

.navigation_link_black {
  display: inline-block;
  padding: 15px 0;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
}

.navigation_menu_link_black {
  display: inline-block;
  padding: 15px 0;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.navigation_link_white {
  color: #fff;
}

.sub_level_menu {
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  min-width: 150px;
  text-align: left;
  color: #000048;
}

.category_menu.main-menu>nav>ul>li {
  height: auto !important;
}

ion-router-link.navigation_link_white.main_level_menu {
  font-size: 18px;
}

.main-menu {
  margin-top: 40px;
  margin-bottom: 20px;
}

.copyright p {
  color: #000048;
}

.menu_item {
  color: #000048 !important;
  font-size: 18px;
}

.main-menu>nav>ul>li {
  height: auto !important;
  border-right: 1px solid;
  padding: 0px 15px 0px 15px !important;
  margin-right: 0px !important;
}

.main-menu>nav>ul>li:last-child {
  border-right: 0px solid;
}

label.form-check-label {
  width: 100%;
}

label.form-check-label span {
  float: right;
}

.widget-content ul.categories-list li {
  margin: 10px 0px;
}

.color-list .form-check {
  line-height: 35px;
}

span.color-name {
  display: inline-block;
  vertical-align: super;
  padding: 0px 10px;
}

.product-widget {
  border-bottom: 1px solid #777;
  margin-bottom: 20px;
}

.product-size-widget .product-size {
  margin-left: 30px;
}

.product-widget:last-child {
  border-bottom: 0px solid #777;
  margin-bottom: 0px;
}

.shop-page-section {
  margin-top: 25px;
}

.filter-product-category {
  float: right;
}

form.tm-shop-header {
  border: 1px solid #999;
  padding: 7px;
}

.product-action-btn-1 .pe-7s-like:before {
  content: "\e642";
  color: #000;
}

.selected-filters-container {
  float: left;
}

.selected-filters {
  float: left;
}

.selected-filter {
  color: #fff !important;
  background: #01b0ea !important;
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}

.selected-filter button {
  color: #fff !important;
  margin-left: 10px;
  background: transparent;
  padding: 10px 0px 10px 0px !important;
}

.clear-filters-button {
  color: #fff !important;
  background: #01b0ea !important;
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: 10px;
  padding: 10px 15px;
}

.product_details {
  margin: 30px 0px;
}

.pro_detail_dis_percent {
  width: 10%;
  height: 30px;
  /* background: #3d57b9; */
  text-align: center;
  line-height: 30px;
  border-radius: 7px;
  margin: 10px 0px;
}

.pro_detail_dis_percent span.sale {
  color: #fff;
}

.product-details-content .product-details-price span.new-price {
  color: #566cc2;
  font-size: 20px;
  font-weight: 600;
}

.product-color .color-list .form-check {
  line-height: 0px;
}

.product-color {
  margin: 10px 0 10px !important;
}

.product-color ul {
  height: 30px !important;
}

.product-color ul li {
  margin-right: -20px !important;
}

.product-quality>input {
  height: 40px !important;
}

.cart-table-content .table-content table thead>tr th.width-thumbnail {
  min-width: 100px !important;
}

.cart-table-content .table-content table thead>tr th.width-name {
  min-width: 250px !important;
}

.cart-table-content .table-content table thead>tr th.width-price {
  min-width: 120px !important;
}

.cart-table-content .table-content table thead>tr th.width-quantity {
  min-width: 120px !important;
}

.ship_free {
  font-size: 16px;
  font-weight: 600;
}

.your-order-area .your-order-wrap .your-order-info ul li span {
  float: right;
  color: #566cc2;
  font-weight: 600;
}

.save_btn {
  background: #4960bd !important;
  color: #fff !important;
  font-size: 22px !important;
  text-transform: uppercase;
}

.single-product-wishlist i {
  font-size: 30px;
  color: #000;
}

.service-wrap .service-img img {
  width: 75%;
}

.service-wrap .service-content h3 {
  width: 150px;
}

.pro_features {
  margin: 50px;
}

.swiper .swiper-slide {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  font-size: 18px;
  height: 100%;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 100%;
}

.single-google-reviews {
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  text-align: left;
  width: 80%;
  float: right;
}

.reviews_profile {
  width: 100%;
  height: auto;
  margin: 10px 0px 20px 0px;
  float: left;
}

.reviews_desc {
  font-size: 14px;
  line-height: 25px;
  color: #333;
  text-align: justify;
}

.reviews_profile_img {
  width: 15%;
  border-radius: 50%;
  border: 1px solid #10531e;
  float: left;
  margin-right: 10px;
}

.swiper .swiper-slide img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.quote_icon {
  float: left;
  width: 20%;
  height: auto;
  color: #f1f1f1;
  font-size: 40px;
}

.single-google-reviews .stars {
  margin: 20px 0px 20px 0px;
}

.single-google-reviews .stars i {
  color: #ffc107;
  font-size: 14px;
}

.pp-single-slider {
  background: #fff;
  box-shadow: 4px 5px 10px #f1f1f1;
  padding: 0px 30px 0px 0px;
  border: 1px solid #f1f1f1;
}

.sidebar {
  width: auto;
  bottom: 70px;
  z-index: 1;
  right: 30px;
  position: fixed;
  z-index: 999999;
}

.login-register-wrapper.fixed_wrapper .login-form-container {
  height: 500px;
}

.contact__info {
  background-color: #566cc2;
  padding: 2rem;
}

.contact__info--items {
  margin-bottom: 1.5rem;
}

.contact__info--content__title {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.contact__info--icon {
  margin-right: 1.2rem;
  color: #fff;
}

.contact__info--content__desc {
  font-size: 16px;
  line-height: 30px;
}

.contact__info--content__desc a {
  color: #fff;
}

.border-radius-10 {
  border-radius: 1rem;
}

.contact__info--social__list {
  margin-right: 11px;
}

.contact__info--social__icon {
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  color: #566cc2;
  border-radius: 50%;
  font-size: 26px;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.contact__form {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.16);
  padding: 2rem;
}

.contact__form--label {
  display: block;
  margin-bottom: 8px;
}

.contact__form--input {
  width: 100%;
  height: 4.5rem;
  padding: 5px 15px;
  border-radius: 8px;
  border: 1px solid #c8c8c8;
}

.contact__form--textarea {
  width: 100%;
  height: 120px;
  padding: 12px 15px;
  border-radius: 8px;
  resize: none;
  border: 1px solid #c8c8c8;
}

.position__relative {
  position: relative;
}

.checkout__checkbox--checkmark {
  height: 1.8rem;
  width: 1.8rem;
  border: 1px solid #c8c8c8;
  border-radius: 0.3rem;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.checkout__checkbox--label {
  padding-left: 1.5rem;
  cursor: pointer;
}

.checkout__checkbox--input {
  position: absolute;
  left: 0px;
  top: 4px;
  cursor: pointer;
  z-index: 999;
  width: auto;
}

.header-action-wrap .header-action-style .top_whishlist {
  font-size: 23px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-action-wrap .header-action-style .top_whishlist i {
  color: #000;
}

.header-action-wrap .header-action-cart .top_whishlist {
  position: relative;
}

.header-action-wrap .header-action-cart .top_whishlist span.product-count {
  position: absolute;
  top: -4px;
  right: -10px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.category_list_name,
.color-name {
  cursor: pointer;
}

.login-register-wrapper .login-form-container .login-register-form .terms_box {
  display: flex;
}

.login-register-wrapper .login-form-container .login-register-form .terms_input {
  background-color: cornflowerblue;
  border: 1px solid #ebebeb;
  font-size: 15px;
  height: auto;
  padding: 10px 10px;
  color: #000000;
  width: auto;
  margin-right: 10px;
  margin-bottom: 20px;
}

.login-register-wrapper .login-form-container .login-register-form .terms_lable {
  line-height: 30px;
}

.main-menu>nav>ul>li>ul.mega-menu-style {
  width: 750px;
  padding: 28px 30px 30px 30px;
  text-align: left;
}

.mobile-btn {
  display: none;
}

.pro_detail_dis_percent {
  color: #fff;
}

.sidebar a {
  display: block;
  margin: 15px 0px;
}

.sidebar a.amazon_icon {
  background: #000;
  border-radius: 50%;
}

/*quantity button*/
.quantity-btn {
  width: 100%;
  max-width: 200px !important;
  display: flex;
  border: 1px solid #ddd;
  border-radius: 6px;
}

/* Notify Me Modal Styles */
.notify_popup {
  padding: 30px;
  background: white;
  border-radius: 10px;
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
  color: #333;
  /* Set a base text color */
}

.notify_popup h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
  font-weight: 600;
}

.notify_popup input[type="email"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 20px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  background-color: #fff;
  /* Ensure background is white */
  color: #333;
  /* Ensure text is visible */
}

.notify_popup input[type="email"]:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.notify_popup .btn-heading {
  width: 100%;
  padding: 12px !important;
  /* Use important to override other button styles */
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.notify_popup .btn-heading:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

.notify_popup .btn-heading:active {
  transform: translateY(0);
}

/* React Responsive Modal Customizations */
.customOverlay {
  background: rgba(0, 0, 0, 0.6) !important;
  /* backdrop-filter: blur(3px); */
  z-index: 1000;
  justify-content: center;
}

.customModal {
  /* background: transparent !important; */
  box-shadow: none !important;
  max-width: 500px !important;
  width: 90% !important;
}

.customCloseButton {
  fill: rgb(0, 0, 0) !important;
  stroke: rgb(0, 0, 0) !important;
}

/* Header Menu Styles */
.category-menu-item {
  position: relative;
}

.mega-menu-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 1000;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 10px;
}

.category-menu-item:hover .mega-menu-dropdown {
  display: block;
}

.subcategory-item {
  position: relative;
}

.subcategory-link {
  display: block;
  padding: 8px 15px;
  width: max-content;
  font-weight: bold;
  color: #333;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  text-decoration: none;
}

.subcategory-link:hover {
  background-color: #f0f0f0;
  color: #333;
}

.level-2-menu {
  position: absolute;
  top: 0;
  min-width: 250px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 10px;
  width: max-content;
}

.level-2-menu-left {
  left: auto;
  right: 100%;
}

.level-2-menu-right {
  left: 100%;
  right: auto;
}

.level-2-link {
  display: flex;
  padding: 6px 15px;
  font-size: 14px;
  justify-content: flex-start;
  color: #666;
  border-radius: 3px;
  transition: all 0.2s ease;
  text-decoration: none;
}

.level-2-link:hover {
  background-color: #f0f0f0;
  color: #007bff;
}

.search-form {
  display: flex;
  align-items: center;
  width: 100%;
}

/* Product Detail Section Styles */
.product-image-container {
  text-align: center;
  position: relative;
}

.product-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  cursor: pointer;
  pointer-events: auto;
}

.color-circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.color-circle:hover {
  transform: scale(1.1);
}

.color-circle-selected {
  border: 2px solid #000 !important;
}

.color-circle-default {
  border: 1px solid #ddd;
}

/* Notify Me Modal Styles */
.notify-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.notify-modal-content {
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  max-width: 400px;
  width: 90%;
  position: relative;
}

.notify-modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  color: #000;
}

.notify-modal-title {
  margin-top: 0;
}

.notify-modal-input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.notify-modal-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.notify-modal-submit {
  padding: 10px 20px;
  background-color: #000048;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.notify-modal-cancel {
  padding: 10px 20px;
  border: 1px solid #ddd;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  background: white;
}

/* Reviews Section Styles */
.existing-review-notice {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.user-review-card {
  background: white;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #dee2e6;
  margin-top: 10px;
}

.review-header {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.reviewer-name {
  color: #333;
  font-weight: 600;
  margin: 0;
}

.review-title {
  color: #333;
  font-weight: 600;
}

.review-description {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.review-content {
  padding-top: 10px;
}

.no-reviews {
  color: #666;
}

.login-prompt {
  text-align: center;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
}

.single-comment {
  background: #fff;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.customer_reviews_add_link {
  display: inline-block;
  padding: 12px 24px;
  background: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.customer_reviews_add_link:hover {
  background: #0056b3;
  color: white;
  text-decoration: none;
}

/* Customer Review Add Styles */
.review-form-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 30px;
}

.review-form-header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.review-form-header h2 {
  color: #333;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}

.review-form-header p {
  color: #666;
  font-size: 16px;
  margin: 0;
}

.product-review-info {
  margin-bottom: 30px;
}

.product-info-card {
  display: flex;
  align-items: center;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  gap: 20px;
}

.product-info-card .product-image {
  flex-shrink: 0;
}

.product-info-card .product-image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.product-info-card .product-details h5 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.rating-section {
  margin-top: 10px;
}

.rating-label {
  display: block;
  color: #333;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 14px;
}

.star-rating-input {
  display: flex;
  gap: 5px;
  margin-bottom: 8px;
}

.star-icon {
  font-size: 24px;
  color: #ddd;
  cursor: pointer;
  transition: all 0.2s ease;
}

.star-icon:before {
  content: "★";
}

.star-icon.active {
  color: #ffc107;
}

.star-icon:hover {
  transform: scale(1.1);
}

.rating-text {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.review-form .form-group {
  margin-bottom: 25px;
}

.form-label {
  display: block;
  color: #333;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 14px;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: white;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

.form-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
}

.btn-submit-review {
  background: #007bff;
  color: white;
  border: none;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-submit-review:hover {
  background: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.btn-cancel-review {
  background: #6c757d;
  color: white;
  border: none;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-cancel-review:hover {
  background: #5a6268;
  transform: translateY(-2px);
}

/* Product Rating Summary Styles */
.rating-summary-card {
  background: white;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
}

.rating-summary-header {
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.rating-summary-header h4 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.overall-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.rating-score {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.score-number {
  font-size: 32px;
  font-weight: 700;
  color: #333;
}

.score-text {
  font-size: 14px;
  color: #666;
}

.rating-stars {
  margin: 5px 0;
}

.total-reviews {
  font-size: 14px;
  color: #666;
}

.rating-breakdown {
  margin-bottom: 20px;
}

.breakdown-title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.rating-label {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 40px;
}

.star-count {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.star-icon-small {
  color: #ffc107;
  font-size: 12px;
}

.progress-container {
  flex: 1;
  height: 8px;
}

.progress-bar-bg {
  width: 100%;
  height: 100%;
  background: #e9ecef;
  border-radius: 4px;
  overflow: hidden;
}

.progress-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #ffc107, #ff9800);
  border-radius: 4px;
  transition: width 0.3s ease;
}

.rating-count {
  min-width: 30px;
  text-align: right;
}

.rating-count span {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.rating-info {
  text-align: center;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.rating-help-text {
  color: #666;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.info-icon {
  color: #007bff;
  font-size: 14px;
}

@media (max-width: 768px) {
  .review-form-card {
    padding: 25px;
  }

  .product-info-card {
    flex-direction: column;
    text-align: center;
  }

  .form-actions {
    flex-direction: column;
  }

  .btn-submit-review,
  .btn-cancel-review {
    width: 100%;
  }
}

.Customer-reviews {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 10px 12px 13px 10px;
  max-width: 300px !important;
  margin-bottom: 30px;
  width: 300px;
}

.comment-list {
  border-radius: 12px;
  border: 1px solid #eee;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Star Rating Styles */
.star-rating {
  color: #ddd;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-block;
}

.star-rating.active {
  color: #ffc107;
}

.star-rating:hover {
  transform: scale(1.1);
}

/* Cancel Button Styles */
.cancel-btn {
  background: #6c757d;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cancel-btn:hover {
  background: #5a6268;
  transform: translateY(-2px);
}

/* Ionic CustomerReviewsAdd Page Styles */
.ionic-review-page {
  min-height: 100vh;
  background: #f5f5f5;
}

.breadcrumb-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 60px 0;
  color: white;
}

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

.breadcrumb-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: white;
}

.breadcrumb-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.breadcrumb-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb-link:hover {
  color: white;
  text-decoration: none;
}

.breadcrumb-separator {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}

.breadcrumb-current {
  color: white;
  font-weight: 600;
}

.review-content {
  padding: 40px 0;
}

.review-card {
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: none;
  overflow: hidden;
}

.review-header {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}

.review-header h2 {
  color: #333;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}

.product-info {
  margin-bottom: 30px;
}

.product-item {
  --background: #f8f9fa;
  --border-radius: 12px;
  --padding-start: 20px;
  --padding-end: 20px;
  --padding-top: 20px;
  --padding-bottom: 20px;
  margin-bottom: 20px;
}

.product-review-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 20px;
}

.product-details h3 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-link {
  color: #000000;
  text-decoration: none;
}

.product-link:hover {
  color: #000000;
  text-decoration: none;
}

.product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}

.rating-section {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}

.star-rating {
  font-size: 24px;
  color: #ddd;
  cursor: pointer;
  transition: all 0.2s ease;
}

.star-rating.active {
  color: #ffc107;
}

.star-rating:hover {
  transform: scale(1.1);
}

.review-form {
  margin-top: 20px;
}

.form-item {
  --background: transparent;
  --border-color: #e0e0e0;
  --border-radius: 8px;
  --padding-start: 0;
  --padding-end: 0;
  margin-bottom: 20px;
}

.form-item ion-label {
  color: #333;
  font-weight: 600;
  margin-bottom: 8px;
}

.review-input,
.review-textarea {
  --background: white;
  --color: #333;
  /* --border-radius: 8px; */
  --padding-start: 16px;
  --padding-end: 16px;
  --padding-top: 12px;
  --padding-bottom: 12px;
  border: 1px solid #e9ecef;
  font-size: 16px;

}


.review-input:focus-within,
.review-textarea:focus-within {
  /* --border-color: #007bff; */
  /* box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1); */
}

.form-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.submit-button {
  --background: #000048;
  --background-hover: #000048;
  --color: white;
  --border-radius: 8px;
  --padding-top: 14px;
  --padding-bottom: 14px;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
}

.cancel-button {
  --color: #6c757d;
  --border-color: #6c757d;
  --background-hover: #6c757d;
  --color-hover: rgb(0, 0, 0);
  --border-radius: 8px;
  --padding-top: 14px;
  --padding-bottom: 14px;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .breadcrumb-content h2 {
    font-size: 24px;
  }

  .breadcrumb-nav {
    flex-direction: column;
    gap: 5px;
  }

  .product-image {
    width: 60px;
    height: 60px;
  }

  .product-name {
    max-width: 200px;
  }

  .review-content {
    padding: 20px 0;
  }
}

.cancel-router-link {
  text-decoration: none;
  display: block;
}

.cancel-router-link:hover {
  text-decoration: none;
}

/* Customer Reviews Management Page Styles */
.reviews-manage-page {
  min-height: 100vh;
  background: #f5f5f5;
}

.reviews-content {
  padding: 40px 0;
}

.no-reviews-card {
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.no-reviews-content h3 {
  color: #333;
  font-size: 24px;
  margin-bottom: 10px;
}

.no-reviews-content p {
  color: #666;
  font-size: 16px;
}

.review-item-card {
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border: none;
}

.review-display {
  padding: 10px 0;
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.product-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-image-small {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}

.product-details h4 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.review-date {
  color: #666;
  font-size: 12px;
}

.review-actions {
  display: flex;
  gap: 5px;
}

.review-content {
  padding-left: 75px;
}

.review-rating {
  margin-bottom: 10px;
}

.review-title {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.review-description {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Edit Form Styles */
.edit-review-form {
  padding: 10px 0;
}

.product-info-edit {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.product-info-edit h4 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.rating-edit {
  margin-bottom: 20px;
}

.rating-edit ion-label {
  color: #333;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}

.stars-edit {
  display: flex;
  gap: 5px;
}

.edit-item {
  --background: transparent;
  --border-color: #e0e0e0;
  --border-radius: 8px;
  --padding-start: 0;
  --padding-end: 0;
  margin-bottom: 15px;
}

.edit-item ion-label {
  color: #333;
  font-weight: 600;
}

.edit-buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

/* Mobile Responsive */
/* Chair Animation Preloader Styles */
.chairPiece {
  position: absolute;
  border-radius: 10px;
  top: 50vh;
  left: 50vw;
  background-color: #000048;
}

.preloader-text {
  text-align: center;
  font-family: lato;
  position: absolute;
  border-radius: 10px;
  font-size: 18px;
  top: 50vh;
  left: 50vw;
  transform: translate(-39%, 30px);
  animation: load 2s linear infinite;
}

#backContainer {
  position: absolute;
  left: 0vw;
  top: 0vh;
  transform: translate(-15px);
  overflow: visible;
  height: 50px;
  width: 50px;
}

#back {
  animation: back 3s ease-in infinite;
  transform-origin: right;
  width: 36px;
  height: 5px;
}

#seat {
  width: 22px;
  height: 5px;
}

#left {
  animation: left 3s ease-in infinite .4s;
  transform-origin: left;
  width: 20px;
  height: 5px;
}

#right {
  animation: right 3s ease-in infinite .3s;
  transform-origin: right;
  width: 20px;
  height: 5px;
}

@keyframes back {
  0% {
    transform: rotateZ(0deg);
  }

  20% {
    transform: rotateZ(90deg);
  }

  50% {
    transform: rotateZ(90deg);
  }

  70% {
    transform: rotateZ(0deg);
  }
}

@keyframes left {
  15% {
    transform: rotate(90deg);
  }

  40% {
    transform: rotate(90deg);
  }

  70% {
    transform: rotate(0deg);
  }
}

@keyframes right {
  15% {
    transform: rotate(-90deg);
  }

  40% {
    transform: rotate(-90deg);
  }

  70% {
    transform: rotate(0deg);
  }
}

@keyframes load {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .review-header {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .review-actions {
    align-self: flex-end;
  }

  .review-content {
    padding-left: 0;
  }

  .product-info {
    width: 100%;
  }

  .edit-buttons {
    justify-content: center;
  }
}

.breadcrumb-title {
  color: #000048 !important;
}

.contact-map {
  line-height: 0px;
  max-width: 1520px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}

.contact-map iframe {
  width: 100%;
  height: 670px;
  border-radius: 30px;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .contact-map iframe {
    height: 300px;
  }
}

@media (max-width: 991px) {
  .contact-map iframe {
    height: 350px;
    border-radius: 20px;
  }
}

.product-action-btn-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-action-btn-1 i {
  display: flex;
  align-items: center;
  justify-content: center;
}