:root {
  --Blue: #1c40a8;
  --white: #fff;
  --green: #70cfbe;
  --text: #374151;
}
/* font Family */
@font-face {
  font-family: "Readex Pro";
  font-weight: 200;
  font-style: normal;
  src: url(../fonts/ReadexPro-ExtraLight.ttf) format("truetype");
}

@font-face {
  font-family: "Readex Pro";
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/ReadexPro-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Readex Pro";
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/ReadexPro-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Readex Pro";
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/ReadexPro-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Readex Pro";
  font-weight: 600;
  font-style: normal;
  src: url(/Images/fonts/ReadexPro-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Readex Pro";
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/ReadexPro-SemiBold.ttf) format("truetype");
}
/* @import url("https://fonts.googleapis.com/css2?family=Readex+Pro:wght@400;500;700&display=swap"); */

body {
  font-family: "Readex Pro", sans-serif !important;
  text-align: right;
  direction: rtl;
  overflow-x: hidden;
}

header {
  background: var(--white);
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.1),
    0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.itemsHeaderText {
  width: 188px;
}
.allItemsProduct .plus img,
.allItemsProduct .minus img {
  width: 16px;
  height: 17px;
  flex-shrink: 0;
}
.allItemsProduct {
  /* padding: 0 24px; */
  padding-bottom: 16px;
  border-bottom: unset !important;
}
.allItemsProduct .numberOfQty span {
  color: #555;
  font-size: 16px;
  line-height: 24px; /* 150% */
}
.allItemsProduct p {
  color: var(--Blue);
  font-weight: 700;
}
a {
  text-decoration: none;
}
.headerTop {
  gap: 30px;
}
span {
  color: var(--text);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.headerTopBackGround {
  background: #f9fafb;
  padding: 10px 0;
}
header a {
  text-decoration: unset;
  color: var(--Blue) !important;
  font-style: normal;
  padding: 0;
  font-weight: 500;
}
.headerBottom .navbar {
  padding-top: 0;
}
.headerTop a {
  direction: ltr;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 142.857%;
}
/* input[type="tel"] {
  direction: ltr !important;
} */
.headerBottom a {
  font-size: 16px;
  font-weight: 500;
  justify-content: start !important;
  line-height: 150%;
}
.allNotify a:hover,
.errorSection .button-1:hover {
  background-color: #fff;
  color: var(--Blue) !important;
}
header .dropdown-toggle::after {
  border: unset !important;
}
header .fas.fa-chevron-down {
  color: var(--green);
}
.contactRekaz a {
  direction: ltr;
}
.fa-brands,
.fab {
  font-weight: 400;
  width: 18px;
  height: 18px;
}
header .dropdown-menu {
  border-radius: 8px;
  border: 1px solid #f3f4f6;
  background: var(--white);
  box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.1),
    0 20px 25px -5px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  left: -10px;
  top: 49px !important;
  right: unset !important;
}

header .dropdown-item {
  padding: 12px 24px;
}
header .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #d1d5db;
}
.checkOutBox .imgProduct {
  position: relative;
}
.cart-count,
.checkOutBox .imgProduct .numberOfQty {
  position: absolute;
  right: -8px;
  top: -8px;
  color: var(--Blue);
  background: var(--green);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 10px; */
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  right: 0px;
  top: -3px;
  width: 20px;
  height: 20px;
  z-index: 11;
}

.checkOutBox .imgProduct .numberOfQty p {
  color: var(--Blue);
}
.cart i {
  width: 22.5px;
  height: 20px;
}
.dropdown-item span {
  font-weight: 400;
  color: var(--Blue);
}
.dropdown-item i {
  color: var(--green);
}
.dropdown-item:hover,
.dropdown-item.active {
  background-color: var(--Blue);
}
.dropdown-item.active span,
.dropdown-item:hover span {
  color: #fff;
}
h1,
p,
h2,
h3,
h4 {
  margin: 0;
}
h1 {
  color: var(--Blue);
  text-align: start;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}
