/*
Theme Name: SaiedSoft
URI: http://s-host.ir/
Description:Developed By SaiedSoft
Version: 1.0.0
Author: Saied Meftahi
Author URI: http://s-host.ir
*/

@font-face {
  font-family: Vazirmatn;
  src: url('fonts/Vazirmatn-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('fonts/Vazirmatn-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('fonts/Vazirmatn-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('fonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('fonts/Vazirmatn-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('fonts/Vazirmatn-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('fonts/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('fonts/Vazirmatn-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('fonts/Vazirmatn-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('fonts/Vazirmatn[wght].woff2') format('woff2 supports variations'),
       url('fonts/Vazirmatn[wght].woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

body
{
  direction: rtl;
  font-family: Vazirmatn;
  font-feature-settings: "ss01";
  padding-bottom: 6em;
}
a
{
  color: #333;
}
a:hover
{
  text-decoration: none;
  color: #333;
}
/* SaiedSoft Start Header Top */

.saiedsoft-header-top-row
{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.saiedsoft-header-top-wrapper
{
  padding: 24px;
}
.saiedsoft-header-top-box
{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.saiedsoft-header-top-brand
{
  display: flex;
  align-items: center;
  gap: 14px;
}
.saiedsoft-header-top-brand-logo
{

}
.saiedsoft-header-top-brand-text h1
{
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
.saiedsoft-header-top-brand-text h2
{
  text-align: right;
  font-size: 14px;
  color: #333;
  margin-top: 2px;
  font-weight: 500;
}
.saiedsoft-header-top-brand-profile
{
  display: flex;
  gap: 10px;
}
.saiedsoft-header-top-brand-profile-btn
{
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(0,0,0,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}


/* SaiedSoft End Header Top */


/* SaiedSoft Start Stories */

.saiedsoft-stories-wrapper
{
  display: flex;
  gap:15px;
  padding: 24px;
}
.saiedsoft-stories-box
{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  scroll-snap-align: start;
  flex-shrink: 0;
}
.saiedsoft-stories-box-post
{
  width: 75px;
  height: 75px;
  border-radius: 50%;
  padding: 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border: 3px solid white;
  text-align: center;
}
.saiedsoft-stories-swiper .swiper-slide
{
  width: 80px;
}
.saiedsoft-stories-box-post-cover
{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.saiedsoft-stories-box span
{
  font-size: 12px;
  text-align: center;
}

/* SaiedSoft End Stories */

/* SaiedSoft Start Slider */

.saiedsoft-slider-wrapper
{
  padding: 10px 24px 0px 24px;
}
.saiedsoft-slider-box
{
  width: 100%;
  height: calc(220px + (300 - 220) * ((100vw - 480px) / (1140 - 480)));
  min-height: 220px;
  max-height: 300px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border-radius: 20px;
  position: relative;
}
.saiedsoft-slider-box-image
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.saiedsoft-slider-box-overlay
{
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  border-radius: 20px;
}
.saiedsoft-slider-box-overlay-tag
{
  background: #eb3669;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 12px;
  align-self: flex-start;
  margin-bottom: 8px;
}
.saiedsoft-slider-box-overlay-title
{
  color: white;
  font-weight: 800;
  font-size: 18px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
  text-align: right;

}
.saiedsoft-slider-row .swiper-pagination .swiper-pagination-bullet-active
{
  width: 20px !important;
  border-radius: 5px;
  background: #fff;
}
.saiedsoft-slider-row .swiper-pagination .swiper-pagination-bullet
{
  width: 15px;
  border-radius: 5px;
}


/* SaiedSoft End SLider */


/* SaiedSoft Start Quick Box */

.saiedsoft-quick-wrapper
{
  padding: 0px 24px 0px 24px;
}
.saiedsoft-quick-box-header-title
{
  padding: 24px 0 12px;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.saiedsoft-quick-box-grid
{
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 15px;
}
.saiedsoft-quick-box
{
  background: white;
  border-radius: 18px;
  padding: 12px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
  cursor: pointer;
  transition: 0.2s;
  border: 1px solid transparent;
  transition: transform 0.2s;
  font-size: 12px;
  font-weight: 700;
  transition: transform 0.3s, box-shadow 0.3s;
}
.saiedsoft-quick-box-icon
{
  width: 58px;
  height: 58px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 22px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  position: relative;
  overflow: hidden;
}
.saiedsoft-quick-box:hover
{
  box-shadow: 0 0 10px #e9e9e9;
  transition: transform 0.3s, box-shadow 0.3s;
}

/* SaiedSoft End Quick Box */

/* SaiedSoft Start News */

.saiedsoft-news-wrapper
{
  padding: 0px 24px 0px 24px;
}
.saiedsoft-news-box-header-title
{
  padding: 24px 0 12px;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.saiedsoft-news-box-title-button
{
  font-size: 14px;
  background: #57667c;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
}
.saiedsoft-news-box-grid
{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0 0 24px;
}
.saiedsoft-news-box
{
  min-width: 200px;
  max-width: 260px;
  width: 200px;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.05), 0 2px 4px -2px rgb(0 0 0 / 0.05);;
  border: 1px solid #f1f5f9;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  overflow: hidden;
  text-align: right;
}
.saiedsoft-news-box:hover
{
  cursor: pointer;
}
.saiedsoft-news-box-image
{
  width: 100%;
  height: 140px;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 12px;
}
.swiper-slide:nth-of-type(odd) .saiedsoft-news-box-tag
{
  background: #ecfdf5;
  color: #059669;
  padding: 2px 10px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 5px;
}
.swiper-slide:nth-of-type(even) .saiedsoft-news-box-tag
{
  background: #fff7ed;
  color: #ea580c;
  padding: 2px 10px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 5px;
}
.saiedsoft-news-box:nth-of-type(odd) .saiedsoft-news-box-tag
{
  background: #ecfdf5;
  color: #059669;
  padding: 2px 10px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 5px;
}
.saiedsoft-news-box:nth-of-type(even) .saiedsoft-news-box-tag
{
  background: #fff7ed;
  color: #ea580c;
  padding: 2px 10px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 5px;
}
.saiedsoft-news-box-tag-paid
{
  background: #fff7ed;
  color: #ea580c;
  padding: 2px 10px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 5px;
}
.saiedsoft-news-box-title
{
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 8px;
  line-height: 1.5;
  height: 45px;
  color: #333;
  font-size: 15px;
}
.saiedsoft-news-box-meta
{
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  align-items: center;
  color: #65748b;
}
.saiedsoft-news-swiper
{
  padding-bottom: 5px;
}
.saiedsoft-news-swiper .swiper-slide
{
  min-width: 200px;
  max-width: 260px;
  width: 200px;
}


/* SaiedSoft End News */

/* SaiedSoft Start Videos */

.saiedsoft-videos-wrapper
{
  padding: 0px 24px 0px 24px;
}
.saiedsoft-videos-box-header-title
{
  padding: 24px 0 12px;
  font-weight: 700;
  font-size: 18px;
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.saiedsoft-videos-box-title-button
{
  font-size: 14px;
  background: #e11d48;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
}
.saiedsoft-videos-box-grid
{
  display: flex;
  gap: 15px;
  padding: 0 0 24px;
}
.saiedsoft-videos-box
{
  min-width: 200px;
  max-width: 260px;
  width: 210px;
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.05), 0 2px 4px -2px rgb(0 0 0 / 0.05);;
  border: 1px solid #f1f5f9;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  overflow: hidden;
  text-align: right;
}
.saiedsoft-videos-box:hover
{
  cursor: pointer;
}
.saiedsoft-videos-swiper
{
  padding-bottom: 5px;
}
.saiedsoft-videos-swiper .swiper-slide
{
  min-width: 200px;
  max-width: 260px;
  width: 200px;
}
.saiedsoft-videos-box-image
{
  width: 100%;
  height: 140px;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 12px;
}
.saiedsoft-videos-box-tag
{
  font-size: 12px;
  color: #6366f1;
  font-weight: 700;
  margin-bottom: 4px;
  display: inline-block;
}
.saiedsoft-videos-box-tag-free
{
  background: #ecfdf5;
  color: #059669;
  padding: 2px 10px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 5px;
}
.saiedsoft-videos-box-tag-paid
{
  background: #fff7ed;
  color: #ea580c;
  padding: 2px 10px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 5px;
}
.saiedsoft-videos-box-title
{
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 8px;
  line-height: 1.5;
  height: 45px;
  color: #333;
  font-size: 15px;
}
.saiedsoft-videos-box-meta
{
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  align-items: center;
  color: #65748b;
}

/* SaiedSoft End Videos */

/* SaiedSoft Start Articles */

.saiedsoft-articles-wrapper
{
  padding: 0px 24px 0px 24px;
}
.saiedsoft-articles-box-header-title
{
  padding: 24px 0 12px;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.saiedsoft-articles-box-title-button
{
  font-size: 14px;
  background: #6366f1;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
}
.saiedsoft-articles-box-grid
{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0 0 24px;
}
.saiedsoft-articles-box
{
  display: flex;
  gap:15px;
  min-width: 49.2%;
  max-width: 435px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.05), 0 2px 4px -2px rgb(0 0 0 / 0.05);;
  border: 1px solid #f1f5f9;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  overflow: hidden;
  text-align: right;
}
.saiedsoft-articles-box:hover
{
  cursor: pointer;
}
.saiedsoft-articles-box-image
{
  width: 100px;
  height: 100px;
  border-radius: 15px;
  margin: 0;
}
.saiedsoft-articles-box-tag
{
  font-size: 12px;
  color: #6366f1;
  font-weight: 700;
  margin-bottom: 4px;
  display: inline-block;
}
.saiedsoft-articles-box:nth-of-type(odd) .saiedsoft-articles-box-tag
{
  background: #ecfdf5;
  color: #059669;
  padding: 2px 10px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 5px;
}
.saiedsoft-articles-box:nth-of-type(even) .saiedsoft-articles-box-tag
{
  background: #fff7ed;
  color: #ea580c;
  padding: 2px 10px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 5px;
}
.saiedsoft-articles-box-tag-free
{
  background: #ecfdf5;
  color: #059669;
  padding: 2px 10px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 5px;
}
.saiedsoft-articles-box-tag-paid
{
  background: #fff7ed;
  color: #ea580c;
  padding: 2px 10px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 5px;
}
.saiedsoft-articles-box-title
{
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 8px;
  line-height: 1.5;
  color: #333;
  font-size: 15px;
}
.saiedsoft-articles-box-meta
{
  font-size: 12px;
  align-items: center;
  color: #65748b;
}

/* SaiedSoft End Articles */

/* SaiedSoft Start Books */

.saiedsoft-books-wrapper
{
  padding: 0px 24px 0px 24px;
}
.saiedsoft-books-box-header-title
{
  padding: 24px 0 24px;
  font-weight: 700;
  font-size: 18px;
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.saiedsoft-books-box-title-button
{
  font-size: 14px;
  background: #d97706;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
}
.saiedsoft-books-box-grid
{
  display: flex;
  gap: 15px;
  padding: 0 0 24px;
}
.saiedsoft-books-swiper
{
  padding-bottom: 5px;
}
.saiedsoft-books-swiper .swiper-slide
{
  min-width: 200px;
  max-width: 260px;
  width: 200px;
}
.saiedsoft-books-box
{
  min-width: 200px;
  max-width: 260px;
  width: 210px;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.05), 0 2px 4px -2px rgb(0 0 0 / 0.05);;
  border: 1px solid #f1f5f9;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.saiedsoft-books-box:hover
{
  cursor: pointer;
}
.saiedsoft-books-box-image
{
  width: 100%;
  height: 140px;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 12px;
}
.saiedsoft-books-box-tag
{
  font-size: 12px;
  color: #6366f1;
  font-weight: 700;
  margin-bottom: 4px;
  display: inline-block;
}
.saiedsoft-books-box-tag-free
{
  background: #ecfdf5;
  color: #059669;
  padding: 2px 10px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 5px;
}
.saiedsoft-books-box-tag-paid
{
  background: #fff7ed;
  color: #ea580c;
  padding: 2px 10px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 5px;
}
.saiedsoft-books-box-title
{
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 8px;
  line-height: 1.5;
  color: #333;
  font-size: 15px;
  text-align: center;
}
.saiedsoft-books-box-tag-price
{
  font-size: 14px;
  line-height: 2;
  font-weight: 700;
  color: #e11d48;
  margin-bottom: 10px;
  display: block;
}
.saiedsoft-books-box-tag-price ins
{
  text-decoration: none !important;
  color: #e11d48;
}
.saiedsoft-books-box-tag-price del bdi
{
  text-decoration: none;
  color: #888;
}
.saiedsoft-books-box-tag-price del bdi .woocommerce-Price-currencySymbol
{
  display: none;
}
.saiedsoft-books-box-add-to-cart-btn
{
  font-family: Vazirmatn;
  font-size: 12px;
  padding: 8px;
  width: 100%;
  font-weight: 700;
  background: #ff4757;
  color: #fff;
  border-radius: 10px;
  margin: 4px;
  border: 0;
}
.saiedsoft-books-box-meta
{
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  align-items: center;
  color: #65748b;
}

/* SaiedSoft End Books */

/* SaiedSoft Start Single Page */

.saiedsoft-single-page-row
{
  margin-top: 2em;
}
.saiedsoft-single-page
{
  position:fixed;
  inset:0;
  background: rgba(0, 0, 0, 0.5);
  opacity:0;
  visibility:hidden;
  transition:.2.5s ease;
  z-index:999;
}
.saiedsoft-single-page-box
{
  background: #fff;
  bottom:0;
  width:100%;
  padding-top: 2em;
  padding-bottom: 2em;
  transition: .4s cubic-bezier(.2,1.2,.3,1);
  z-index:1050;
  overflow:hidden;
}

.open .saiedsoft-single-page
{
  opacity:1;
  visibility:visible;
}
.saiedsoft-single-page-rounded-pills
{
  width: 40px;
  height: 4px;
  background: #e2e8f0;
  border-radius: 10px;
  margin: 0 auto 20px;
}
.saiedsoft-single-page-content-box
{
  margin-top: 1em;
}
.saiedsoft-single-page-content
{
  text-align: right;
}
.saiedsoft-single-page-content-image
{
  width: 100%;
  height: 600px;
  max-height: 800px;
  min-height: 600px;
  object-fit:cover;
}
.saiedsoft-single-page-content-tag
{
  display: block;
  background: #fff7ed;
  color: #ea580c;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 3;
  text-align: center;
}
.saiedsoft-single-page-content-tag a
{
  color: #ea580c;
}
.saiedsoft-single-page-content-title
{
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  margin-top: -10px;
}
.saiedsoft-single-page-content-date
{
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}
.saiedsoft-single-page-content-text
{
  padding: 1.5em;
}
.saiedsoft-single-page-content-text ,.saiedsoft-single-page-content-text p
{
  font-size: 14px;
  color: #666;
  line-height: 2.5;
  text-align: justify;
}
.saiedsoft-single-page-box-icon
{
  background: white;
  border-radius: 18px;
  padding: 12px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: 0.2s;
  border: 1px solid transparent;
  transition: transform 0.2s;
  font-size: 16px;
  font-weight: 700;
  transition: transform 0.3s, box-shadow 0.3s;
  width: 100px;
  margin: auto;
}
.saiedsoft-single-page-icon
{
  width: 70px;
  height: 70px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 25px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  position: relative;
  overflow: hidden;
}
.saiedsoft-single-page-box-meta
{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.saiedsoft-single-page-box-meta span
{
  background: #fff7ed;
  border-radius: 10px;
  padding: 8px;
  color: #333;
  line-height: 3;
  font-size: 14px;
}
.saiedsoft-single-page-single-button
{
  width: 100%;
  padding: 0.8em;
  background: linear-gradient(135deg,#0ea5e9,#0284c7);
  color: #fff;
  border-radius: 12px;
  margin: 4px;
  margin-top: 1em;
}
.saiedsoft-single-page-close-button
{
  width: 100%;
  padding: 0.8em;
  background: #f8f9fa;
  color: #333;
  border-radius: 15px;
  margin: 4px;
}
.saiedsoft-single-page-product-images-swiper
{
  width: 100%;
  max-height: 600px;
}
.saiedsoft-single-page-product-swiper .swiper-slide
{
  width: 100%;
  height: 600px;
  max-height: 800px;
  min-height: 600px;
}
.saiedsoft-single-page-product-price
{
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.saiedsoft-single-page-product-price .price
{
  font-size: 18px;
  text-align: center;
}
.saiedsoft-single-page-product-price ins
{
  text-decoration: none !important;
  color: #e11d48;
}
.saiedsoft-single-page-product-price del bdi
{
  text-decoration: none;
  color: #888;
}
.saiedsoft-single-page-product-price del bdi .woocommerce-Price-currencySymbol
{
  display: none;
}
.saiedsoft-single-page-product-add-to-cart .single_add_to_cart_button
{
  width: 100% !important;
  border: 0 !important;
  padding: 0.8em !important;
  background: linear-gradient(135deg, #F43F5E,0%, #E11D48 100%) !important;
  color: #fff;
  border-radius: 15px;
  margin: 4px;
}
.saiedsoft-single-page-product-add-to-cart .single_add_to_cart_button:hover
{
  cursor: pointer;
}

/* SaiedSoft End Single Page */

/* SaiedSoft Start BreadCrumb */

.saiedsoft-breadcrumb
{
  background-color: transparent !important;
  font-family: Vazirmatn;
  font-size: 14px;
}
.saiedsoft-breadcrumb .breadcrumb
{
  background-color: transparent !important;
  font-family: Vazirmatn;
  font-size: 14px;
  line-height: 1.8;
  justify-content: center;
  text-align: center;
  margin-bottom: 5px;
}
.saiedsoft-breadcrumb .breadcrumb li
{
  color: #333;
}
.saiedsoft-breadcrumb .breadcrumb-item + .breadcrumb-item
{
  padding-left: 2px !important;
  padding-right: 0px !important;
}
.saiedsoft-breadcrumb .breadcrumb-item + .breadcrumb-item::before
{
  padding-left: 3px !important;
  padding-right: 1px !important;
}
.saiedsoft-breadcrumb .breadcrumb a
{
  color: #333;
}

/* SaiedSoft End BreadCrumb */

/* SaiedSoft Start Pagination */

.pagination
{
  font-family: Vazirmatn;
  font-weight: 500;
  font-size: 14px;
  direction: ltr;
  justify-content: center;
  width: 100%;
  margin:auto;
  margin-top: 2em;
}
.pagination
{
  font-family: Vazirmatn;
  font-weight: 400;
  font-size: 14px;
  direction: ltr;
  margin:auto;
  margin-top: 2em;
}

.page-item.active .page-link
{
  background-color: #3b82f6;
  border-color: #3b82f6;
	color: #fff;
}
.pagination .page-link
{
  color: #424141;
}

/* SaiedSoft End Pagination */


/* SaiedSoft Start Main Navigation */

.saiedsoft-main-navigation-row
{
  position: fixed;
  background: #fff;
  width: 100%;
  bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  z-index: 9;
}
.saiedsoft-main-navigation
{
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 1em;
  background: #fff;
  z-index: 100;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.saiedsoft-main-navigation-item
{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #CBD5E1;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
  cursor: pointer;
  flex: auto;
  line-height: 2;
}
.saiedsoft-main-navigation-item.active
{
  color: #4F46E5;
}
.saiedsoft-main-navigation-item.active i
{
  background: rgba(79, 70, 229, 0.1);
  color: #4F46E5;
  padding: 8px;
  border-radius: 14px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.saiedsoft-main-navigation-item i
{
  font-size: 22.5px;
  margin-bottom: 4px;
  transition: 0.3s;
}
/* SaiedSoft End Main Navigation */

/* SaiedSoft Start Modal Posts */

body.saiedsoft-modal
{
  overflow:hidden;
}

.saiedsoft-modal-posts{
  position:fixed;
  inset:0;
  background: rgba(0, 0, 0, 0.5);
  opacity:0;
  visibility:hidden;
  transition:.2.5s ease;
  z-index:999;
}

.saiedsoft-modal-posts-box{
  background: #fff;
  position:fixed;
  left:50%;
  bottom:0;
  transform:translate(-50%,100%);
  width:100%;
  max-width:480px;
  border-radius: 32px 32px 0 0;
  padding: 24px;
  padding-bottom: 0;
  transition: .4s cubic-bezier(.2,1.2,.3,1);
  z-index:1050;
  overflow:hidden;
}
.open .saiedsoft-modal-posts-box{
  transform:translate(-50%,0);
}
.open .saiedsoft-modal-posts{
  opacity:1;
  visibility:visible;
}
.saiedsoft-modal-posts-rounded-pills
{
  width: 40px;
  height: 4px;
  background: #e2e8f0;
  border-radius: 10px;
  margin: 0 auto 20px;
}
.saiedsoft-modal-posts-content
{
  text-align: right;
}
.saiedsoft-modal-posts-content-image
{
  border-radius: 20px;
  width: 100%;
  height:220px;
  object-fit:cover;
}
.saiedsoft-modal-posts-content-tag
{
  background: #fff7ed;
  color: #ea580c;
  padding: 2px 10px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 12px;
}
.saiedsoft-modal-post-content-box
{
  padding: 1em;
}
.saiedsoft-modal-post-content-title
{
  font-weight: 500;
  font-size: 20px;
  margin-top: 5px;
}
.saiedsoft-modal-posts-content-date
{
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}
.saiedsoft-modal-posts-content-text ,.saiedsoft-modal-posts-content-text p
{
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  text-align: justify;
}
.saiedsoft-modal-posts-single-button
{
  width: 100%;
  padding: 0.8em;
  background: linear-gradient(135deg,#0ea5e9,#0284c7);
  color: #fff;
  border-radius: 12px;
  margin: 4px;
  margin-top: 1em;
}
.saiedsoft-modal-posts-close-button
{
  width: 100%;
  padding: 0.8em;
  background: #f8f9fa;
  color: #333;
  border-radius: 15px;
  margin: 4px;
}
.saiedsoft-modal-posts-box .saiedsoft-modal-posts-content-tag
{
  display: block;
  text-align: center;
  line-height: 3;
  margin-bottom: 8px;
}
.saiedsoft-modal-posts-box .saiedsoft-modal-post-content-title
{
  text-align: center;
}
.saiedsoft-modal-posts-box .saiedsoft-modal-posts-content-date
{
  display: block;
  text-align: center;
}
.saiedsoft-modal-posts-box .saiedsoft-books-box-tag-price
{
  text-align: center;
  font-size: 16px;
}

/* SaiedSoft End Modal Posts */

/* SaiedSoft Start Woocommerce */

.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row
{
display: block !important;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2
{
width: 100% !important;
max-width: 100% !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
.saiedsoft-single-page-content-text .woocommerce-cart-form__cart-item
{
  text-align: center !important;
  padding: 1em;
}
.saiedsoft-single-page-content-text .woocommerce-cart-form__contents
{
  text-align: center !important;
}
.saiedsoft-single-page-content-text .woocommerce-cart-form__cart-item .product-thumbnail
{
  width:115px;
  height: 115px;
}
.saiedsoft-single-page-content-text .woocommerce-cart-form__cart-item .product-thumbnail img
{
  border-radius: 10px;
}
.saiedsoft-single-page-content-text .cart-collaterals .cart_totals
{
  width: 100% !important;
  float: none !important;
}
.saiedsoft-single-page-content-text .cart-collaterals .cart_totals h2,.saiedsoft-single-page-content-text .cart-collaterals .cart_totals table
{
  display: none;
}
.saiedsoft-single-page-content-text .cart-collaterals .cart_totals .wc-proceed-to-checkout .wc-forward
{
  width: 100%;
  line-height: 3;
  background: #3ea56c;
  text-align: center;
  border-radius: 10px;
}
.saiedsoft-single-page-content-text .woocommerce-checkout-payment #place_order
{
  width: 100%;
  line-height: 3;
  background: #3ea56c;
  text-align: center;
  border-radius: 10px;
}
.saiedsoft-single-page-content-text .woocommerce-additional-fields h3
{
  display: none;
}
.saiedsoft-single-page-content-text .woocommerce h3
{
  font-size: 20px;
}

.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce input[type="number"],
.woocommerce textarea,
.woocommerce select
  {
  padding: 15px !important;
  border-radius: 15px !important;
  border: 2px solid #F1F5F9 !important;
  font-size: 16px !important;
  outline: none !important;
  }

/* SaiedSoft End Woocommerce */

/* SaiedSoft Start Login */

.dig_ma-box, .dig_ma-box *, .dig_ma-box ::placeholder, .dig_ma-box button, .dig_ma-box input, .dig_ma-box input::placeholder, .dig_ma-box label, .dig_ma-box select
{
	font-feature-settings: "ss01" !important;
}

.dig_ma-box input, .dig_ma-box textarea
{
	text-align: left !important;
}
.saiedsoft-login-page-button
{
	width: 100% !important;
background: linear-gradient(135deg,#0ea5e9,#0284c7) !important;
	font-weight: 400 !important;
	float: none !important;
	color: #fff !important;
	line-height: 3 !important;
	border-radius: 10px !important;
	height: 3em !important;
}
.dig_lrf_box .countrycodecontainer
{
	display: none !important;
}
.minput input[type=tel],.minput input[type=tel]:active,.minput input[type=tel]:focus
{
    background-color: transparent;
    outline: 0;
    margin: 35px 0 0;
    padding: 3px 16px 3px 3px;
    box-shadow: none;
    resize: none;
    width: 100%;
    font-size: 15px;
    line-height: 3;
    display: inline-block;
		border-radius: 10px;
		border: 2px solid #333 !important;
		background: #fff !important;
		font-feature-settings: "ss01";
}
.dig-custom-field .digits-input-wrapper~span,.minput .digits-input-wrapper~span
{
	height: 0 !important;
}
/* SaiedSoft End Login */

/* SaiedSoft Start Comments */
#comments
{
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 500;
}
.comments-area
{
  margin-top: 40px;
  padding: 20px;
  background: #f9f9f9;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  font-family: sans-serif;
}
.comments-title
{
  font-size: 20px;
  margin-bottom: 20px;
  color: #333;
}
.comment-respond
{
  margin-top: 1em;
}
.comment-list
{
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment {
  padding: 15px;
  margin-bottom: 15px;
  background: #f9f9f9;
  border-radius: 8px;
}
.comment-author {
  font-weight: bold;
  margin-bottom: 5px;
}
.comment-author img {
  border-radius: 50%;
  margin-left: 10px;
}
.comment-content
{
  font-size: 14px;
  color: #444;
  line-height: 1.7;
}
.comment-form-wrapper
{
  margin-top: 30px;
}
.comment-reply-link
{
  padding: 10px 30px;
  background: #1a7fc3;
  color: #fff;
  border-radius: 10px;
}
.comment-reply-title
{
  font-size: 18px;
  font-weight: 500;
}
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"]
{
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.comment-form input[type="submit"]
{
  background: #1a7fc3;
  color: #fff;
  padding: 15px 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
}
.comment-form input[type="submit"]:hover
{
  background: #005f8d;
}
p.stars a
{
    color: transparent;
    font-size: 0;
    text-indent: -9999px;
}

p.stars a::before
{
    content: "★";
    text-indent: 0;
    color: #f5b301;
    font-size: 22px;
}
/* SaiedSoft End Comments */

/* SaiedSoft Start CopyRight */

.saiedsoft-copyright-row
{
  margin-top: 2em;
  padding: 0.5em;
}
.saiedsoft-copyright-box
{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.saiedsoft-copyright-developer
{
  flex-direction: column;
  text-align: center;
}
.saiedsoft-copyright-developer a
{
  color: #333;
}
.saiedsoft-copyright-text
{
  flex-direction: column;
  text-align: center;
  direction: rtl;
}
.saiedsoft-copyright-text p
{
  margin: 0;
  padding: 0;
}

/* SaiedSoft End CopyRight */
