/*********************************************************************
************************* Style Global Rouls *************************
*********************************************************************/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p,
address,
figure {
  margin: 0;
}

input,
textarea {
  direction: rtl !important;
}

button {
  background: none;
  border: none;
}

button:focus {
  outline: none;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: var(--main-transition);
}

.container-lg {
  --bs-gutter-x: 32px;
}

.container {
  max-width: 100%;
  padding-inline: 29px;
}

@media (max-width: 1024px) {
  .container {
    padding-inline: 16px;
  }
}

.rotateIcon {
  transform: rotate(180deg);
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-haif {
  flex: 1.5;
}

.mt-38 {
  margin-top: 38px;
}

.mb-38 {
  margin-bottom: 38px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.gap-x-52 {
  row-gap: 24px;
}

.gap-y-24 {
  -moz-column-gap: 52px;
  column-gap: 52px;
}

.pointer {
  cursor: pointer;
}

.radius30 {
  border-radius: 4px;
}

.radius20 {
  border-radius: 20px;
}

.sameBorder {
  border: 1px solid #eeeeee;
}

.pointer {
  cursor: pointer;
}

/*********************************************************************
*************************** Style to theme ***************************
*********************************************************************/
/*********************** Start style Header *************************/
/************************ End style Header **************************/
/************************ Start style Header **************************/
/*********************** start style profile  *************************/
.profile-page .profile-box {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  padding: 17px;
}
@media screen and (width: 375px) {
  .profile-page .profile-box {
    width: 344px;
  }
}
@media screen and (width: 1440px) {
  .profile-page .profile-box {
    width: 1236px;
  }
}
@media screen and (min-width: 767px) {
  .profile-page .profile-box {
    height: 175px;
  }
}
.profile-page .profile-box .user-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background-color: var(--primary-color);
}
.profile-page .profile-box .welcome {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .profile-page .profile-box .welcome {
    font-size: 14px;
  }
}
@media screen and (min-width: 767px) {
  .profile-page .profile-box .welcome {
    margin-top: 16px;
  }
}
.profile-page .profile-box .edit-profile-btn {
  border-radius: 2px;
  height: 40px;
  width: 195px;
}
@media screen and (max-width: 767px) {
  .profile-page .profile-box .edit-profile-btn {
    padding-left: 5px;
    padding-right: 5px;
    height: 48px;
  }
}
@media screen and (max-width: 375px) {
  .profile-page .profile-box .edit-profile-btn {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.profile-page .profile-box .customer h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0a0c10;
}
@media screen and (max-width: 767px) {
  .profile-page .profile-box .customer h2 {
    font-size: 18px;
  }
}
.profile-page .profile-box .customer button {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .profile-page .profile-box .customer button {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .profile-page .offcanvas-profile-edit {
    height: 65%;
  }
}
.profile-page .offcanvas-profile-edit .header_profile_offcanfas {
  background-color: #f9f9f9;
  padding: 32px;
  border-bottom: 1px solid #e2e8f0;
}
@media screen and (max-width: 767px) {
  .profile-page .offcanvas-profile-edit .header_profile_offcanfas {
    padding: 32px 36px;
  }
}
.profile-page .offcanvas-profile-edit .header_profile_offcanfas h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  height: 36px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .profile-page .offcanvas-profile-edit .header_profile_offcanfas h2 {
    font-size: 20px;
  }
}
.profile-page .offcanvas-profile-edit .header_profile_offcanfas .close-btn {
  width: 24px;
  height: 24px;
}
.profile-page .offcanvas-profile-edit .body_profile_offcanfas {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .profile-page .offcanvas-profile-edit .body_profile_offcanfas {
    padding: 16px;
  }
}
.profile-page .offcanvas-profile-edit .body_profile_offcanfas .boxCon {
  margin-bottom: 20px;
}
.profile-page .offcanvas-profile-edit .body_profile_offcanfas .boxCon input {
  height: 52px;
  border-radius: 4px;
  border-color: #cbd5e1 !important;
}
@media screen and (max-width: 767px) {
  .profile-page .offcanvas-profile-edit .body_profile_offcanfas .boxCon {
    margin-bottom: 12px;
  }
}
.profile-page .offcanvas-profile-edit .body_profile_offcanfas .news {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.profile-page .offcanvas-profile-edit .body_profile_offcanfas #news {
  width: 16px;
  height: 16px;
  border: 1px solid #939598;
}
.profile-page .offcanvas-profile-edit .body_profile_offcanfas .sameStyle,
.profile-page .offcanvas-profile-edit .body_profile_offcanfas .diffStyle {
  font-size: 14px;
  font-weight: 700;
}
.profile-page .offcanvas-profile-edit .body_profile_offcanfas .sameStyle {
  color: #070606;
}
.profile-page .offcanvas-profile-edit .body_profile_offcanfas .diffStyle {
  color: #070606;
}
.profile-page .offcanvas-profile-edit .body_profile_offcanfas .btnCon .btn-edit,
.profile-page
  .offcanvas-profile-edit
  .body_profile_offcanfas
  .btnCon
  .btn-delete {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  height: 56px;
}
.profile-page
  .offcanvas-profile-edit
  .body_profile_offcanfas
  .btnCon
  .btn-edit {
  color: #fff;
}
.profile-page
  .offcanvas-profile-edit
  .body_profile_offcanfas
  .btnCon
  .btn-delete {
  color: #ff483b;
  border: 2px solid #ff483b;
}
.profile-page .offcanvas-profile-edit {
  width: 601px !important;
}
@media screen and (max-width: 767px) {
  .profile-page .offcanvas-profile-edit {
    width: 100vw !important;
  }
}
@media screen and (width: 1440px) {
  .profile-page .middle-section {
    width: 1236px;
  }
}
.profile-page .myOrders,
.profile-page .myAddress_profile,
.profile-page .myShipping_profile {
  border-radius: 4px;
  background-color: #fff;
}
@media screen and (width: 375px) {
  .profile-page .myOrders,
  .profile-page .myAddress_profile,
  .profile-page .myShipping_profile {
    width: 343px;
  }
}
.profile-page .myOrders a,
.profile-page .myAddress_profile a,
.profile-page .myShipping_profile a {
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-color);
}
.profile-page .myOrders h3,
.profile-page .myAddress_profile h3,
.profile-page .myShipping_profile h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
}
.profile-page .myOrders a {
  font-weight: 500;
}
.profile-page .latest-orders {
  height: auto;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}