h2 {
  color: var(--Blue);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
}
h3 {
  color: var(--white);
  text-align: start;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
h4 {
  color: var(--Blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

p,
.description-product-page ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.description-product-page ul li::before {
  background: url(../../Images/Icon-502.svg) no-repeat center;
  background-size: 14px 16px;
  top: 50%;
  padding: 16px;
  position: absolute;
  right: 0;
  display: flex;
  border-radius: 9999px;
  justify-content: center;
  content: "";
  transform: translateY(-50%);
}
.delete-product a:hover {
  background-color: unset !important ;
}
.cart.active::after,
.user .nav-link:after {
  content: unset !important;
}
.rowGap {
  row-gap: 32px;
}
.bannerSlide {
  height: 307.188px;
  background-repeat: no-repeat;
  background-size: cover;
}
.bannarData {
  position: relative;
  height: 89%;
  z-index: 2;
}
.bannarData h1,
.bannarData h2 {
  color: var(--white);
}
.bannarData h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px; /* 100% */
}
.bannarData h2 {
  font-weight: 300 !important;
}
.teamCard {
  height: 500px;
  padding: 36px 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  align-items: end;
  justify-content: end;
  width: 100%;
  position: relative;
  border-bottom: 3px solid var(--70-cfbe, #70cfbe);
}
.teamCard::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;

  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(30, 58, 138, 0.54) 0%,
    rgba(0, 0, 0, 0) 93.27%
  );
  border-radius: 16px;
}
.flip p,
.removeFlip p {
  color: var(--Blue);
  font-weight: 700;
  cursor: pointer;
}
.allTeamData.Hide .shortDesc span {
  opacity: 0;
}
.department-tabs {
  border-bottom: 1px solid #6b7280;
}

.listQulify ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.teamCard.Back {
  align-items: center;
  justify-content: center;
}
.teamCard.Back:after {
  background: linear-gradient(
    0deg,
    rgba(30, 58, 138, 0.9) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
}
.backSide {
  padding: 32px;
}
.department-tabs .nav-link {
  word-wrap: unset;
  white-space: nowrap;
}
.backSide *,
.listQulify ul li,
.frontSide * {
  color: #fff !important;
  text-align: start;
}
.frontSide,
.backSide {
  z-index: 3;
  position: relative;
}
.banner-wave {
  position: absolute;
  z-index: 3;
  bottom: -4px;
  width: 100%;
}
.teamExperiance span {
  color: var(--green) !important;
}
.banner-wave img {
  width: 100%;
}
/* .breadcrumbSection {
  padding: 16px 0;
} */
.breadcrumb {
  margin-bottom: 0;
}
/* .headerIcons a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center ;
  padding: 10px 0 !important;
} */
.user .nav-link.dropdown-toggle {
  padding: 0;
}
.user .nav-link.dropdown-toggle::after {
  content: unset;
}
.breadcrumb li a,
.breadcrumb li,
.listQulify ul li {
  color: var(--text);
  text-align: start;
  font-size: 14px;
  font-style: normal;
  text-decoration: unset;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.breadcrumb li.active {
  color: var(--Blue);
  font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: url(../../Images/Icon-34.svg);
  padding-top: 3px;
}

.blueBtn {
  border-radius: 4px;
  background: var(--Blue);
  padding: 8px 24px;
  color: var(--ffffff, #fff);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  border: 1px solid var(--Blue);
  line-height: 24px; /* 155.556% */
  text-decoration: unset;
}

.blueBtn span {
  color: #fff !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.blueBtn:hover {
  border: 1px solid var(--Blue);
  color: var(--Blue) !important;
  background-color: #fff;
}
.blueBtn:hover span {
  color: var(--Blue) !important;
}
.pageBtn {
  color: var(--ffffff, #fff);
  text-align: center;
  border: 2px solid var(--Blue);
  color: var(--Blue);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  border-radius: 9999px;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.pageBtn.active {
  background: var(--Blue);
  color: #ffff;
}
.pagePagination {
  padding-top: 80px;
}
.pageBtn.nextPageIcon img {
  transform: rotate(180deg);
}
.sectionPadding {
  padding: 80px 0;
}
/* product */
.productCard {
  border-radius: 16px;
  background: #f9fafb;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.gap-32 {
  gap: 32px;
}
.discound {
  padding: 4px 12px;
  border-radius: 9999px;
  background: #fef2f2;
}
.discound span {
  color: #ef4444;
  text-align: start;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.cardDetails {
  padding: 24px;
  text-align: center;
}
.cardDetails .price img,
.productDetailsData .price img {
  width: 27.126px;
  height: 30.186px;
}
.productDetailsData .price h2 {
  font-size: 30px;
  line-height: 36px; /* 120% */
}
.cardDetails p {
  color: #555;
  font-weight: 400;
}
.price h2 {
  color: var(--green);
}
.productImage {
  background: #fff;
  height: 256px;
}
.productDetails h3 {
  color: var(--Blue);
}
.productCardDataText {
  padding-bottom: 71px;
}
.boxProduct {
  border-radius: 4px;
  width: 48px;
  padding: 2px;
  height: 48px;
}
.boxProduct.active,
.smallImages img.active {
  border: 2px solid var(--green);
}
.smallImages img {
  height: 136px;
  padding: 8px;
}
.produtMainImage,
.smallImage,
.produtMainImage img {
  width: 100%;
}
.produtMainImage img,
.smallImage img {
  height: 100%;
  width: 100%;
  /* object-fit: contain; */
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: unset !important;
  margin-right: 0 !important;
  width: unset !important;
}
.smallImage {
  height: 136px;
}
.smallBox {
  border: 2px solid #d1d5db;
}
.smallImages img {
  height: 120px;
  width: 100%;
  object-fit: contain;
}
.addToFav {
  border-radius: 4px;
  padding: 18px;
  background: var(--Light-BG, #f9fafb);
}
.favIcon i {
  cursor: pointer;
  color: #6b7280;
}
.favIcon.active i {
  color: #ef4444;
}

.favPrice img {
  width: 16.075px;
  height: 16.546px;
}

.addToCartBtn {
  padding: 16px 32px;
}
.addToCartBtn:hover,
.blueBtn:hover {
  color: #fff;
}
.relatedProductTitle {
  border-top: 1px solid var(--Borders, #d1d5db);
  padding-top: 32px;
}

.smallBox p,
.variable-item-contents span {
  font-weight: 700;
  color: var(--text);
}
.productImage img,
.imgProduct img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.imgProduct {
  background-color: #fff;
}
.productTitle,
.productDesc {
  height: 60px;
}
.Oldprice span {
  color: var(--text);
  text-align: start;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration-line: line-through;
}
.productCardDataText p,
.productCardDataText li {
  color: var(--text);
}
.productImages img {
  border-radius: 8px;
  background: var(--ffffff, #fff);
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.1),
    0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.bannerPagination {
  bottom: 25% !important;
}
.bannerPagination span {
  width: 80px;
  height: 4px;
  opacity: 1;
  border-radius: 9999px;
  background: var(--green);
}
.bannerPagination span.swiper-pagination-bullet-active {
  opacity: 0.6;
  background: var(--white);
  width: 40px;
  height: 4px;
}
.productCardDataText ul li {
  position: relative;
  padding-right: 30px;
}

/* footer */
footer {
  background-color: #1e3a8a;
  padding: 66px 0 32px;
}
.footer-wave {
  position: absolute;
  top: -2px;
  transform: rotate(180deg);
}
.footer-wave img,
.footer-wave {
  width: 100%;
}
footer p,
footer ul li a,
footer ul li {
  color: var(--white);
}
footer ul li a,
footer ul li {
  text-align: start;
  font-size: 16px;
  text-decoration: unset;
  line-height: 24px;
}
.gap-12 {
  gap: 12px;
}

.footer-certifications {
  padding: 32px 0;
  border-top: 1px solid var(--Grey-Forms, #6b7280);
}

.footer-top {
  padding: 32px 0;
}
.deleteAddress {
  min-width: 448px;
}
.footerimage,
.deleteIcon {
  border-radius: 9999px;
  background: var(--white);
  display: flex;
  width: 64px;
  height: 64px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.deleteIcon {
  background: #fef2f2;
}
.deleteLocatioBtn button {
  white-space: nowrap;
}
.boxCart {
  border: 1px solid var(--Borders, #d1d5db);
  border-radius: 12px;
  background: var(--ffffff, #fff);
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 24px;
}
.addQty {
  gap: 17.33px;
}
.itemProduct {
  padding: 24px 0;
  border-bottom: 1px solid var(--Borders, #d1d5db);
}
.itemProduct:first-child {
  padding-top: 0;
}
.itemProduct:last-child {
  border-bottom: unset;
  padding-bottom: 0;
}
.imgProduct {
  width: 80px;
  height: 80px;
}

.imgProduct img {
  /* object-fit: cover; */
  height: 100% !important;
  border-radius: 8px;
  width: 100% !important;
}
.serviceCard {
  border-radius: 8px;
  border-bottom: 3px solid var(--70-cfbe, #70cfbe);
  background: var(--Light-BG, #f9fafb);
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.1),
    0 4px 6px -1px rgba(0, 0, 0, 0.1);
  padding: 32px;
  max-height: 296px;
}
.servIcon {
  border-radius: 9999px;
  background: var(--1-c-40-a-8, #1c40a8);
  display: flex;
  width: 64px;
  padding: 20px;
  height: 64px;
  justify-content: center;
  align-items: center;
}
.servText p {
  max-width: 261px;
  color: var(--text);

  height: 72px;
}
.servText a {
  color: #70cfbe;
  text-align: center;
  font-family: "Readex Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.deleteProduct {
  border-radius: 9999px;
  background: var(--Red-shade, #fef2f2);
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
}
.delete,
.deleteProduct img {
  cursor: pointer;
}
.productText h3 {
  color: var(--Blue);
}

.itemProduct .price h2 {
  font-size: 20px;
}
.plus img,
.minus img {
  width: 27px;
  height: 27px;
  cursor: pointer;
}

.numberOfQty span {
  color: var(--text);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; /* 216.668% */
}

.numberOfProduct {
  padding: 24px 24px 25px 24px;
}
.numberOfProduct h2 {
  text-align: start;
}
.dilveryCard {
  padding: 13px;
  border-radius: 8px;
  border: 1px solid var(--Borders, #d1d5db);
}
.priceCart span {
  color: var(--Blue);
  font-size: 21.448px;
  font-weight: 700;
  line-height: 32.172px;
}

.custom-radio-label p {
  color: var(--Blue);
  font-weight: 500;
}
.custom-radio-label span {
  color: #6b7280;
}
/* .custom-radio-label span,
.securityPay span {
  text-align: start;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
} */

.price p {
  font-weight: 700;
  color: var(--green);
}
.price img {
  width: 14.456px;
  height: 16.086px;
}
.itemProduct .price img {
  width: 24.113px;
  height: 26.832px;
}
.itemProduct .price {
  justify-content: end;
  width: 55px;
}
.delete {
  cursor: pointer;
}
.totalPrice {
  padding: 17px 0 8px;
}
.iconsSecurity,
.totalPrice {
  border-top: 1px solid var(--Borders, #d1d5db);
}
.iconsSecurity {
  padding-top: 25px;
}
.greenBtn,
.backToProductPage {
  border-radius: 4px;
  padding: 16px 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px; /* 155.556% */
}
.greyBtn {
  border-radius: 4px;
  background: #d1d5db;
}
.greenBtn {
  border: 1px solid var(--green) !important;
  background: var(--green);
  color: #fff;
}
.boxCart .greenBtn:hover {
  color: var(--white) !important;
  background: var(--green) !important;
}
.backToProductPage {
  color: var(--Blue);
  background: var(--Light-BG, #f9fafb);
}

.securityPay {
  padding-top: 8px;
  padding: 16px;
  gap: 16px;
  border-radius: 8px;
  background: #eff6ff;
}
.securityPay p {
  color: var(--Blue);
}

.productText {
  width: 400px;
}

/* .checkOutBox {
  padding: 25px 15px;
} */
.checkOutBox .price img {
  width: 14.379px;
  height: 16.001px;
}

.checkOutBox .price p,
.favPrice p {
  color: var(--green) !important;
  font-weight: 700 !important;
}

.checkOutBox .plus img,
.checkOutBox .minus img {
  width: 16px;
  height: 17px;
}

.checkOutBox .productText p {
  color: var(--Blue);
  font-weight: 700;
}

.productDesc P,
.productText p,
.productText h3,
.servText p,
.productTitle h2,
.magnisimText p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.servText p {
  -webkit-line-clamp: 3;
}

.checkOutBox .imgProduct {
  width: 105px;
}

.produtMainImage {
  height: 592px;
}
input,
select,
textarea {
  padding: 13px 17px !important;
  border-radius: 8px;
  border: 1px solid var(--Borders, #d1d5db);
  direction: rtl !important;
  background: var(--ffffff, #fff);
}
input:focus,
select:focus,
textarea:focus {
  border: 1px solid var(--Borders, #d1d5db) !important;
  box-shadow: unset !important;
}
.freeQuerstionModal {
  max-width: 512px;
}
.dropdown-item img {
  width: 16px;
  height: 16px;
}
.newsTitlecPT {
  height: 80px;
  gap: 17.86px;
  margin-bottom: 13.391px;
}
.magnesimText {
  gap: 11.61px;
  height: 120px;
  margin-bottom: 18.733px;
}
.magnesimText .card-desc {
  -webkit-line-clamp: 2;
}
.magnisimTags {
  height: 32px;
}
::placeholder,
select option,
.signup label,
.signup ::placeholder,
.freeQuerstionModal label,
.freeQuerstionModal ::placeholder {
  color: var(--text);
  text-align: start;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.freeQuerstionModal ::placeholder {
  color: var(--Grey-Forms, #6b7280);
}
.signup form {
  box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.1),
    0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
label {
  color: var(--text);
  text-align: start;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

textarea {
  height: 86px;
}
.rowGapForm {
  row-gap: 24px;
}

.checkBoxCart {
  padding: 25px;
}

.boxCart input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 100px;
  border: 1px solid var(--Borders, #d1d5db);
  background: var(--ffffff, #fff);
  display: flex;
  width: 16px;
  height: 16px;
  padding: 1px !important;
  justify-content: flex-end;
  align-items: flex-start;
}
.wc_payment_methods.payment_methods.methods {
  padding: 0 !important;
}

.boxCart input[type="radio"]:checked {
  background: url(../../Images/INPUT-69.svg) no-repeat center;
  border: 1px solid var(--green);
  background-size: cover;
}
.disapeled {
  background-color: #e5e7eb;
  pointer-events: none;
  cursor: none;
}

.payCard {
  padding: 17px;
  border-radius: 8px;
  border: 1px solid var(--Borders, #d1d5db);
}

.rowGapCreditCard {
  row-gap: 16px;
}
.bacKtoCart {
  white-space: nowrap;
  padding: 16px 67px;
}
.bacKtoCart p,
.itemFavDetails p {
  color: var(--Blue);
  font-weight: 700;
}
.pay {
  width: 100%;
  padding: 16px 32px;
}

.allPayCrdit {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--Borders, #d1d5db);
}

.cartSection {
  padding: 64px 0;
}

.bannerProfile {
  height: 205px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 44px 0;
}
.bannerProfile h2 {
  color: var(--text);
  text-align: start;
  font-weight: 500;
}
/* .profileSection {
  padding: 48px 0;
} */
.profileSection h3,
.profileCardData h3 {
  color: var(--Blue);
}
.profileCardData {
  padding: 32px;
  height: 100%;
}

.accountPage {
  padding: 24px;
}
.profileCardData,
.accountPage {
  border-radius: 8px;
  background: var(--ffffff, #fff);
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.accountPage li {
  padding: 12px 16px;
  border-radius: 8px;
}
.accountPage li a {
  color: var(--text);
}
.accountPage li.active {
  background-color: var(--Blue);
}
.accountPage li.active a {
  color: var(--white);
}
.cardFav {
  padding: 17px;
}
.orderCard {
  padding: 25px;
}
.cardFav,
.orderCard {
  border-radius: 8px;
  border: 1px solid var(--Borders, #d1d5db);
}
.orderCard .imgProduct {
  width: 40px;
  height: 40px;
}
.numOrder p {
  font-size: 18px;
  line-height: 28px; /* 155.556% */
}
.numOrder p,
.orderStatus span,
.orderDataText p {
  color: var(--Blue);
}
.numOrder p,
.orderStatus span {
  font-weight: 700;
}
.orderDate p,
.orderDataText span {
  color: #4b5563;
}
.orderDataText p {
  font-weight: 500;
}
.orderBtn a {
  padding: 8px 24px;
}
.itemsBtn a {
  padding: 8px 16px;
  width: -webkit-fill-available;
  text-align: center;
}
.itemsBtn span {
  color: #fff;
  font-weight: 700;
}
/* .productDesc {
  height: 45px;
} */

.orderBtn a.blueBtn {
  padding: 10px 24px;
}
.orderBtn a span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.greyBtn span,
.greyBtn i {
  color: #374151 !important;
}
.modalOrders {
  background: rgba(0, 0, 0, 0.5);
  /* background: var(--ffffff, #fff); */
}
.modalOrders h3 {
  color: var(--Blue);
}
.modalOrders .modal-content {
  border-radius: 8px;
  border-bottom: 3px solid var(--70-cfbe, #70cfbe);
}
.modalOrders .modal-body,
.modalOrders .modal-header,
.modalOrders .modal-footer {
  padding: 0;
  border: unset;
}

.modalOrders .modal-header {
  padding-bottom: 24px;
}
.orderData p,
.modalOrders span {
  color: var(--Grey-Forms, #6b7280);
}
.boxModal {
  padding: 17px;
  border-radius: 8px;
}
.boxModal p {
  font-weight: 700;
}
.blueBox {
  background: var(--Blue-shade, #eff6ff);
}
.blueBox p,
.numOrder p,
.titleMOdal p {
  color: var(--Blue) !important;
}
.titleMOdal p {
  text-align: start;
  font-weight: 700;
}
.ltr {
  direction: ltr;
}
.orderCardModal,
.orderData {
  padding-bottom: 24px;
}
.modalOrders .modal-content {
  padding: 32px;
}
.customModal {
  max-width: 916px;
}
.orderData {
  border-bottom: 1px solid var(--Borders, #d1d5db);
}
.productBorder {
  padding: 16px 0 17px;
}
.orderData,
.productBorder {
  border-bottom: 1px solid var(--Borders, #d1d5db);
}
.orderModalBtn a {
  padding: 12px 24px;
  width: -webkit-fill-available;
  text-align: center;
}
.orderModalBtn a span {
  font-weight: 700;
}
.orderDateModal p {
  font-weight: 400;
}
.redBox {
  background: #fef2f2;
}
.redBox p {
  color: var(--Red, #ef4444) !important;
}
.redBtn {
  background-color: var(--Red, #ef4444);
}
.redBtn span {
  color: #fff;
}
.priceCart p {
  color: var(--Blue) !important;
  font-weight: 400;
}
.orderStatusCircle,
.blueCircle {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  border-radius: 9999px;
  background: var(--Borders, #d1d5db);
}
.blueCircle {
  background: var(--Blue-shade, #eff6ff);
}
.blueCircle i,
.addressDetails p {
  color: var(--Blue);
}
.stausOrderModal i {
  color: #6b7280;
}
.stausOrderModal.active .orderStatusCircle {
  background-color: var(--green);
}
.stausOrderModal.active .orderStatusCircle i {
  color: var(--white);
}
.stausOrderModal img.defult,
.stausOrderModal.active img.active {
  display: block;
}
.stausOrderModal img.active,
.stausOrderModal.active img.defult {
  display: none;
}
.orderDetails span {
  color: #4b5563;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  height: 32px;
  line-height: 16px;
  max-width: 60px;
  white-space: normal;
}
/* #orderDeatils {
  min-width: 916px;
} */
.stausOrderModal {
  position: relative;
}

.stausOrderModal::after {
  content: "";
  width: 220px;
  height: 4px;
  background: #d1d5db;
  position: absolute;
  right: 50px;
  top: 25px;
}
.orderDeatilsText p {
  padding-bottom: 8px;
  color: #4b5563;
}

.orderDeatilsText span {
  font-size: 16px;
  padding-right: 8px;
  line-height: 24px; /* 150% */
  color: var(--Blue);
}
.orderStatus span,
.orderNumber span {
  font-weight: 700;
}
.stausOrderModal:last-child:after {
  content: unset;
}
.modalBoxText {
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
.addressData i {
  width: 12.25px;
  height: 14px;
  flex-shrink: 0;
  color: #4b5563;
}
.accountPage ul::-webkit-scrollbar,
.accountPage ul {
  display: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
/* .headerBottom .nav-item a {
  height: 100%;
} */
.headerBottom .nav-item a.active {
  color: var(--green) !important;
}
.headerBottom .nav-item a.active {
  color: var(--green) !important;
  font-weight: 700;
  position: relative;
}
/* .headerBottom .nav-item .active:after {
  position: absolute;
  height: 100%;
  left: 65%;
  top: 40px;
  content: "";
  background: url(/Images/navActive.svg) no-repeat;
  width: 40px;
  height: 100%;
} */
.headerIcons .headerBottom .nav-item.active:after {
  content: "";
}
.cartCircle {
  background: var(--Blue);
  width: 80px;
  height: 80px;
}
.cartCircle i {
  color: #fff;
  font-size: 30px;
}
.reorederModal .modal-dialog {
  max-width: 672px;
}
.cancleOrder .modal-dialog {
  max-width: 672px;
}
.cancleOrder input {
  padding: 9px 17px !important;
}
.cancleOrder p {
  color: var(--Text, #374151);
}
.cancleOrder input::placeholder,
.profileCardData ::placeholder {
  color: var(--Text, #374151);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.cancelBuy {
  min-width: 448px;
}

.dropdown-menu .dropdown-menu {
  top: -130% !important;
  left: 100%;
  /* margin-top: 0; */
}
.allNotify {
  padding: 12px 0;
  background: var(--Light-BG, #f9fafb);
}
.allNotify span,
.notificationList p {
  color: var(--Blue);
}
.allNotify span {
  font-weight: 500;
}
.NotificationDropdown {
  width: 320px;
  padding: 12px;
  padding-bottom: 0 !important;
}
.notificationList {
  padding: 12px;
  border-bottom: 1px solid var(--Borders, #d1d5db);
}
.notificationList p {
  font-weight: 700;
}
.notificationList span {
  font-size: 10px;
  line-height: 16px;
  color: var(--Grey-Forms, #6b7280);
}
.notifyCircle {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 9999px;
}
.greenCircle {
  background: var(--Blue-shade, #eff6ff);
}
.notifyrStatus span {
  font-weight: 500;
}
.notifyrMsg span {
  color: var(--Text, #374151);
  font-size: 12px;
  line-height: 20px;
  white-space: break-spaces;
  line-height: 20px;
}
.NotificationDropdown .dropdown-item {
  padding: 12px;
}
.notifyrTime span {
  color: var(--Grey-Forms, #6b7280);
  font-size: 10px;
  padding-top: 4px;
  line-height: 16px;
}
.errorSection h1 {
  text-align: center;
  font-size: 60px;
  line-height: 100%;
}
.boxCard {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 98px 32px;
}
.boxCard .button-1 {
  padding: 16px 40px;
}

.site-footer {
  padding: 74px 0 32px !important;
}
.errorText {
  max-width: 671px;
  text-align: center;
}
.errorText p {
  padding: 8px 0 12px;
}
.footer-image {
  margin: 0;
}
.footer-bottom {
  padding: 0;
}
.securityAdvice h3 {
  color: var(--Blue);
}
.passwordSecuity {
  padding: 24px;
  border-radius: 8px;
  background: #eff6ff;
}
.notificationCard,
.buyCard {
  border-radius: 8px;
  border: 1px solid var(--Borders, #d1d5db);
}
.buyCard {
  padding: 25px;
}

.profileCardData .form-label {
  font-weight: 400;
}
.profileinfoModal {
  max-width: 770px;
}
.profileinfoModal label {
  font-size: 14px !important;
  font-weight: 700;
  line-height: 20px;
}
.profileEdit {
  padding-top: 8px;
}
.profileEdit .greyBtn {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 9px 24px;
}
.notificationCard {
  padding: 17px;
}
.infoIcon {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.passwordModalcHANGE {
  max-width: 512px;
}
.loginIcon {
  display: flex;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  border-radius: 99999px;
  background-color: var(--Blue);
}
.formmodel input {
  padding: 9px 17px !important;
}
.signup input {
  padding: 13px 49px !important;
}
.servicesSection {
  padding: 80px 0 100px;
}
.condition h2 {
  text-align: start;
  margin-bottom: 24px;
}
.bs-gutter-x-32 {
  --bs-gutter-x: 32px;
}
.bs-gutter-x-48 {
  --bs-gutter-x: 48px;
}
.bs-gutter-x-53 {
  --bs-gutter-x: 53px;
}
.about-contenttt h3 {
  font-weight: 400;
  line-height: 32px;
  color: var(--text);
}
.AboutCard p {
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 116.986px;
  max-width: 312px;
  font-size: 17.855px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.014px;
}
.bs-gutter-x-35 {
  --bs-gutter-x: 35.71px;
}

.success-buttons .btn:active {
  color: var(--white);
  background: unset;
}
.servicesSection h4 {
  color: var(--text);
  font-weight: 400;
}
.servicesDesc {
  padding-bottom: 80px;
}
.servicesDescData {
  padding: 32px 0;
  padding-right: 32px;
}
.servicesCard {
  padding-left: 0;
  border-radius: 16px;
  background: var(--ffffff, #fff);
  box-shadow: 0 4.464px 6.696px -4.464px rgba(0, 0, 0, 0.1),
    0 11.159px 16.739px -3.348px rgba(0, 0, 0, 0.1);
}
.info-text a p {
  direction: ltr;
}
.servicesText h3 {
  color: var(--text);
  font-weight: 400;
  line-height: 32px;
  /* font-weight: 300; */
  text-align: center;
}
.serviceCardAll {
  border-radius: 16px;
  justify-content: space-between;
  background: var(--ffffff, #fff);
  box-shadow: 0 4.464px 6.696px -4.464px rgba(0, 0, 0, 0.1),
    0 11.159px 16.739px -3.348px rgba(0, 0, 0, 0.1);
}
.serviceCardData {
  padding: 32px 16px;

  /* minheight: 486px; */
}
.serviceCardAll {
  margin-bottom: 32px;
}
/* .servicesImageFixed {
  height: 485.813px;
  width: 411px;
} */
.serviceCardAll img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* max-width: 411px; */
}

.serviceCardAll:nth-child(odd) img {
  border-radius: 16px 0 0 16px;
}
.serviceCardAll:nth-child(odd) .fiexImageCol,
.serviceCardAll:nth-child(odd) .serviceCardData {
  padding-left: 0 !important;
}
.serviceCardAll:nth-child(even) .fiexImageCol,
.serviceCardAll:nth-child(even) .serviceCardData {
  padding-right: 0 !important;
}
.serviceCardAll:nth-child(odd) {
  flex-direction: row !important;
}
.serviceCardAll:nth-child(even) {
  flex-direction: row-reverse !important;
}
.serviceCardAll:nth-child(even) img {
  border-radius: 0 16px 16px 0;
}
.dropdown-menu .blueBtn:hover span,
.button-1:hover {
  color: var(--Blue);
}
.dropdown-menu .blueBtn:hover,
.greenBtn:hover,
.button-1:hover,
.btn-2:hover {
  border: 1px solid var(--Blue);
  background: #fff !important;
}
.closModel {
  cursor: pointer;
}
.freeQuerstionModal .blueBtn {
  width: 100%;
  text-align: center;
}
.greenBtn:hover,
.btn-2:hover {
  color: var(--green) !important;

  border-color: var(--green) !important;
}
.greenBtn:hover span {
  color: var(--green) !important;
}
.popUpContent h3 {
  color: var(--Blue);
  font-weight: 400;
  text-align: center;
}
.error {
  position: absolute;
  font-size: 11px;
  color: red;
}
.errorBorder {
  border: 1px solid red !important;
}
.formInput {
  position: relative;
}
.formInput .error,
.modalAdreesChange .error {
  bottom: -17px;
}
.cardNewsImage {
  height: 214.261px;
  /* height: 352px; */
}
.newsTitle {
  height: 70px;
  margin-bottom: 17.855px;
}
.newsTitle h3,
.magnesimText h3,
.newsTitlecPT h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.cardNewsImage img {
  height: 100%;
  object-fit: contain;
  width: 100%;
  max-width: 100%;
}
.dateNews {
  height: 26.783px;
}
.newsText {
  height: 80px;
  margin-bottom: 26.783px;
}
.woocommerce-MyAccount-content {
  display: none;
}
.nsl-container,
.nsl-container-buttons {
  width: 100%;
  padding: 0 !important;
}
.nsl-button,
.apple-login-button {
  box-shadow: unset !important;
  border-radius: 4px;
  border: 1px solid var(--Borders, #d1d5db);
  background: var(--ffffff, #fff);
  /* margin-bottom: 12px; */
  /* padding: 13px 17px; */
  justify-content: center;
  align-items: center;
  /* width: 100%; */

  align-items: center;
  justify-content: center;
}
.apple-login-button {
  background-color: #fff !important;
}

div.nsl-container .nsl-button-default div.nsl-button-label-container,
.apple-login-button {
  color: var(--Text, #374151) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 24px !important;

  flex: unset !important;
  font-family: "Readex Pro" !important;

  /* --webkit-font-smoothing: unset!importantl; */
}
.nsl-button.nsl-button-default.nsl-button-google,
.apple-login-button {
  padding: 13px 17px !important;
}

.btn-google,
.nsl-button-label-container,
div.nsl-container .nsl-button-svg-container {
  padding: 0 !important;
}
div.nsl-container .nsl-button-svg-container {
  padding-left: 12px !important;
}
.apple-login-button:hover {
  opacity: 1;
  transform: unset;
}
.woocommerce-message {
  display: none;
}
.wpcf7-response-output {
  padding: 10px !important;
  margin: 20px 0 !important;
  text-align: center !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #b81c23 !important;
  color: #b81c23 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: green !important;
  color: green !important;
}
.fixedImage img {
  max-width: unset !important;
}

.fa-solid.fa-right-long {
  transform: rotate(-45deg);
}

.cartSection .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout a {
  color: #b81c23 !important;
  font-size: 14px;
}
/* .cartSection .numberOfQty {
  padding: 12px;
} */

.formNew input {
  margin-bottom: 18px;
}
.testimonialImage {
  height: 64px;
  width: 64px;
}
.testimonialImage img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.testText {
  margin-bottom: 24px;
  height: 338px;
}

.banner-slide {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.banner .btn-primary,
.banner-buttons .btn-outline-light {
  white-space: nowrap;
}

.wpcf7 input[type="tel"]::placeholder {
  text-align: right !important;
}

.wpcf7 input[type="tel"] {
  direction: ltr !important;
}

.magnisimTitle {
  height: 32px;

  margin-bottom: 14.05px;
}

.magnisimText {
  height: 56px;
  margin-bottom: 18.733px;
}
