@charset "UTF-8";
/*----===================== Variables =====================----*/
/*----===================== Mixin =====================----*/
/*----===================== moheet Global Typography =====================----*/
.moheet-typography-text {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; }

.moheet-typography-small-text {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; }

.moheet-typography-large-text {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px; }

.moheet-typography-meta {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; }

.moheet-typography-menu {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: -0.10px; }

.moheet-typography-section-title {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.64px; }

.moheet-typography-post-title {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1; }

.moheet-typography-post-title-large {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px; }

/* إعداد الخط الأساسي للموقع */
body {
  font-family: 'Noto Naskh Arabic', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  /* لون النص الأساسي */
  background-color: var(--e-global-color-background);
  /* لون الخلفية الأساسية */
  margin: 0;
  padding: 0; }

/* إعداد العناوين */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Naskh Arabic', sans-serif;
  color: #222;
  /* لون النص الداكن للعناوين */
  margin: 1em 0 0.5em;
  line-height: 1.3; }

h1 {
  font-size: 2.5em;
  font-weight: 700; }

h2 {
  font-size: 2em;
  font-weight: 600; }

h3 {
  font-size: 1.75em;
  font-weight: 500; }

h4 {
  font-size: 1.5em;
  font-weight: 500; }

h5 {
  font-size: 1.25em;
  font-weight: 400; }

h6 {
  font-size: 1em;
  font-weight: 400; }

/* إعداد النصوص العادية */
p {
  margin: 0 0 1.5em;
  color: #444;
  /* درجة أخف من الأسود للنصوص */
  font-size: 1em; }

/* إعداد الروابط */
a {
  color: #222;
  /* لون النص الداكن للرابط */
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s; }
  a:hover {
    text-decoration: underline;
    text-decoration-color: #999;
    text-underline-offset: 3.5px;
    color: inherit; }

/* إعداد الأزرار */
button,
.button {
  font-family: 'Noto Naskh Arabic', sans-serif;
  background-color: var(--e-global-color-primary);
  /* لون خلفية الزر الأساسي */
  color: #fff;
  /* لون النص الأبيض للزر */
  border: none;
  padding: 10px 20px;
  font-size: 1em;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s; }
  button:hover,
  .button:hover {
    background-color: var(--e-global-color-secondary);
    /* لون الخلفية عند التمرير */
    transform: translateY(-2px); }

/* تحسين قراءة القوائم */
ul,
ol {
  padding-left: 20px;
  margin: 0 0 1.5em; }

li {
  margin-bottom: 0.5em; }

/* تحسين الاقتباسات */
blockquote {
  font-style: italic;
  background-color: #f0f0f0;
  /* خلفية فاتحة لتمييز الاقتباس */
  padding: 10px 20px;
  border-left: 5px solid var(--e-global-color-primary);
  /* لون خط الاقتباس */
  margin: 0 0 1.5em;
  color: #333;
  /* لون النص داخل الاقتباس */ }

/* إعداد الجداول */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.5em; }

th,
td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
  font-size: 1em; }

th {
  background-color: #f5f5f5;
  /* خلفية خفيفة لرؤوس الجدول */
  font-weight: 600;
  color: #222;
  /* لون داكن للنص */ }

/* إعداد خاص للملاحظات والتنبيهات */
.notice {
  background-color: var(--e-global-color-accent);
  /* لون الخلفية للتنبيهات */
  padding: 15px;
  border: 1px solid var(--e-global-color-secondary);
  /* لون الحدود */
  color: #fff;
  /* لون النص الأبيض */
  font-weight: 500;
  border-radius: 5px;
  margin: 0 0 1.5em; }

.vendors-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 20px;
  text-align: center; }
  @media (max-width: 600px) {
    .vendors-list-grid {
      grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); } }
  .vendors-list-grid .vendor-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    padding: 10px; }
    .vendors-list-grid .vendor-card:hover {
      transform: translateY(-5px); }
    .vendors-list-grid .vendor-card a {
      text-decoration: none;
      color: inherit; }
    .vendors-list-grid .vendor-card .vendor-logo {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 10px; }
      .vendors-list-grid .vendor-card .vendor-logo img {
        object-fit: cover;
        border-radius: 8px; }
    .vendors-list-grid .vendor-card .vendor-info {
      padding: 5px 0 20px 0; }
      .vendors-list-grid .vendor-card .vendor-info h3 {
        font-size: 13px;
        margin: 10px 0 5px;
        font-weight: bold; }
      .vendors-list-grid .vendor-card .vendor-info p {
        font-size: 12px;
        line-height: 12px;
        color: #777;
        margin: 0; }