@media screen and (width: 375px) {
  .profile-page .latest-orders {
    width: 343px;
  }
}
@media screen and (width: 1440px) {
  .profile-page .latest-orders {
    width: 1236px;
  }
}
.profile-page .latest-orders .head {
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  border: 1px solid rgba(238, 238, 238, 0.93);
  border-bottom: 20px;
}
.profile-page .latest-orders .boxHeadLetest {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 16px;
}
.profile-page .latest-orders .boxHeadLetest .head-latest-orderes {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
}
.profile-page .latest-orders .latest_orders_data {
  max-height: 429px;
  overflow: auto;
  padding-inline-end: 20px;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (max-width: 767px) {
  .profile-page .latest-orders .latest_orders_data {
    padding-left: 21px;
    padding-right: 21px;
  }
}
.profile-page .latest-orders .latest_orders_data .latest-order .order-id {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 767px) {
  .profile-page .latest-orders .latest_orders_data .latest-order .order-id {
    font-size: 16px;
  }
}
.profile-page .latest-orders .latest_orders_data .latest-order .date {
  font-size: 12px;
  font-weight: 500;
  color: #808080;
}
.profile-page .latest-orders .latest_orders_data .latest-order .order-status,
.profile-page .latest-orders .latest_orders_data .latest-order .order-payment {
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  min-width: 47px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .profile-page .latest-orders .latest_orders_data .latest-order .order-status,
  .profile-page
    .latest-orders
    .latest_orders_data
    .latest-order
    .order-payment {
    min-width: 40px;
  }
}
.profile-page .latest-orders .latest_orders_data .latest-order .order-status {
  color: #000;
  border: 1px solid #d95e91;
  background: rgba(217, 94, 145, 0.1);
}
.profile-page .latest-orders .latest_orders_data .latest-order .order-payment {
  color: #000000;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  font-weight: 500;
}
.profile-page .latest-orders .latest_orders_data .latest-order .boxPrice {
  gap: 4px;
}
.profile-page .latest-orders .latest_orders_data .latest-order .total-string {
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
}
.profile-page .latest-orders .latest_orders_data .latest-order .price {
  font-size: 18px;
  font-weight: 500;
  color: #1e293b;
}
.profile-page .latest-orders .latest_orders_data .latest-order .currency {
  font-size: 14px;
}
.profile-page .order-icon {
  width: 50px;
  min-height: 50px;
  border-radius: 12px;
  background-color: var(--primary-color);
  border-radius: 12px;
}
.profile-page .show-more {
  font-size: 12px;
  font-weight: 500;
  color: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .profile-page .show-more {
    font-size: 12px;
  }
}
.profile-page .modal_delete_account .btn-confirm,
.profile-page .modal_delete_account .btn-cansel {
  height: 48px;
  border-radius: 30px;
  font-weight: 400;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.profile-page .modal_delete_account .btn-confirm {
  color: #ffffff;
  border: none;
}
.profile-page .modal_delete_account .btn-cansel {
  color: #333333;
  border: 1px solid rgba(238, 238, 238, 0.93);
}
.profile-page .modal_delete_account h3 {
  font-size: 18px;
  font-weight: 900;
  color: #334155;
}
.profile-page .modal_delete_account p {
  font-size: 14px;
  color: #334155;
  font-weight: 400;
}

.tax-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  background-color: #e8e8e8;
  padding: 10px;
  position: absolute;
  border-radius: 2px;
  width: fit-content;
  top: 6px;
  right: 5px;
}

[dir="rtl"] .tax-label {
  right: unset;
  left: 5px;
}

/*********************** end style profile  *************************/
/*********************** Start shippingAndPaymentPage  *************************/
@media screen and (width: 1440px) {
  .shippingAndPaymentPage .container {
    width: 1236px;
  }
}
.shippingAndPaymentPage .tabs {
  background-color: var(--primary-color);
  padding-top: 23px;
  padding-bottom: 43px;
}
@media screen and (max-width: 768px) {
  .shippingAndPaymentPage .tabs {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.shippingAndPaymentPage .tabs .tab {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}
.shippingAndPaymentPage .tabs .tab.active {
  border-bottom: 2px solid #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .shippingAndPaymentPage .tabs .tab {
    font-size: 16px;
    font-weight: 700;
  }
}
.shippingAndPaymentPage .container-pagination {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .shippingAndPaymentPage .container-pagination {
    margin-bottom: 24px;
    margin-top: 24px;
  }
}
.shippingAndPaymentPage .container-pagination .prev-btn,
.shippingAndPaymentPage .container-pagination .next-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(238, 238, 238, 0.9333333333);
}
@media screen and (max-width: 767px) {
  .shippingAndPaymentPage .container-pagination .prev-btn,
  .shippingAndPaymentPage .container-pagination .next-btn {
    width: 40px;
    height: 40px;
  }
}
.shippingAndPaymentPage .container-pagination .pagination-orders li {
  border: 1px solid #eeeeee;
  color: var(--primary-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  transition: backgroundColor 0.5s ease;
}
.shippingAndPaymentPage .container-pagination .pagination-orders li:hover,
.shippingAndPaymentPage
  .container-pagination
  .pagination-orders
  li.activePagination {
  background-color: var(--primary-color);
  color: #fff;
}
.shippingAndPaymentPage .tab-content {
  margin-top: 38px;
}
@media screen and (width: 1440px) {
  .shippingAndPaymentPage .tab-content {
    margin-top: 24px;
  }
}
.shippingAndPaymentPage .all_shipping_methods {
  row-gap: 16px;
}
.shippingAndPaymentPage .all_shipping_methods .ship {
  border-radius: 16px;
  border: 1px solid rgba(238, 238, 238, 0.9333333333);
  gap: 25px;
}
.shippingAndPaymentPage .all_shipping_methods .ship .title-company {
  font-size: 18px;
  font-weight: 700;
  color: #0a0c10;
}
@media screen and (max-width: 768px) {
  .shippingAndPaymentPage .all_shipping_methods .ship .title-company {
    font-size: 16px;
  }
}
@media screen and (width: 1440px) {
  .shippingAndPaymentPage .all_shipping_methods .ship {
    width: 602px;
  }
}
@media screen and (width: 375px) {
  .shippingAndPaymentPage .all_shipping_methods .ship {
    width: 336px;
  }
}
.shippingAndPaymentPage .all_shipping_methods .ship .image-ship {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .shippingAndPaymentPage .all_shipping_methods .ship .image-ship {
    width: 50px;
    height: 50px;
  }
}
.shippingAndPaymentPage .all_shipping_methods .ship .ship-title {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
}
@media screen and (max-width: 768px) {
  .shippingAndPaymentPage .all_shipping_methods .ship .ship-title {
    font-size: 16px;
  }
}
.shippingAndPaymentPage .all_shipping_methods .ship .ship-string {
  font-size: 14px;
  font-weight: 500;
  color: #0a0c10;
}
@media screen and (max-width: 768px) {
  .shippingAndPaymentPage .all_shipping_methods .ship .ship-string {
    font-size: 12px;
    font-weight: 400;
  }
}
.shippingAndPaymentPage .all_shipping_methods .ship .ship-price {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
}
@media screen and (max-width: 768px) {
  .shippingAndPaymentPage .all_shipping_methods .ship .ship-price {
    font-size: 14px;
  }
}
.shippingAndPaymentPage .left .section-title {
  font-size: 12px;
  font-weight: 700;
  color: #0a0c10;
}
.shippingAndPaymentPage .left .citises .city {
  font-size: 12px;
  font-weight: 700;
  color: #0a0c10;
  min-width: 67px;
  min-height: 32px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #f8fafc;
  border: 1px solid #f1f5f9;
}
@media screen and (max-width: 768px) {
  .shippingAndPaymentPage .left .citises .city {
    min-width: 54px;
  }
}
.shippingAndPaymentPage .left .count-citises {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
  background-color: rgba(217, 94, 145, 0.1019607843);
  border-radius: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .shippingAndPaymentPage .left .count-citises {
    font-weight: 400;
  }
}
.shippingAndPaymentPage .title-content {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .shippingAndPaymentPage .title-content {
    font-size: 16px;
    font-weight: 700;
  }
}
.shippingAndPaymentPage .payments {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .shippingAndPaymentPage .payments {
    margin-bottom: 26px;
  }
}
.shippingAndPaymentPage .payments .icon img {
  width: 163px;
  height: 63px;
}
@media screen and (max-width: 768px) {
  .shippingAndPaymentPage .payments .icon img {
    width: 62px;
    height: 24px;
  }
}

/*********************** Start shippingAndPaymentPage  *************************/
/*********************** start style orders page  *************************/
@media screen and (width: 1440px) {
  .orders-page {
    width: 1236px;
  }
}
.orders-page .orders-info {
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  background: #fff;
}
@media screen and (width: 375px) {
  .orders-page .orders-info {
    width: 343px;
  }
}
.orders-page .orders-info .order {
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (width: 1440px) {
  .orders-page .orders-info .order {
    width: 390px;
  }
}
@media screen and (width: 375px) {
  .orders-page .orders-info .order {
    width: 319px;
  }
}
.orders-page .orders-info .order .order-payment,
.orders-page .orders-info .order .order-status {
  font-weight: 700;
}
.orders-page .orders-info .order .icon-box {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.orders-page .orders-info .order.total .icon-box {
  background-color: #f7f5fe;
}
.orders-page .orders-info .order.current .icon-box {
  background-color: #f3fdfc;
}
.orders-page .orders-info .order.old .icon-box {
  background-color: #f8fafc;
}
.orders-page .orders-info .order h3 {
  font-size: 18px;
  font-weight: 700;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .orders-page .orders-info .order h3 {
    font-size: 16px;
    font-weight: 600;
    color: #64748b;
  }
}
.orders-page .orders-info .order .number {
  font-size: 28px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .orders-page .orders-info .order .number {
    font-size: 20px;
  }
}
.orders-page .orders-tabs {
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background: #fff;
}
@media screen and (width: 375px) {
  .orders-page .orders-tabs {
    width: 343px;
  }
}
.orders-page .orders-tabs .tab {
  min-width: 176px;
  border-radius: 8px;
  height: 52px;
  background-color: #fff;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  transition: backgroundColor 0.5s ease;
  border: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .orders-page .orders-tabs .tab {
    min-width: 131px;
    height: 48px;
    font-size: 12px;
  }
  .orders-page .orders-tabs .tab {
    width: 309px !important;
  }
}
.orders-page .orders-tabs .tab .text {
  font-size: 14px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .orders-page .orders-tabs .tab .text {
    font-size: 12px;
  }
}
.orders-page .orders-tabs .tab .num-box {
  background-color: #f1f5f9;
  border-radius: 8px;
  color: var(--primary-color);
  min-width: 28px;
  min-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 900;
}
.orders-page .orders-tabs .tab .num-box.active {
  background-color: var(--primary-color);
  color: #fff;
}
.orders-page .orders-tabs .tab:hover,
.orders-page .orders-tabs .tab.activeTab {
  background-color: rgba(220, 220, 220, 0.2);
  color: #0a0c10;
  border: 1px solid rgba(220, 220, 220, 0.2);
}
.orders-page .rendered-orders .boxRen {
  background-color: #fff;
}
@media screen and (width: 375px) {
  .orders-page .rendered-orders {
    width: 343px;
  }
}
.orders-page .rendered-orders .order-icon {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background-color: var(--primary-color);
}
.orders-page .rendered-orders .header-orders {
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-right: 20px;
  padding-left: 28px;
}
@media screen and (max-width: 767px) {
  .orders-page .rendered-orders .header-orders {
    padding: 20px;
  }
}
.orders-page .rendered-orders .header-orders .title {
  font-size: 24px;
  font-weight: 700;
  color: #0a0c10;
}
.orders-page .rendered-orders .header-orders .custom-select-container {
  position: relative;
  cursor: pointer;
}
.orders-page .rendered-orders .header-orders .select-box {
  border: 1px solid #cbd5e1;
  border-radius: 30px;
  padding: 10px 15px;
  color: #0a0c10;
  outline: none;
  background-color: #fff;
  width: 164px;
  font-size: 14px !important;
  font-weight: 700 !important;
  height: 48px;
  -moz-appearance: none;
  appearance: none; /* Hide the default arrow */
  -webkit-appearance: none; /* For Safari */
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .orders-page .rendered-orders .header-orders .select-box {
    width: 95px;
    height: 40px;
  }
}
.orders-page .rendered-orders .header-orders .custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  cursor: pointer;
  margin-left: 12px;
  margin-right: 12px;
}
.orders-page .rendered-orders .body-orders .order {
  border-radius: 12px;
}
@media screen and (width: 1440px) {
  .orders-page .rendered-orders .body-orders .order {
    width: 394px;
    height: 151px;
  }
}
@media screen and (width: 375px) {
  .orders-page .rendered-orders .body-orders .order {
    width: 303px;
    height: 151px;
  }
}
.orders-page .rendered-orders .body-orders .order .order-id {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .orders-page .rendered-orders .body-orders .order .order-id {
    font-size: 10px;
  }
}
.orders-page .rendered-orders .body-orders .order .date {
  font-size: 12px;
  font-weight: 500;
  color: #808080;
}
@media screen and (max-width: 767px) {
  .orders-page .rendered-orders .body-orders .order .date {
    font-size: 10px;
  }
}
.orders-page .rendered-orders .body-orders .order .order-status,
.orders-page .rendered-orders .body-orders .order .order-payment {
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  min-width: 47px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .orders-page .rendered-orders .body-orders .order .order-status,
  .orders-page .rendered-orders .body-orders .order .order-payment {
    font-size: 12px;
    font-weight: 600;
    min-width: 40px;
  }
}
.orders-page .rendered-orders .body-orders .order .order-status {
  color: #000;
  border: 1px solid #d95e91;
  background: rgba(217, 94, 145, 0.1);
}
.orders-page .rendered-orders .body-orders .order .order-payment {
  color: #000000;
  background-color: #fff;
  border: 1px solid #e2e8f0;
}
.orders-page .rendered-orders .body-orders .order .total-string {
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
}
@media screen and (max-width: 767px) {
  .orders-page .rendered-orders .body-orders .order .total-string {
    font-size: 10px;
  }
}
.orders-page .rendered-orders .body-orders .order .price {
  font-size: 18px;
  font-weight: 500;
  color: #1e293b;
}
.orders-page .container-pagination .prev-btn,
.orders-page .container-pagination .next-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(238, 238, 238, 0.93);
}
@media screen and (max-width: 767px) {
  .orders-page .container-pagination .prev-btn,
  .orders-page .container-pagination .next-btn {
    width: 28px;
    height: 28px;
  }
}
.orders-page .container-pagination .pagination-orders li {
  border: 1px solid rgba(238, 238, 238, 0.93);
  color: var(--primary-color);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  transition: backgroundColor 0.5s ease;
}
.orders-page .container-pagination .pagination-orders li:hover,
.orders-page .container-pagination .pagination-orders li.activePagination {
  background-color: var(--primary-color);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .orders-page .container-pagination .pagination-orders li {
    width: 28px;
    height: 28px;
  }
}
.orders-page .header-orderes h4 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .orders-page .header-orderes h4 {
    font-size: 14px;
  }
}
.orders-page .header-orderes .select-box {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 164px;
  height: 48px;
  border: 1px solid #cbd5e1;
  padding: 2px 18px;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #000;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .orders-page .header-orderes .select-box {
    width: 89px;
    height: 38px;
  }
}

