.fooladsell-toggle {}

    .fooladsell-toggle .toggle-container {
      background: #e0f7e9;
      padding: 15px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-family: IRANYekanXFaNum;
    }

    .fooladsell-toggle .switch {
      position: relative;
      display: inline-block;
      width: 40px;
      height: 20px;
      cursor: pointer;
    }
    .fooladsell-toggle label {
        color: #000;
        text-align: right;
        font-family: IRANYekanXFaNum;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 200% */
    }

    .fooladsell-toggle .slider {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      transition: .4s;
      border-radius: 34px;
    }

    .fooladsell-toggle .slider:before {
      position: absolute;
      content: "";
      height: 14px;
      width: 14px;
      left: 3px;
      bottom: 3px;
      background-color: white;
      transition: .4s;
      border-radius: 50%;
    }

    .fooladsell-toggle .active .slider {
      background-color: #2ecc71; /* رنگ سبز وقتی فعال است */
    }

    .fooladsell-toggle .active .slider:before {
      transform: translateX(20px);
    }

    .fooladsell-toggle .price-box {
      margin-top: 20px;
      font-family: IRANYekanXFaNum;
    }

    .fooladsell-toggle .PriceOfTable {
      font-weight: bold;
      color: #333;
      font-family: IRANYekanXFaNum;
    }