/**========================================================================
 *                                   Basic
 *========================================================================**/
/*================================ Fonts Face ==============================*/

@font-face {
  font-family: "IRANSansWeb";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/IRANSansWeb(FaNum)_Bold.woff") format("woff");
}

@font-face {
  font-family: "IRANSansWeb";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/IRANSansWeb(FaNum)_Medium.woff") format("woff");
}

@font-face {
  font-family: "IRANSansWeb";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/IRANSansWeb(FaNum)_Light.woff") format("woff");
}

@font-face {
  font-family: "IRANSansWeb";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/IRANSansWeb(FaNum)_UltraLight.woff") format("woff");
}

@font-face {
  font-family: "IRANSansWeb";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/IRANSansWeb(FaNum).woff") format("woff");
}

/*================================ Basic Style ==============================*/

body {
  font-family: "IRANSansWeb";
  direction: rtl !important;
}

/**========================================================================
 *                                  Main Section
 *========================================================================**/
/*================================ Main Content ==============================*/
/*================================ Categories Card ==============================*/

.card-items li {
  padding: 0.125rem 1rem 0.125rem 0;
}

.card-items li::before {
  right: 0.125rem;
  left: auto;
}

/*========================= Product Description || Product Single Page =========================*/

.products-description ul li {
  padding: 0.125rem 2rem 0.125rem 0;
}

.products-description ul li::before {
  right: 1.125rem;
  left: auto;
}