/*********************** end style orders page  *************************/
/*********************** Start Style Addresess  *************************/
.addressesBox {
  margin-top: 38px;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .addressesBox {
    margin-top: 31px;
    margin-bottom: 24px;
  }
}

.addAddress {
  min-width: 92px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--primary-color);
  background-color: #fff;
  font-weight: 800;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .addAddress {
    min-width: 87px;
    font-size: 12px;
    font-weight: 700;
  }
}

@media screen and (width: 1440px) {
  .allAddressesBr {
    width: 1236px;
  }
}

@media screen and (width: 1440px) {
  .allAddresses {
    width: 1236px;
  }
}
.allAddresses .address {
  border-radius: 4px;
}
@media screen and (width: 375px) {
  .allAddresses .address {
    width: 343px;
  }
}
@media screen and (width: 1440px) {
  .allAddresses .address {
    width: 400px;
  }
}
.allAddresses .address .smBox {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f8fafc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.allAddresses .address .address-title {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .allAddresses .address .address-title {
    font-size: 14px;
    font-weight: 900;
  }
}
.allAddresses .address .address-text {
  font-size: 14px;
  color: #707070;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .allAddresses .address .address-text {
    font-size: 12px;
    font-weight: 900;
  }
}

.offcanvas-add-address {
  width: 601px !important;
}
.offcanvas-add-address .header_address_offcanfas {
  background-color: #e2e8f0;
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .offcanvas-add-address .header_address_offcanfas {
    padding: 32px 36px;
  }
}
.offcanvas-add-address .header_address_offcanfas h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0a0c10;
}
@media screen and (max-width: 767px) {
  .offcanvas-add-address .header_address_offcanfas h2 {
    font-size: 18px;
  }
}
.offcanvas-add-address .body_addAddress_offcanfas {
  height: calc(100vh - 60px);
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .offcanvas-add-address .body_addAddress_offcanfas {
    height: calc(100vh - 88px);
    padding-bottom: 19px;
  }
}
.offcanvas-add-address .body_addAddress_offcanfas .sameStyle {
  font-size: 18px;
  font-weight: 700;
  color: #0a0c10;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .offcanvas-add-address .body_addAddress_offcanfas .sameStyle {
    font-size: 14px;
  }
}
.offcanvas-add-address .body_addAddress_offcanfas .custom-select-add-container {
  position: relative;
  cursor: pointer;
}
.offcanvas-add-address .body_addAddress_offcanfas .form-select-countries,
.offcanvas-add-address .body_addAddress_offcanfas .form-select-citices {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 10px 15px;
  outline: none;
  background-color: #fff;
  height: 52px;
  cursor: pointer;
  -moz-appearance: none;
  appearance: none; /* Hide the default arrow */
  -webkit-appearance: none; /* For Safari */
  position: relative;
  cursor: pointer;
}
.offcanvas-add-address .body_addAddress_offcanfas .custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  cursor: pointer;
  margin-left: 16px;
  margin-right: 16px;
}
.offcanvas-add-address .body_addAddress_offcanfas .address-input {
  height: 54px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
}
.offcanvas-add-address .body_addAddress_offcanfas .btn-cansel,
.offcanvas-add-address .body_addAddress_offcanfas .btn-add {
  height: 56px;
  border-radius: 8px;
  font-weight: 7900;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
@media screen and (width: 375px) {
  .offcanvas-add-address .body_addAddress_offcanfas .btn-cansel,
  .offcanvas-add-address .body_addAddress_offcanfas .btn-add {
    width: 164px;
  }
}
@media screen and (width: 1440px) {
  .offcanvas-add-address .body_addAddress_offcanfas .btn-cansel,
  .offcanvas-add-address .body_addAddress_offcanfas .btn-add {
    width: 274px;
  }
}
.offcanvas-add-address .body_addAddress_offcanfas .btn-add {
  color: #f7f7f7;
}
.offcanvas-add-address .body_addAddress_offcanfas .btn-cansel {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
@media screen and (max-width: 767px) {
  .offcanvas-add-address {
    height: 800px !important;
    width: 100vw !important;
  }
}

/*********************** End Style Addresess  *************************/
/*********************** Start Style All products  *************************/

.all_products_box .header_filters {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .all_products_box .header_filters {
    /* margin-top: 16px; */
  }
}
.all_products_box .header_filters .image_filter {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
}
.all_products_box .header_filters .show {
  /* Color for selected SVG */
}
.all_products_box .header_filters .show .btn-show .svg-rect {
  fill: #e2e2e2;
  stroke: #e2e2e2;
}
.show .btn-show .svg-rect {
  fill: #e2e2e2;
  stroke: #e2e2e2;
}
.all_products_box .header_filters .show .btn-show.selected .svg-rect {
  fill: var(--primary-color);
  stroke: var(--primary-color);
}

.show .btn-show.selected .svg-rect {
  fill: var(--primary-color);
  stroke: var(--primary-color);
}

.all_products_box .header_filters .text_filter {
  border: none;
  border-right: 1px solid #efefef;
  padding-right: 10px;
}

.rtl .all_products_box .header_filters .text_filter {
  border: none;
  border-left: 1px solid #efefef;
  padding-left: 10px;
}
.all_products_box .header_filters .text_filter,
.all_products_box .header_filters .total_filter {
  font-weight: 400;
  font-size: 16px;
  line-height: 13px;
  letter-spacing: 0%;
  color: #000;
}

.sub-cat-card > div {
  padding-inline: 11px;
  padding-block: 2.5px;
}

@media (max-width: 767px) {
  .sub-cat-card > div {
    padding-inline: 8px;
    padding-block: 1.5px;
  }
}
.filter-apply-button,
#products-list-filter-form-clear {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  padding: 8px 16px 7px 16px;
  border-radius: 4px;
  width: 50%;
  color: white;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.filter-apply-button {
  color: white;
  background-color: var(--primary-color);
}

.apply-container button:not(.filter-apply-button) {
  display: none;
}

.nav-link div svg,
.nav-link svg {
  transform: rotate(0deg);
  transition: transform 0.3s;
}

.nav-link:not(.collapsed) div svg,
.nav-link:not(.collapsed) svg {
  transform: rotate(180deg);
}

.all_products_box .offcanfas_filter {
  height: auto;
  max-height: 100%;
  width: 345px;
  overflow-y: auto;
}

@media (max-width: 767px) {
  .all_products_box .offcanfas_filter {
    width: 100vw;
  }
}
.all_products_box .offcanfas_filter .header_offcanfas_filter {
  padding-top: 34px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.9333333333);
}
.all_products_box .offcanfas_filter .header_offcanfas_filter h2 {
  font-weight: 700;
  color: #0a0c10;
}
.all_products_box .offcanfas_filter .color-attribute {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}
.all_products_box .offcanfas_filter .custom-attribute-group {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 8px;
  margin-top: 24px;
}
.all_products_box .offcanfas_filter .custom-attribute-group .attribute-name,
.filter-label-price {
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 13px;
  letter-spacing: 0%;
  color: #000000;
}
.all_products_box .offcanfas_filter .priceSec {
  margin-top: 10px;
}
.all_products_box .offcanfas_filter .rengeSLiderCon .tryFilterRenge {
  font-weight: 700;
  font-size: 10px;
  padding: 0;
  color: #bcbcbc;
}
.all_products_box .offcanfas_filter .rengeSLiderCon .price_title,
.all_products_box .offcanfas_filter .rengeSLiderCon .from_price_text,
.all_products_box .offcanfas_filter .rengeSLiderCon .to_price_text {
  font-size: 12px;
  font-weight: 400;
  color: #222222;
}
.all_products_box .offcanfas_filter .rengeSLiderCon .noUi-handle {
  width: 20px !important;
  height: 20px !important;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
}
.all_products_box .offcanfas_filter .rengeSLiderCon .noUi-handle::after {
  content: none !important;
  height: 0;
}
.all_products_box .offcanfas_filter .rengeSLiderCon .noUi-handle::before {
  content: none !important;
  height: 0;
}
.all_products_box .offcanfas_filter .rengeSLiderCon .noUi-connect {
  background-color: var(--primary-color);
}
.all_products_box .offcanfas_filter .rengeSLiderCon .noUi-horizontal {
  height: 9px !important;
  width: 95% !important;
}
.all_products_box .offcanfas_filter .rengeSLiderCon input {
  font-size: 11px;
  font-weight: 700;
  color: #535353;
}
.all_products_box .offcanfas_filter .rengeSLiderCon .line {
  background-color: 222222;
  height: 1px;
  width: 10px;
}
.all_products_box .offcanfas_filter .attribute-checkboxCon input {
  width: 17px;
  height: 17px;
}
.all_products_box .offcanfas_filter .attribute-checkboxCon label {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}
.all_products_box .custom_products_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .all_products_box .custom_products_list {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 13px;
    column-gap: 13px;
    row-gap: 24px;
    margin-top: 16px;
  }
}
.all_products_box .custom_products_list.four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 16px;
}
@media screen and (max-width: 767px) {
  .all_products_box .custom_products_list.four {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 13px;
    column-gap: 13px;
    row-gap: 24px;
  }
}
.all_products_box .custom_products_list.three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 16px;
}
@media screen and (max-width: 767px) {
  .all_products_box .custom_products_list.three {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 13px;
    column-gap: 13px;
    row-gap: 24px;
  }
}
.all_products_box .custom_products_list.two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 16px;
}
@media screen and (max-width: 767px) {
  .all_products_box .custom_products_list.two {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 13px;
    column-gap: 13px;
    row-gap: 24px;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.all_products_box .loading_more_products svg {
  animation: rotate 2s linear infinite;
}

/*********************** End Style All products  *************************/
/*********************** start style cart_sidebar *************************/
.cart_sidebar {
  width: 599px !important;
  overflow-y: auto;
  height: 100%;
}
.cart_sidebar .cartSidebarHead {
  border-bottom: 1px solid rgba(238, 238, 238, 0.9333333333);
  padding-top: 34px;
  padding-bottom: 26px;
}
.cart_sidebar .cartSidebarHead .offcanvas-title {
  font-weight: 700;
  color: #0a0c10;
}
.cart_sidebar .cartSidebarHead .offcanvas-title {
  font-weight: 700;
  color: #0a0c10;
}

.product-table .head {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  border-bottom: 0 !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cart_sidebar .cart-empty {
  max-width: 409px;
}
.cart_sidebar .cart-empty .boxEm p {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}
.cart_sidebar .cart-empty .boxEm a {
  margin-top: 24px;
  height: 48px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart_sidebar .cart-view {
  margin-top: 24px;
}
.cart_sidebar .cart-view .header_cart {
  border-bottom: 1px solid rgba(238, 238, 238, 0.9333333333);
}
.cart_sidebar .cart-view .header_cart span {
  font-size: 16px;
  font-weight: 500;
  color: #0a0c10;
}
.cart_sidebar .cart-view .myCart {
  margin-top: 24px;
  margin-bottom: 24px;
  row-gap: 24px;
  max-height: 322px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.cart_sidebar .cart-view .myCart .cart-product {
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.cart_sidebar .cart-view .myCart .cart-product .cart_product_Img img {
  width: 88px;
  height: 88px;
}

.cart_sidebar .cart-view .myCart .cart-product .cart_product_name {
  font-size: 12px;
  font-weight: 500;
  color: #0a0c10;
  width: 106px;
  max-width: 106px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .cart_sidebar .cart-view .myCart .cart-product .cart_product_name {
    width: 170px;
    max-width: 170px;
  }
}

.cart_sidebar .cart-view .myCart .cart-product .inptContainer {
  width: 90px;
}
.cart_sidebar .cart-view .myCart .cart-product .inptContainer .increase_btn {
  border-left: 1px solid #ced4da;
  height: 100%;
  padding-left: 5px !important;
}
.cart_sidebar .cart-view .myCart .cart-product .inptContainer .decrease_btn {
  border-right: 1px solid #ced4da;
  height: 100%;
  padding-right: 2px !important;
}
.cart_sidebar
  .cart-view
  .myCart
  .cart-product
  .inptContainer
  input[type="number"] {
  outline: none;
  border: 1px solid #ced4da;
  height: 30px;
  text-align: center;
}
.cart_sidebar .cart-view .myCart .cart-product .sale-price {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-color);
}
.cart_sidebar .cart-view .myCart .cart-product .duscount-price {
  font-size: 12px;
  font-weight: 400;
  color: #9d9d9d;
}
.cart_sidebar .coupon-form input {
  border-radius: 4px;
  border: 1px solid rgba(238, 238, 238, 0.9333333333);
  height: 48px;
  font-weight: 400;
  color: #000000;
}
.cart_sidebar .coupon-form input::placeholder {
  color: #000000;
}
.cart_sidebar .coupon-form .btn-primary {
  border-radius: 4px;
  height: 48px;
  max-width: 94px;
  font-size: 16px;
  font-weight: 400;
}
.cart_sidebar .coupon-form .btn-primary:disabled {
  background-color: #dddddd;
}
.cart_sidebar .buttons-footer {
  row-gap: 24px;
}
.cart_sidebar .buttons-footer .continue-shop,
.cart_sidebar .buttons-footer .return-store {
  border-radius: 4px;
  height: 48px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart_sidebar .buttons-footer .return-store {
  color: #222222;
  border: 1px solid rgba(238, 238, 238, 0.9333333333);
}
.cart_sidebar .cart_accordian_options {
  margin-top: 16px;
}
.cart_sidebar .cart_accordian_options .box_attr {
  background-color: #f7f7f7;
}
.cart_sidebar .cart_accordian_options .box_attr .cart_varinat_color {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.cart_sidebar .cart_accordian_options .box_attr button {
  width: 64px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
}
.cart_sidebar .cart_accordian_options .box_attr img {
  width: 25px;
  height: 25px;
  border-radius: 4px;
}
.cart_sidebar .cart_accordian_options .box_attr .boxVal {
  gap: 8px;
}
.cart_sidebar .cart_accordian_options .box_attr .boxVal .name {
  font-size: 14px;
  font-weight: 700;
  color: #0a0c10;
}
.cart_sidebar .cart_accordian_options .box_attr .boxVal .value {
  font-size: 12px;
  font-weight: 400;
  color: #0a0c10;
}
.cart_sidebar .cart_accordian_options .box_attr .boxVal .value {
  font-size: 14px;
  font-weight: 400;
  color: #0a0c10;
}
.cart_sidebar .cart_accordian_options .accordion-button {
  background-color: #f7f7f7;
  color: #0a0c10;
  font-size: 16px;
  font-weight: 700;
}

[dir="ltr"] .inptContainer .increase_btn {
  border-right: 1px solid #ced4da;
  border-left: none !important;
  padding-right: 5px !important;
  padding-left: 0px !important;
}

[dir="ltr"] .inptContainer .decrease_btn {
  border-left: 1px solid #ced4da;
  padding-left: 2px !important;
  padding-right: 0px !important;
  border-right: none !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: none !important;
  border-bottom-right-radius: none !important;
}

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

.accordion-button::after {
  display: none;
}

::-webkit-scrollbar {
  width: 3px; /* Width of the scrollbar */
  height: 4px;
}

::-webkit-scrollbar-track {
  background: rgba(238, 238, 238, 0.9333333333); /* Color of the track */
}

::-webkit-scrollbar-thumb {
  background: rgba(
    125,
    125,
    125,
    0.9333333333
  ); /* Color of the scrollbar thumb */
  border-radius: 2px; /* Rounded corners */
}

::-webkit-scrollbar-thumb:hover {
  background: #555; /* Color when hovered */
}

/*********************** end style cart_sidebar *************************/
/*********************** start style popup product card *************************/
#popupProductCart {
  z-index: 9999;
  top: 65px;
}
@media screen and (max-width: 767px) {
  #popupProductCart {
    top: 57px;
  }
}
#popupProductCart .modal-dialog {
  max-width: 90vw;
  max-height: 85%;
}
@media screen and (max-width: 767px) {
  #popupProductCart .modal-dialog {
    max-width: 100vw;
  }
}
#popupProductCart .modal-dialog .modal-content {
  max-height: 85vh;
  overflow-y: auto;
}
@media screen and (width: 1440px) {
  #popupProductCart .modal-dialog .modal-content {
    width: 1158px;
    margin: 0 auto;
  }
}
@media screen and (width: 1440px) {
  #popupProductCart .modal-dialog .modal-content .boxMyCartProduct {
    max-width: 688px;
  }
}
#popupProductCart .modal-dialog .modal-content .modal-header {
  border-bottom: 1px solid rgba(238, 238, 238, 0.93);
  padding: 32px !important;
}
#popupProductCart .modal-dialog .modal-content .modal-header .modal_title {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #popupProductCart .modal-dialog .modal-content .modal-header .modal_title {
    font-size: 18px;
    font-weight: 400;
  }
}
#popupProductCart .modal-dialog .modal-content .modal-header .modal_total_cart {
  color: #0a0c10;
  font-size: 12px;
  font-weight: 500;
}
#popupProductCart .modal-dialog .modal-content .modal-f {
  padding: 20px;
}
#popupProductCart .modal-dialog .modal-content .modal-f .title {
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  border-top: 1px solid rgba(238, 238, 238, 0.9333333333);
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
#popupProductCart .modal-dialog .modal-content .modal-f .similar_product_cart {
  padding-bottom: 16px;
  overflow-x: auto;
}
#popupProductCart
  .modal-dialog
  .modal-content
  .modal-f
  .similar_product_cart
  .product-item {
  border: 1px solid rgba(238, 238, 238, 0.9333333333);
  padding: 8px;
  border-radius: 4px;
  min-width: 397px;
}
@media screen and (width: 375px) {
  #popupProductCart
    .modal-dialog
    .modal-content
    .modal-f
    .similar_product_cart
    .product-item {
    width: 308px;
    min-width: auto;
  }
}
#popupProductCart
  .modal-dialog
  .modal-content
  .modal-f
  .similar_product_cart
  .product-item
  .imageBox {
  width: auto;
}
#popupProductCart
  .modal-dialog
  .modal-content
  .modal-f
  .similar_product_cart
  .product-item
  .imageBox
  img {
  width: 120px;
  height: 120px;
}
#popupProductCart
  .modal-dialog
  .modal-content
  .modal-f
  .similar_product_cart
  .product-item
  .color-box {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.color-box {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.color-sidebar-box.color-box {
  width: 12px;
  height: 12px;
}

@media (max-width: 1024px) {
  .color-box {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 767px) {
  .color-box {
    width: 10px;
    height: 10px;
  }
}
#popupProductCart
  .modal-dialog
  .modal-content
  .modal-f
  .similar_product_cart
  .product-item
  .product-price {
  font-size: 18px;
  font-weight: 400;
  color: var(--primary-color);
}
#popupProductCart
  .modal-dialog
  .modal-content
  .modal-f
  .similar_product_cart
  .product-item
  .product-prev-price {
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-color);
  text-decoration: line-through;
}
#popupProductCart
  .modal-dialog
  .modal-content
  .modal-f
  .similar_product_cart
  .product-item
  .product_title {
  color: #0a0c10;
  font-size: 18px;
  font-weight: 500;
  line-height: 13px;
}
@media screen and (max-width: 768px) {
  #popupProductCart
    .modal-dialog
    .modal-content
    .modal-f
    .similar_product_cart
    .product-item
    .product_title {
    font-size: 12px;
  }
}
#popupProductCart
  .modal-dialog
  .modal-content
  .modal-f
  .similar_product_cart
  .product-item
  .product_addtocart {
  min-width: 48px;
  min-height: 48px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 50%;
  cursor: pointer;
}
#popupProductCart .myCartProduct {
  overflow-y: auto;
  row-gap: 18px;
  display: flex;
  flex-direction: column;
  height: calc(85vh - 575px);
}
#popupProductCart .myCartProduct .cart-product {
  padding: 6px;
  border: 1px solid rgba(238, 238, 238, 0.9333333333);
  border-radius: 4px;
}
#popupProductCart .myCartProduct .cart-product .inptContainer {
  width: 90px;
}
#popupProductCart .myCartProduct .cart-product .inptContainer .increase_btn {
  border-left: 1px solid #ced4da;
  height: 100%;
  padding-left: 5px !important;
}
#popupProductCart .myCartProduct .cart-product .inptContainer .decrease_btn {
  border-right: 1px solid #ced4da;
  height: 100%;
  padding-right: 2px !important;
}
#popupProductCart
  .myCartProduct
  .cart-product
  .inptContainer
  input[type="number"] {
  outline: none;
  border: 1px solid #ced4da;
  height: 30px;
  text-align: center;
}
@media screen and (width: 375px) {
  #popupProductCart .myCartProduct .cart-product {
    width: 158px;
  }
}
#popupProductCart .myCartProduct .cart-product .color-box {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
#popupProductCart .myCartProduct .cart-product .cart_product_Img img {
  width: 90px;
  height: 90px;
  border-radius: 4px;
}
#popupProductCart .myCartProduct .cart-product .cart_product_name a {
  font-size: 12px;
  font-weight: 500;
  color: #0a0c10;
}
#popupProductCart .myCartProduct .cart-product .pr-prev-price {
  font-size: 14px;
  font-weight: 400;
  color: #9d9d9d;
  text-decoration: line-through;
}
#popupProductCart .myCartProduct .cart-product .pr-price {
  font-size: 10px;
  font-weight: 400;
  color: var(--primary-color);
}
#popupProductCart .myCartProduct .cart-product .price-string {
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-color);
}
@media screen and (max-width: 767px) {
  #popupProductCart .myCartProduct .cart-product .price-string {
    font-size: 10px;
  }
}
#popupProductCart .myCartProduct .cart-product .total-string {
  font-size: 18px;
  font-weight: 400;
  color: #0a3254;
}
@media screen and (max-width: 767px) {
  #popupProductCart .myCartProduct .cart-product .total-string {
    font-size: 8px;
  }
}
#popupProductCart .myCartProduct .cart-product .section_price {
  border-radius: 8px;
}
#popupProductCart .myCartProduct .cart-product .section_price .sale-price,
#popupProductCart .myCartProduct .cart-product .section_price .total-price {
  font-weight: 400;
  font-size: 12px;
  color: #0a3254;
}
#popupProductCart .myCartProduct .cart-product .section_price .duscount-price {
  font-weight: 400;
  font-size: 10px;
  color: rgba(215, 215, 215, 0.9333333333);
  text-decoration: line-through;
}
#popupProductCart .myCartProduct .cart-product .section_price .total-word {
  font-weight: 700;
  font-size: 12px;
  color: #333333;
}
#popupProductCart .total {
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  #popupProductCart .total {
    row-gap: 20px;
  }
}
#popupProductCart .total .product_price_total {
  padding: 16px 21px 15px 11px;
  border: 1px solid rgba(238, 238, 238, 0.9333333333);
}
#popupProductCart .total .product_price_total .name,
#popupProductCart .total .product_price_total .value {
  color: #141414;
  font-size: 16px;
  font-weight: 500;
}
#popupProductCart .total .product_price_total .value {
  font-weight: 700;
}
#popupProductCart .total .buttons-footer {
  row-gap: 19px;
}
@media screen and (max-width: 768px) {
  #popupProductCart .total .buttons-footer {
    row-gap: 19px;
  }
}
#popupProductCart .total .buttons-footer .continue-shop,
#popupProductCart .total .buttons-footer .return-store {
  padding: 12px 24px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