.products-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px; }
  .products-list-grid .product-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 15px; }
    .products-list-grid .product-card .product-image img {
      width: 100%;
      height: auto;
      border-bottom: 2px solid #ddd; }
    .products-list-grid .product-card .product-info {
      padding: 10px; }
      .products-list-grid .product-card .product-info h4 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 5px; }
      .products-list-grid .product-card .product-info h5 {
        font-size: 13px;
        color: #3c9cd8;
        font-weight: 500; }
      .products-list-grid .product-card .product-info ul.product-meta {
        list-style: none;
        padding: 0; }
        .products-list-grid .product-card .product-info ul.product-meta li {
          font-size: 12px;
          font-weight: 300;
          color: #555;
          margin: 5px 0;
          line-height: 14px; }
    .products-list-grid .product-card .add-to-cart {
      margin-top: 10px; }
      .products-list-grid .product-card .add-to-cart .add-to-cart-button {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 5px 15px;
        background-color: #5ec4b6;
        color: #fff;
        font-weight: bold;
        border-radius: 5px;
        text-decoration: none;
        font-size: 14px;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s ease-in-out, transform 0.2s ease-in-out; }
        .products-list-grid .product-card .add-to-cart .add-to-cart-button:hover {
          background-color: #5ec4b6;
          transform: scale(1.05); }
        .products-list-grid .product-card .add-to-cart .add-to-cart-button i {
          background: #49a99c;
          color: #fff;
          padding: 6px;
          border-radius: 5px; }

.container {
  max-width: 1140px !important; }

#primary.content-area {
  padding: 70px 0; }

.woocommerce .woocommerce-breadcrumb {
  margin: 0; }

.woocommerce-products-header {
  margin-bottom: 20px; }
  .woocommerce-products-header h1 {
    margin: 0; }

.category-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  background-color: #F5F5F5;
  border-radius: 3px;
  border: 1px solid #F3EFEF; }
  .category-item .img-in {
    flex-shrink: 0;
    margin-left: 20px; }
    .category-item .img-in img {
      border-radius: 5px;
      max-width: 65px;
      height: 65px;
      object-fit: contain; }
  .category-item .out h3 {
    font-size: 14px;
    margin: 0;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 700; }
    .category-item .out h3 a {
      color: #000; }
  .category-item .out p {
    font-size: 14px;
    margin: 5px 0 0; }

.group-product {
  background-color: white;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px; }
  .group-product .img-in {
    position: relative; }
    .group-product .img-in img {
      border-radius: 5px; }
    .group-product .img-in .group-label {
      display: inline-block;
      padding: 5px 15px;
      font-size: 14px;
      line-height: 1;
      border-radius: 8px;
      background-color: #3c9cd8;
      color: #fff;
      position: absolute;
      top: 10px;
      right: 10px; }
  .group-product .out {
    padding: 15px 0; }
    .group-product .out a.title {
      font-size: 16px;
      font-weight: 700;
      color: #000;
      line-height: 1.6; }
    .group-product .out h4 {
      font-size: 14px;
      line-height: 1.5;
      color: #666; }
      .group-product .out h4 ins bdi {
        font-weight: 700;
        color: #000; }
        .group-product .out h4 ins bdi span {
          font-weight: 600;
          color: #666; }
    .group-product .out .btn-primary {
      background-color: #5ec4b6;
      border: none;
      font-size: 13px; }
      .group-product .out .btn-primary:hover {
        background-color: #3c9cd8; }

.linkaraby-product-taxonamy {
  padding: 60px 0; }
  .linkaraby-product-taxonamy .banner img {
    border-radius: 5px; }
  .linkaraby-product-taxonamy .taxonomy-title {
    display: flex;
    align-items: center; }
    .linkaraby-product-taxonamy .taxonomy-title .thum {
      width: 75px;
      margin-left: 15px; }
    .linkaraby-product-taxonamy .taxonomy-title h1.title {
      font-size: 32px;
      list-style: 1.4; }

.post-type-archive .site-main {
  padding: 60px 0; }

.woocommerce .woocommerce-result-count {
  margin: 1em 0 1em !important; }

.woocommerce .button,
.woocommerce-page .button,
.woocommerce form input[type="submit"] {
  background-color: #0071a1 !important !important;
  color: white !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 10px 20px !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
  font-size: 16px !important;
  font-weight: bold !important;
  text-transform: uppercase !important; }
  .woocommerce .button:hover,
  .woocommerce-page .button:hover,
  .woocommerce form input[type="submit"]:hover {
    background-color: #D24848 !important !important; }

.quantity {
  display: flex !important;
  align-items: center !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  padding: 5px !important; }
  .quantity input.qty {
    width: 50px !important;
    text-align: center !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    padding: 5px !important;
    transition: border-color 0.3s ease !important; }
    .quantity input.qty:focus {
      border-color: #0071a1 !important !important;
      outline: none !important; }
  .quantity .plus,
  .quantity .minus {
    background-color: #f7f7f7 !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 10px 15px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important; }
    .quantity .plus:hover,
    .quantity .minus:hover {
      background-color: white !important; }

.container {
  max-width: 1140px; }

.archive-layout,
.search-results-layout {
  background: #F7F7F7;
  padding: 70px 0; }
  .archive-layout h4.search-title,
  .search-results-layout h4.search-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    margin: 0;
    font-size: 22px; }

.breadcrumb {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px; }
  .breadcrumb a {
    color: #0073e6;
    text-decoration: none;
    transition: color 0.3s ease; }
    .breadcrumb a:hover {
      color: #005bb5; }
  .breadcrumb i {
    margin-right: 5px;
    color: #666; }
  .breadcrumb span {
    color: #333; }

.shakh-archive h1.shakh-tax-tiltle {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 25px;
  margin: 0 0 30px 0; }
.shakh-archive .shakh-archive-header {
  margin-bottom: 20px; }
  .shakh-archive .shakh-archive-header .shakh-archive-tabs .nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 3px;
    color: #5a5a5a;
    background-color: #f8f9fa;
    transition: all 0.3s;
    margin-left: 5px; }
    .shakh-archive .shakh-archive-header .shakh-archive-tabs .nav-link.active {
      color: #fff;
      background-color: var(--e-global-color-secondary); }
    .shakh-archive .shakh-archive-header .shakh-archive-tabs .nav-link:hover {
      color: #fff;
      background-color: var(--e-global-color-secondary); }
.shakh-archive .shakh-archive-content ul {
  list-style: none;
  padding: 0; }
.shakh-archive .shakh-archive-content li {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 10px;
  transition: all 0.3s; }
  .shakh-archive .shakh-archive-content li:hover {
    background-color: #e9ecef; }
  .shakh-archive .shakh-archive-content li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #212529; }
    .shakh-archive .shakh-archive-content li a .badge {
      font-size: 12px; }
    .shakh-archive .shakh-archive-content li a:hover {
      text-decoration: none; }

.no-content {
  display: none;
  font-size: 16px;
  font-weight: bold;
  color: #dc3545;
  text-align: center;
  margin: 20px 0; }

ul.search-results-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.search-results-list li {
    padding: 15px 0;
    border-bottom: 1px solid #ccc; }
    ul.search-results-list li a {
      font-size: 18px;
      font-weight: 500; }

.sheikh-pagination {
  margin: 20px 0;
  font-size: 14px;
  font-weight: 700;
  /* تصغير الحجم بنسبة 35% */ }
  .sheikh-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden; }
    .sheikh-pagination ul li {
      margin: 0;
      padding: 0;
      border-right: 1px solid #ddd;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 30px;
      height: 30px; }
      .sheikh-pagination ul li:last-child {
        border-right: none; }
      .sheikh-pagination ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px 12px;
        min-width: 30px;
        height: 30px;
        text-decoration: none;
        color: #6c757d;
        font-weight: 500;
        transition: all 0.3s ease; }
        .sheikh-pagination ul li a:hover {
          background-color: #f8f9fa;
          color: #007bff; }
      .sheikh-pagination ul li.active {
        background-color: #eee;
        font-weight: bold; }

.shikh-single {
  padding: 70px 0;
  background: #F7F7F7; }
  .shikh-single .single-out {
    padding: 30px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-bottom: 40px; }
    .shikh-single .single-out h2.post-title-in {
      font-family: "Noto Kufi Arabic", sans-serif;
      margin: 0 0 30px 0;
      font-size: 22px;
      padding: 10px 0px;
      border-bottom: solid 1px #dfdfdf; }
    .shikh-single .single-out .audio-card audio {
      width: 100%;
      margin-bottom: 8px; }
    .shikh-single .single-out .book-details {
      text-align: right; }
      .shikh-single .single-out .book-details td,
      .shikh-single .single-out .book-details th {
        text-align: right; }

#content.page {
  padding: 70px 0; }

nav.woocommerce-MyAccount-navigation {
  background-color: #f2f2f2;
  padding: 30px;
  border: 1px solid #dad8d8;
  border-radius: 5px; }
  nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0; }
    nav.woocommerce-MyAccount-navigation ul li {
      list-style: none;
      display: block;
      margin: 0;
      padding: 0; }
      nav.woocommerce-MyAccount-navigation ul li a {
        color: #000;
        text-decoration: none;
        font-size: 14px;
        display: block;
        padding: 10px 0 15px 0;
        border-bottom: 1px solid #eceaea;
        line-height: 15px; }
        nav.woocommerce-MyAccount-navigation ul li a:hover {
          color: #5ec4b6; }

/*# sourceMappingURL=main.css.map */