#popupProductCart .total .buttons-footer .return-store {
  color: #222;
  border: 1px solid rgba(238, 238, 238, 0.93);
}
#popupProductCart .total .buttons-footer .return-store:hover {
  color: #fff;
}

/*********************** end style popup product card *************************/
/*********************** start 404 page  *************************/
.page404 {
  margin-top: 173px;
  margin-bottom: 173px;
}
@media screen and (max-width: 767px) {
  .page404 {
    margin-top: 173px;
    margin-bottom: 173px;
  }
}
.page404 .page404con {
  width: 409px;
  row-gap: 24px;
}
@media screen and (max-width: 767px) {
  .page404 .page404con {
    width: 100%;
  }
}
@media screen and (width: 375px) {
  .page404 .page404con .number {
    width: 102px;
  }
}
.page404 .page404con h1 {
  font-size: 24px;
  font-weight: 700;
  color: #0a0c10;
}
@media screen and (max-width: 767px) {
  .page404 .page404con h1 {
    font-size: 20px;
  }
}
.page404 .page404con p {
  font-size: 14px;
  font-weight: 400;
  color: #0a0c10;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .page404 .page404con p {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .page404 .page404con p {
    max-width: 282px;
  }
}
.page404 .page404con a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page404 .page404con a {
    max-width: 343px;
    font-weight: 400;
  }
}

/*********************** end 404 page  *************************/
/*********************** issues css  *************************/

@media screen and (max-width: 767px) {
  .home-products-section .product-title span {
    font-size: 12px;
  }
}
.home-products-section .product-card-label {
  width: 60px;
  height: 24px;
  text-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-category-title .subCategory {
  font-weight: 500;
  font-size: 25px;
  line-height: 65px;
  letter-spacing: 0%;
  color: #0a0c10;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .sub-category-title .subCategory {
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0%;
  }
}

.sub-cat-space {
  padding-block: 45px;
  position: relative;
}
.video-product-slider .product-title span {
  font-size: 18px;
  color: #0a0c10;
}
.video-product-slider .product-card-label {
  width: 60px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .sub-cat-space {
    padding-block: 16px;
  }
}

.cart_empty_box {
  max-width: 409px;
  margin-top: 247px;
  margin-bottom: 157px;
}
@media screen and (max-width: 767px) {
  .cart_empty_box {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.cart_empty_box p {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .cart_empty_box p {
    font-size: 12px;
  }
}
.cart_empty_box a {
  margin-top: 24px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .cart_empty_box {
    max-width: 343px;
  }
}

.ann_body p {
  height: 44px;
  width: 100%;
  text-wrap: nowrap;
}

/*********************** issues css  *************************/

.product-wrapper {
  display: none;
  opacity: 0;
}

.product-wrapper.visible {
  display: block;
  animation: fadeInUp 0.6s ease forwards;
}

@media screen and (max-width: 767px) {
  .product-wrapper.visible {
    width: 48%;
  }
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 190px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.btn-delete-coupon {
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  min-width: 40px !important;
  width: 40px;
  margin: 0;
  padding: 0;
  width: fit-content;
  left: unset;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

[dir="rtl"] .btn-delete-coupon {
  right: unset;
  left: 16px;
}

img.lazy {
  opacity: 0;
  transition:
    opacity 1s ease,
    transform 0.6s ease;
}

.product-img {
  transition: opacity 0.5s ease-in-out;
}

img.loaded {
  opacity: 1;
  transform: scale(1);
}

* Wishlist */ .add-to-wishlist {
  position: absolute;
  right: 0;
  z-index: 2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(240, 240, 240, 0.904);
  margin: 10px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  border-radius: 27px;
  background-color: #fff;
}

[class^="heart-loader-"] {
  width: 22px !important;
}

.add-to-wishlist {
  right: unset;
  left: 5px;
  bottom: 5px;
  background: rgb(255, 255, 255);
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.rtl .add-to-wishlist {
  left: unset;
  right: 5px;
  bottom: 5px;
}

.wishlist-circle {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.icon-heart-mask {
  width: 20px;
  height: 20px;
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-image: url(heart-outlined.svg);
  background-color: #000000;
  display: inline-block;
}

.none {
  display: none !important;
}

.icon-heart-mask-static {
}

.icon-heart-mask.wishlist-logo {
  width: 36px;
  height: 36px;
}
@media (max-width: 767px) {
  .rtl .add-to-wishlist {
    top: unset;
    bottom: 0;
  }
}

.icon-heart-mask.filled {
  mask-image: url(heart-filled.svg);
  background-color: var(--primary-color);
}

.wishlist-count {
  top: -5px;
  right: -6px;
  background-color: red;
  color: #fff;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wishlist-border {
  border-right: 1px solid var(--grid-border-color);
  border-bottom: 1px solid var(--grid-border-color);
}

[dir="rtl"] .wishlist-border {
  border-right: none;
  border-left: 1px solid var(--grid-border-color);
}

@media (max-width: 767px) {
  .wishlist-border {
    border: none;
    border-bottom: 1px solid var(--grid-border-color);
  }
  [dir="rtl"] .wishlist-border {
    border: none;
    border-bottom: 1px solid var(--grid-border-color);
  }
}
.wishlist-title {
  color: #36393e;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
}

.wishlist-desc {
  color: #36393e;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
}

#wishlist-list-container {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  #wishlist-list-container {
    margin-bottom: 56px;
  }
}

.container-wishlist {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 464px;
}

@media (max-width: 767px) {
  .container-wishlist {
    min-height: 350px;
  }
}

/* Wishlist page */

.wishlist-container {
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  padding: 4px 7px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  pointer-events: none;
  gap: 8px;
}

.product-item {
  transition: all 0.3s ease;
  border-radius: 0px;
  border: 1px solid transparent;
  overflow: hidden;
}

.product-item:hover {
  /* transform: scale(1.01); */
  border-color: var(--settings-border-color, --primary-color);
}

.clrs-container {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
}

.product-item:hover .clrs-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* Move to original position (up effect) */
  pointer-events: auto;
}

.product-item:hover .wishlist-container,
.product-item:hover .clrs-container {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.rtl .wishlist-container {
  left: unset;
  right: 4px;
}

.wishlist-container button {
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.wishlist-title,
.wishlist-share {
  font-weight: 400;
  font-size: 14px;
  line-height: 31.07px;
}

.container-wishlist {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 16px;
  min-height: 631px;
  margin-bottom: 24px;
}

@media (max-width: 1024px) {
  .container-wishlist {
    min-height: 464px;
  }
}
@media (max-width: 767px) {
  .container-wishlist {
    min-height: 452px;
  }
}

.wishlist-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .wishlist-icon {
    margin-bottom: 24px;
  }
}

.wishlist-title,
.wishlist-desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
}

@media (max-width: 767px) {
  .wishlist-title,
  .wishlist-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
  }
}

.hide-placeholder {
  display: none !important;
}

[id^="dot-buttons-"] {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin-top: 10px;
  transition: opacity 0.4s ease;
}

[id^="dot-buttons-"] .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  border: none;
  background-color: #ccc;
  cursor: pointer;
}
[id^="dot-buttons-"] .dot.active {
  background-color: var(--primary-color);
}

/* Home Blogs */
.blog-section-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  max-width: 95%;
  letter-spacing: normal;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-section-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0%;
  height: 75px;
  color: #9d9d9d;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.blog-image-container {
  height: 298px;
}
.blog-image-container img {
  width: 100%;
  height: 100%;
}

/* Cat and blogs animation */
.cat-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.cat-wrapper .cat-box {
  display: inline-block;
  height: 100%;
  opacity: 0;
}

.blogs-slider .blog-box {
  display: inline-block;
  opacity: 0;
}

@media (max-width: 1024px) {
  .cat-wrapper .cat-box {
    display: inline-block;
    opacity: 1;
  }
}

/* Features Section Styles */
.features-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.features-section-header {
  margin-bottom: 50px;
}

.features-section-title {
  font-family: "Tajawal", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 15px;
}

.features-section-description {
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.features-slider {
  position: relative;
}

.feature-card {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 57px 20px;
  gap: 28px;
  height: 100%;
  background-color: #eeeeee;
}

.feature-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}

.feature-title {
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #000;
  margin: 0;
}

.feature-text {
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #9d9d9d;
  margin: 0;
}

/* Slick slider customizations for features */
.features-slider .slick-slide {
  padding: 0 15px;
}

.features-slider .slick-list {
  margin: 0 -15px;
}

.feature-col {
  padding: 0 15px;
}

/* Responsive styles */
@media (max-width: 992px) {
  .features-section-title {
    font-size: 28px;
  }

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

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

@media (max-width: 768px) {
  .feature-col {
    padding: 0 0;
  }
  .features-section {
    padding: 24px 0;
  }

  .features-section-header {
    margin-bottom: 30px;
  }

  .features-section-title {
    font-size: 24px;
  }

  .feature-card {
    padding: 44px 15px;
    gap: 20px;
  }

  .feature-icon {
    width: 60px;
    height: 60px;
  }

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

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

  .features-slider .slick-arrow {
    display: none !important;
  }
}

.add-to-wishlist a.w-100 {
  display: none !important;
}

.home-categories-section .category-item {
  height: 300px;
  width: 100%;
}

@media (min-width: 768px) {
  .home-categories-section .category-item {
    height: 587px;
    padding-inline: 8px;
  }

  .home-categories-section .category-item img {
    height: 100%;
    object-fit: cover;
  }
}
